|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalStructure | |
|---|---|
| com.liferay.portlet.journal.model | |
| com.liferay.portlet.journal.service | |
| com.liferay.portlet.journal.service.persistence | |
| Uses of JournalStructure in com.liferay.portlet.journal.model |
|---|
| Classes in com.liferay.portlet.journal.model that implement JournalStructure | |
|---|---|
class |
JournalStructureWrapper
This class is a wrapper for JournalStructure. |
| Methods in com.liferay.portlet.journal.model that return JournalStructure | |
|---|---|
JournalStructure |
JournalStructureWrapper.getWrappedJournalStructure()
|
JournalStructure |
JournalStructureWrapper.toEscapedModel()
|
JournalStructure |
JournalStructureModel.toEscapedModel()
|
| Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalStructure | |
|---|---|
CacheModel<JournalStructure> |
JournalStructureWrapper.toCacheModel()
|
CacheModel<JournalStructure> |
JournalStructureModel.toCacheModel()
|
| Methods in com.liferay.portlet.journal.model with parameters of type JournalStructure | |
|---|---|
int |
JournalStructureWrapper.compareTo(JournalStructure journalStructure)
|
int |
JournalStructureModel.compareTo(JournalStructure journalStructure)
|
static JournalStructureSoap |
JournalStructureSoap.toSoapModel(JournalStructure model)
|
static JournalStructureSoap[] |
JournalStructureSoap.toSoapModels(JournalStructure[] models)
|
static JournalStructureSoap[][] |
JournalStructureSoap.toSoapModels(JournalStructure[][] models)
|
| Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalStructure | |
|---|---|
static JournalStructureSoap[] |
JournalStructureSoap.toSoapModels(List<JournalStructure> models)
|
| Constructors in com.liferay.portlet.journal.model with parameters of type JournalStructure | |
|---|---|
JournalStructureWrapper(JournalStructure journalStructure)
|
|
| Uses of JournalStructure in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that return JournalStructure | |
|---|---|
JournalStructure |
JournalStructureLocalServiceWrapper.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalStructure |
JournalStructureLocalService.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalService.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceWrapper.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceUtil.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureService.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalServiceWrapper.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
static JournalStructure |
JournalStructureLocalServiceUtil.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureLocalService.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureServiceWrapper.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
static JournalStructure |
JournalStructureServiceUtil.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureService.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.createJournalStructure(long id)
Creates a new journal structure with the primary key. |
static JournalStructure |
JournalStructureLocalServiceUtil.createJournalStructure(long id)
Creates a new journal structure with the primary key. |
JournalStructure |
JournalStructureLocalService.createJournalStructure(long id)
Creates a new journal structure with the primary key. |
JournalStructure |
JournalStructureLocalServiceWrapper.getJournalStructure(long id)
Returns the journal structure with the primary key. |
static JournalStructure |
JournalStructureLocalServiceUtil.getJournalStructure(long id)
Returns the journal structure with the primary key. |
JournalStructure |
JournalStructureLocalService.getJournalStructure(long id)
Returns the journal structure with the primary key. |
JournalStructure |
JournalStructureLocalServiceWrapper.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
static JournalStructure |
JournalStructureLocalServiceUtil.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
JournalStructure |
JournalStructureLocalService.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long id)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long id)
|
JournalStructure |
JournalStructureLocalService.getStructure(long id)
|
JournalStructure |
JournalStructureServiceWrapper.getStructure(long groupId,
String structureId)
|
static JournalStructure |
JournalStructureServiceUtil.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureService.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long groupId,
String structureId)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalService.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
static JournalStructure |
JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
static JournalStructure |
JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureServiceWrapper.updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceUtil.updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureService.updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalServiceWrapper.updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureLocalServiceUtil.updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalService.updateStructure(long groupId,
String structureId,
String parentStructureId,
String name,
String description,
String xsd,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalStructure | |
|---|---|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
List<JournalStructure> |
JournalStructureLocalService.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures()
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures()
|
List<JournalStructure> |
JournalStructureLocalService.getStructures()
|
List<JournalStructure> |
JournalStructureServiceWrapper.getStructures(long groupId)
|
static List<JournalStructure> |
JournalStructureServiceUtil.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureService.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures(long groupId)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalService.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures(long groupId,
int start,
int end)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures(long groupId,
int start,
int end)
|
List<JournalStructure> |
JournalStructureLocalService.getStructures(long groupId,
int start,
int end)
|
List<JournalStructure> |
JournalStructureServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureService.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalService.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureServiceWrapper.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureServiceUtil.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureService.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalService.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalStructureLocalServiceWrapper.search(long, long[], String, int, int,
OrderByComparator) |
static List<JournalStructure> |
JournalStructureLocalServiceUtil.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalStructureLocalServiceUtil.search(long, long[], String, int, int,
OrderByComparator) |
List<JournalStructure> |
JournalStructureLocalService.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalStructureLocalService.search(long, long[], String, int, int,
OrderByComparator) |
List<JournalStructure> |
JournalStructureLocalServiceWrapper.search(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalStructureLocalServiceWrapper.search(long, long[], String, String, String, boolean,
int, int, OrderByComparator) |
static List<JournalStructure> |
JournalStructureLocalServiceUtil.search(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalStructureLocalServiceUtil.search(long, long[], String, String, String, boolean,
int, int, OrderByComparator) |
List<JournalStructure> |
JournalStructureLocalService.search(long companyId,
long groupId,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Deprecated. JournalStructureLocalService.search(long, long[], String, String, String, boolean,
int, int, OrderByComparator) |
| Methods in com.liferay.portlet.journal.service with parameters of type JournalStructure | |
|---|---|
JournalStructure |
JournalStructureLocalServiceWrapper.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalStructure |
JournalStructureLocalService.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
void |
JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(JournalStructure structure,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure,
String[] communityPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(JournalStructure structure,
String[] communityPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalServiceWrapper.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
static void |
JournalStructureLocalServiceUtil.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
void |
JournalStructureLocalService.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
void |
JournalStructureLocalServiceWrapper.deleteStructure(JournalStructure structure)
|
static void |
JournalStructureLocalServiceUtil.deleteStructure(JournalStructure structure)
|
void |
JournalStructureLocalService.deleteStructure(JournalStructure structure)
|
JournalStructure |
JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
static JournalStructure |
JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
static JournalStructure |
JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
| Uses of JournalStructure in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that return JournalStructure | |
|---|---|
static JournalStructure |
JournalStructureUtil.create(long id)
Creates a new journal structure with the primary key. |
JournalStructure |
JournalStructurePersistence.create(long id)
Creates a new journal structure with the primary key. |
static JournalStructure |
JournalStructureUtil.fetchByG_S(long groupId,
String structureId)
Finds the journal structure where groupId = ? and structureId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByG_S(long groupId,
String structureId)
Finds the journal structure where groupId = ? and structureId = ? or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
Finds the journal structure where groupId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalStructure |
JournalStructurePersistence.fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
Finds the journal structure where groupId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalStructure |
JournalStructureUtil.fetchByPrimaryKey(long id)
Finds the journal structure with the primary key or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByPrimaryKey(long id)
Finds the journal structure with the primary key or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the journal structure where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the journal structure where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the journal structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalStructure |
JournalStructurePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the journal structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalStructure[] |
JournalStructureUtil.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Filters the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Filters the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure[] |
JournalStructureUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Filters the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
JournalStructure[] |
JournalStructurePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Filters the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_S(long groupId,
String structureId)
Finds the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByG_S(long groupId,
String structureId)
Finds the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found. |
static JournalStructure |
JournalStructureUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where groupId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByPrimaryKey(long id)
Finds the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByPrimaryKey(long id)
Finds the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
static JournalStructure |
JournalStructureUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where structureId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where structureId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal structure in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.findByUUID_G(String uuid,
long groupId)
Finds the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByUUID_G(String uuid,
long groupId)
Finds the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
static JournalStructure |
JournalStructureUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal structure in the ordered set where uuid = ?. |
static JournalStructure[] |
JournalStructureUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where uuid = ?. |
JournalStructure[] |
JournalStructurePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal structures before and after the current journal structure in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.remove(JournalStructure journalStructure)
|
JournalStructure |
JournalStructurePersistence.remove(JournalStructure journalStructure)
|
static JournalStructure |
JournalStructureUtil.remove(long id)
Removes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructurePersistence.remove(long id)
Removes the journal structure with the primary key from the database. |
static JournalStructure |
JournalStructureUtil.update(JournalStructure journalStructure,
boolean merge)
|
static JournalStructure |
JournalStructureUtil.update(JournalStructure journalStructure,
boolean merge,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureUtil.updateImpl(JournalStructure journalStructure,
boolean merge)
|
JournalStructure |
JournalStructurePersistence.updateImpl(JournalStructure journalStructure,
boolean merge)
|
| Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalStructure | |
|---|---|
static List<JournalStructure> |
JournalStructureFinderUtil.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureFinderUtil.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId)
Filters by the user's permissions and finds all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId)
Filters by the user's permissions and finds all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureUtil.findAll()
Finds all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll()
Finds all the journal structures. |
static List<JournalStructure> |
JournalStructureUtil.findAll(int start,
int end)
Finds a range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll(int start,
int end)
Finds a range of all the journal structures. |
static List<JournalStructure> |
JournalStructureUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures. |
static List<JournalStructure> |
JournalStructureFinderUtil.findByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.findByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureFinderUtil.findByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.findByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId)
Finds all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId)
Finds all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Finds a range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Finds a range of all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId)
Finds all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId)
Finds all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId)
Finds all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId)
Finds all the journal structures where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId,
int start,
int end)
Finds a range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId,
int start,
int end)
Finds a range of all the journal structures where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid)
Finds all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid)
Finds all the journal structures where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the journal structures where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal structures where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalStructure> |
JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalStructure> |
JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalStructure | |
|---|---|
static void |
JournalStructureUtil.cacheResult(JournalStructure journalStructure)
Caches the journal structure in the entity cache if it is enabled. |
void |
JournalStructurePersistence.cacheResult(JournalStructure journalStructure)
Caches the journal structure in the entity cache if it is enabled. |
static void |
JournalStructureUtil.clearCache(JournalStructure journalStructure)
|
static JournalStructure |
JournalStructureUtil.remove(JournalStructure journalStructure)
|
JournalStructure |
JournalStructurePersistence.remove(JournalStructure journalStructure)
|
static JournalStructure |
JournalStructureUtil.update(JournalStructure journalStructure,
boolean merge)
|
static JournalStructure |
JournalStructureUtil.update(JournalStructure journalStructure,
boolean merge,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureUtil.updateImpl(JournalStructure journalStructure,
boolean merge)
|
JournalStructure |
JournalStructurePersistence.updateImpl(JournalStructure journalStructure,
boolean merge)
|
| Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalStructure | |
|---|---|
static void |
JournalStructureUtil.cacheResult(List<JournalStructure> journalStructures)
Caches the journal structures in the entity cache if it is enabled. |
void |
JournalStructurePersistence.cacheResult(List<JournalStructure> journalStructures)
Caches the journal structures in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||