|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JournalStructure in com.liferay.portlet.journal.action |
---|
Methods in com.liferay.portlet.journal.action that return JournalStructure | |
---|---|
protected JournalStructure |
EditStructureAction.updateStructure(ActionRequest actionRequest)
|
Methods in com.liferay.portlet.journal.action with parameters of type JournalStructure | |
---|---|
protected String |
EditStructureAction.getSaveAndContinueRedirect(PortletConfig portletConfig,
ActionRequest actionRequest,
JournalStructure structure,
String redirect)
|
Uses of JournalStructure in com.liferay.portlet.journal.lar |
---|
Methods in com.liferay.portlet.journal.lar with parameters of type JournalStructure | |
---|---|
protected static void |
JournalPortletDataHandlerImpl.exportStructure(PortletDataContext portletDataContext,
Element structuresElement,
JournalStructure structure)
|
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()
Deprecated. Renamed to JournalStructureWrapper.getWrappedModel() |
JournalStructure |
JournalStructureWrapper.getWrappedModel()
|
JournalStructure |
JournalStructureWrapper.toEscapedModel()
|
JournalStructure |
JournalStructureModel.toEscapedModel()
|
JournalStructure |
JournalStructureWrapper.toUnescapedModel()
|
JournalStructure |
JournalStructureModel.toUnescapedModel()
|
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.model.impl |
---|
Classes in com.liferay.portlet.journal.model.impl that implement JournalStructure | |
---|---|
class |
JournalStructureBaseImpl
The extended model base implementation for the JournalStructure service. |
class |
JournalStructureImpl
|
Methods in com.liferay.portlet.journal.model.impl that return JournalStructure | |
---|---|
JournalStructure |
JournalStructureCacheModel.toEntityModel()
|
JournalStructure |
JournalStructureModelImpl.toEscapedModel()
|
static JournalStructure |
JournalStructureModelImpl.toModel(JournalStructureSoap soapModel)
Converts the soap model instance into a normal model instance. |
JournalStructure |
JournalStructureModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalStructure | |
---|---|
CacheModel<JournalStructure> |
JournalStructureModelImpl.toCacheModel()
|
static List<JournalStructure> |
JournalStructureModelImpl.toModels(JournalStructureSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalStructure | |
---|---|
int |
JournalStructureModelImpl.compareTo(JournalStructure journalStructure)
|
Uses of JournalStructure in com.liferay.portlet.journal.service |
---|
Methods in com.liferay.portlet.journal.service that return JournalStructure | |
---|---|
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.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalService.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureService.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceWrapper.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceUtil.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
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 |
JournalStructureLocalServiceWrapper.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureService.copyStructure(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)
|
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.createJournalStructure(long id)
Creates a new journal structure with the primary key. |
static JournalStructure |
JournalStructureLocalServiceUtil.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalService.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructureLocalService.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.fetchJournalStructure(long id)
|
JournalStructure |
JournalStructureLocalService.fetchJournalStructure(long id)
|
JournalStructure |
JournalStructureLocalServiceWrapper.fetchJournalStructure(long id)
|
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.getJournalStructure(long id)
Returns the journal structure with the primary key. |
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.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long id)
|
JournalStructure |
JournalStructureLocalService.getStructure(long id)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long id)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalService.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureService.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureServiceWrapper.getStructure(long groupId,
String structureId)
|
static JournalStructure |
JournalStructureServiceUtil.getStructure(long groupId,
String structureId)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureLocalService.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureService.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureServiceWrapper.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
static JournalStructure |
JournalStructureServiceUtil.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
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)
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 |
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.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalService.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureService.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalServiceWrapper.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceWrapper.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceUtil.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalStructure | |
---|---|
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.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures()
|
List<JournalStructure> |
JournalStructureLocalService.getStructures()
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures()
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalService.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureService.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureServiceWrapper.getStructures(long groupId)
|
static List<JournalStructure> |
JournalStructureServiceUtil.getStructures(long groupId)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures(long groupId,
int start,
int end)
|
List<JournalStructure> |
JournalStructureLocalService.getStructures(long groupId,
int start,
int end)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures(long groupId,
int start,
int end)
|
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> |
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)
|
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)
|
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> |
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)
|
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)
|
Methods in com.liferay.portlet.journal.service with parameters of type JournalStructure | |
---|---|
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.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
static void |
JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
static JournalStructure |
JournalStructureLocalServiceUtil.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalService.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
static void |
JournalStructureLocalServiceUtil.deleteStructure(JournalStructure structure)
|
void |
JournalStructureLocalService.deleteStructure(JournalStructure structure)
|
void |
JournalStructureLocalServiceWrapper.deleteStructure(JournalStructure structure)
|
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)
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 |
JournalStructureLocalServiceWrapper.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.base |
---|
Methods in com.liferay.portlet.journal.service.base that return JournalStructure | |
---|---|
JournalStructure |
JournalStructureLocalServiceBaseImpl.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.createJournalStructure(long id)
Creates a new journal structure with the primary key. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.fetchJournalStructure(long id)
|
JournalStructure |
JournalStructureLocalServiceBaseImpl.getJournalStructure(long id)
Returns the journal structure with the primary key. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure,
boolean merge)
Updates the journal structure in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalStructure | |
---|---|
List<JournalStructure> |
JournalStructureLocalServiceBaseImpl.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
Methods in com.liferay.portlet.journal.service.base with parameters of type JournalStructure | |
---|---|
JournalStructure |
JournalStructureLocalServiceBaseImpl.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalServiceBaseImpl.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.http |
---|
Methods in com.liferay.portlet.journal.service.http that return JournalStructure | |
---|---|
static JournalStructure |
JournalStructureServiceHttp.addStructure(HttpPrincipal httpPrincipal,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceHttp.copyStructure(HttpPrincipal httpPrincipal,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
static JournalStructure |
JournalStructureServiceHttp.getStructure(HttpPrincipal httpPrincipal,
long groupId,
String structureId)
|
static JournalStructure |
JournalStructureServiceHttp.getStructure(HttpPrincipal httpPrincipal,
long groupId,
String structureId,
boolean includeGlobalStructures)
|
static JournalStructure |
JournalStructureServiceHttp.updateStructure(HttpPrincipal httpPrincipal,
long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.journal.service.http that return types with arguments of type JournalStructure | |
---|---|
static List<JournalStructure> |
JournalStructureServiceHttp.getStructures(HttpPrincipal httpPrincipal,
long groupId)
|
static List<JournalStructure> |
JournalStructureServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Uses of JournalStructure in com.liferay.portlet.journal.service.impl |
---|
Methods in com.liferay.portlet.journal.service.impl that return JournalStructure | |
---|---|
JournalStructure |
JournalStructureLocalServiceImpl.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceImpl.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalServiceImpl.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureServiceImpl.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
protected JournalStructure |
JournalStructureLocalServiceImpl.getParentStructure(long groupId,
String parentStructureId)
|
JournalStructure |
JournalStructureLocalServiceImpl.getStructure(long id)
|
JournalStructure |
JournalStructureLocalServiceImpl.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureServiceImpl.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalServiceImpl.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureServiceImpl.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureLocalServiceImpl.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceImpl.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalStructure | |
---|---|
List<JournalStructure> |
JournalStructureLocalServiceImpl.getStructures()
|
List<JournalStructure> |
JournalStructureLocalServiceImpl.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureServiceImpl.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalServiceImpl.getStructures(long groupId,
int start,
int end)
|
List<JournalStructure> |
JournalStructureLocalServiceImpl.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureServiceImpl.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalServiceImpl.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureServiceImpl.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalStructure | |
---|---|
void |
JournalStructureLocalServiceImpl.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalServiceImpl.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalServiceImpl.deleteStructure(JournalStructure structure)
|
Uses of JournalStructure in com.liferay.portlet.journal.service.permission |
---|
Methods in com.liferay.portlet.journal.service.permission with parameters of type JournalStructure | |
---|---|
static void |
JournalStructurePermission.check(PermissionChecker permissionChecker,
JournalStructure structure,
String actionId)
|
static boolean |
JournalStructurePermission.contains(PermissionChecker permissionChecker,
JournalStructure structure,
String actionId)
|
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. |
JournalStructure |
JournalStructurePersistenceImpl.create(long id)
Creates a new journal structure with the primary key. |
static JournalStructure |
JournalStructureUtil.fetchByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByG_S(long groupId,
String structureId)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByG_S(long groupId,
String structureId)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByG_S(long groupId,
String structureId)
Returns 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)
Returns 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)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalStructure |
JournalStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByPrimaryKey(long id)
Returns the journal structure with the primary key or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByPrimaryKey(long id)
Returns the journal structure with the primary key or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByPrimaryKey(long id)
Returns the journal structure with the primary key or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the journal structure with the primary key or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns 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)
Returns 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)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalStructure |
JournalStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
static JournalStructure[] |
JournalStructureUtil.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static JournalStructure[] |
JournalStructureUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?. |
JournalStructure[] |
JournalStructurePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?. |
protected JournalStructure |
JournalStructurePersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
static JournalStructure |
JournalStructureUtil.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.findByG_S(long groupId,
String structureId)
Returns 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)
Returns the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns 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)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.findByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByParentStructureId_PrevAndNext(long id,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByParentStructureId_PrevAndNext(long id,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.findByParentStructureId_PrevAndNext(long id,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.findByPrimaryKey(long id)
Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByPrimaryKey(long id)
Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.findByPrimaryKey(long id)
Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the journal structure with the primary key or throws a NoSuchModelException if it could not be found. |
static JournalStructure |
JournalStructureUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns 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)
Returns the journal structures before and after the current journal structure in the ordered set where structureId = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns 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)
Returns the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.findByUUID_G(String uuid,
long groupId)
Returns 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)
Returns the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns 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)
Returns the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
static JournalStructure[] |
JournalStructureUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns 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)
Returns the journal structures before and after the current journal structure in the ordered set where uuid = ?. |
JournalStructure[] |
JournalStructurePersistenceImpl.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where uuid = ?. |
protected JournalStructure |
JournalStructurePersistenceImpl.getByG_P_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByParentStructureId_PrevAndNext(Session session,
JournalStructure journalStructure,
String parentStructureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByStructureId_PrevAndNext(Session session,
JournalStructure journalStructure,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalStructure journalStructure,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
JournalStructure |
JournalStructurePersistenceImpl.remove(long id)
Removes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructurePersistenceImpl.remove(Serializable primaryKey)
Removes the journal structure with the primary key from the database. |
static JournalStructure |
JournalStructureUtil.removeByG_S(long groupId,
String structureId)
Removes the journal structure where groupId = ? and structureId = ? from the database. |
JournalStructure |
JournalStructurePersistence.removeByG_S(long groupId,
String structureId)
Removes the journal structure where groupId = ? and structureId = ? from the database. |
JournalStructure |
JournalStructurePersistenceImpl.removeByG_S(long groupId,
String structureId)
Removes the journal structure where groupId = ? and structureId = ? from the database. |
static JournalStructure |
JournalStructureUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal structure where uuid = ? and groupId = ? from the database. |
JournalStructure |
JournalStructurePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal structure where uuid = ? and groupId = ? from the database. |
JournalStructure |
JournalStructurePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the journal structure where uuid = ? and groupId = ? from the database. |
protected JournalStructure |
JournalStructurePersistenceImpl.removeImpl(JournalStructure journalStructure)
|
protected JournalStructure |
JournalStructurePersistenceImpl.toUnwrappedModel(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)
|
JournalStructure |
JournalStructurePersistenceImpl.updateImpl(JournalStructure journalStructure,
boolean merge)
|
Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalStructure | |
---|---|
protected List<JournalStructure> |
JournalStructureFinderImpl.doFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc,
boolean inlineSQLHelper)
|
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)
|
List<JournalStructure> |
JournalStructureFinderImpl.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)
|
List<JournalStructure> |
JournalStructureFinderImpl.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)
Returns all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId)
Returns all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.filterFindByG_P(long groupId,
String parentStructureId)
Returns all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId)
Returns all the journal structures that the user has permission to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId)
Returns all the journal structures that the user has permission to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.filterFindByGroupId(long groupId)
Returns all the journal structures that the user has permission to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view 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)
|
List<JournalStructure> |
JournalStructureFinderImpl.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureUtil.findAll()
Returns all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll()
Returns all the journal structures. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findAll()
Returns all the journal structures. |
static List<JournalStructure> |
JournalStructureUtil.findAll(int start,
int end)
Returns a range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll(int start,
int end)
Returns a range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findAll(int start,
int end)
Returns a range of all the journal structures. |
static List<JournalStructure> |
JournalStructureUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns 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)
|
List<JournalStructure> |
JournalStructureFinderImpl.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)
|
List<JournalStructure> |
JournalStructureFinderImpl.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)
Returns all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId)
Returns all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByG_P(long groupId,
String parentStructureId)
Returns all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns 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)
Returns 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)
Returns an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId)
Returns all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId)
Returns all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByGroupId(long groupId)
Returns all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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)
|
List<JournalStructure> |
JournalStructureFinderImpl.findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureUtil.findByParentStructureId(String parentStructureId)
Returns all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByParentStructureId(String parentStructureId)
Returns all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByParentStructureId(String parentStructureId)
Returns all the journal structures where parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByParentStructureId(String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByParentStructureId(String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByParentStructureId(String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByParentStructureId(String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByParentStructureId(String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByParentStructureId(String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId)
Returns all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId)
Returns all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByStructureId(String structureId)
Returns all the journal structures where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal structures where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid)
Returns all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid)
Returns all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByUuid(String uuid)
Returns all the journal structures where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal structures where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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. |
void |
JournalStructurePersistenceImpl.cacheResult(JournalStructure journalStructure)
Caches the journal structure in the entity cache if it is enabled. |
protected void |
JournalStructurePersistenceImpl.cacheUniqueFindersCache(JournalStructure journalStructure)
|
static void |
JournalStructureUtil.clearCache(JournalStructure journalStructure)
|
void |
JournalStructurePersistenceImpl.clearCache(JournalStructure journalStructure)
Clears the cache for the journal structure. |
protected void |
JournalStructurePersistenceImpl.clearUniqueFindersCache(JournalStructure journalStructure)
|
protected JournalStructure |
JournalStructurePersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByG_P_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalStructure journalStructure,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByParentStructureId_PrevAndNext(Session session,
JournalStructure journalStructure,
String parentStructureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByStructureId_PrevAndNext(Session session,
JournalStructure journalStructure,
String structureId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalStructure journalStructure,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalStructure |
JournalStructurePersistenceImpl.removeImpl(JournalStructure journalStructure)
|
protected JournalStructure |
JournalStructurePersistenceImpl.toUnwrappedModel(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)
|
JournalStructure |
JournalStructurePersistenceImpl.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. |
void |
JournalStructurePersistenceImpl.cacheResult(List<JournalStructure> journalStructures)
Caches the journal structures in the entity cache if it is enabled. |
void |
JournalStructurePersistenceImpl.clearCache(List<JournalStructure> journalStructures)
|
Uses of JournalStructure in com.liferay.portlet.journal.util |
---|
Methods in com.liferay.portlet.journal.util that return types with arguments of type JournalStructure | |
---|---|
static Stack<JournalStructure> |
JournalUtil.getRecentStructures(PortletRequest portletRequest)
|
Methods in com.liferay.portlet.journal.util with parameters of type JournalStructure | |
---|---|
static void |
JournalUtil.addRecentStructure(PortletRequest portletRequest,
JournalStructure structure)
|
protected void |
JournalIndexer.processStructure(JournalStructure structure,
Document document,
String content)
|
Uses of JournalStructure in com.liferay.portlet.journal.webdav |
---|
Methods in com.liferay.portlet.journal.webdav with parameters of type JournalStructure | |
---|---|
protected Resource |
JournalWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest,
JournalStructure structure,
boolean appendPath)
|
Constructors in com.liferay.portlet.journal.webdav with parameters of type JournalStructure | |
---|---|
JournalStructureResourceImpl(JournalStructure structure,
String parentPath,
String name)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |