Liferay 6.0.5

Uses of Interface
com.liferay.portlet.journal.model.JournalStructure

Packages that use JournalStructure
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.lar   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.http   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.service.permission   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.util   
com.liferay.portlet.journal.webdav   
 

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 context, Element structuresElement, JournalStructure structure)
           
protected static String JournalPortletDataHandlerImpl.getStructurePath(PortletDataContext context, 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()
           
 JournalStructure JournalStructureWrapper.toEscapedModel()
           
 JournalStructure JournalStructureModel.toEscapedModel()
          Gets a copy of this journal structure as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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 JournalStructureImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalStructure
 JournalStructure JournalStructureModelImpl.toEscapedModel()
           
static JournalStructure JournalStructureModelImpl.toModel(JournalStructureSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalStructure
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
 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)
          Gets the journal structure with the primary key.
static JournalStructure JournalStructureLocalServiceUtil.getJournalStructure(long id)
          Gets the journal structure with the primary key.
 JournalStructure JournalStructureLocalService.getJournalStructure(long id)
          Gets the journal structure with the primary key.
 JournalStructure JournalStructureLocalServiceWrapper.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Gets the journal structure with the UUID and group id.
static JournalStructure JournalStructureLocalServiceUtil.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Gets the journal structure with the UUID and group id.
 JournalStructure JournalStructureLocalService.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Gets the journal structure with the UUID and group id.
 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.
static JournalStructure JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
static JournalStructure JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
 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)
          Gets a range of all the journal structures.
static List<JournalStructure> JournalStructureLocalServiceUtil.getJournalStructures(int start, int end)
          Gets a range of all the journal structures.
 List<JournalStructure> JournalStructureLocalService.getJournalStructures(int start, int end)
          Gets a range of all the journal structures.
 List<JournalStructure> JournalStructureLocalServiceWrapper.getStructures()
           
static List<JournalStructure> JournalStructureLocalServiceUtil.getStructures()
           
 List<JournalStructure> JournalStructureLocalService.getStructures()
           
 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> JournalStructureLocalServiceWrapper.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureLocalServiceUtil.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalServiceWrapper.search(long companyId, long groupId, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalStructure> JournalStructureLocalServiceUtil.search(long companyId, long groupId, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long groupId, 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
 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.
static JournalStructure JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
static JournalStructure JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
 

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.getJournalStructure(long id)
          Gets the journal structure with the primary key.
 JournalStructure JournalStructureLocalServiceBaseImpl.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Gets the journal structure with the UUID and group id.
 JournalStructure JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
 

Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalStructure
 List<JournalStructure> JournalStructureLocalServiceBaseImpl.getJournalStructures(int start, int end)
          Gets 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.
 void JournalStructureLocalServiceBaseImpl.deleteJournalStructure(JournalStructure journalStructure)
          Deletes the journal structure from the database.
 JournalStructure JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure)
          Updates the journal structure in the database.
 JournalStructure JournalStructureLocalServiceBaseImpl.updateJournalStructure(JournalStructure journalStructure, boolean merge)
          Updates the journal structure in the database.
 

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, String name, String description, 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.updateStructure(HttpPrincipal httpPrincipal, long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.http with parameters of type JournalStructure
static JSONArray JournalStructureJSONSerializer.toJSONArray(JournalStructure[] models)
           
static JSONArray JournalStructureJSONSerializer.toJSONArray(JournalStructure[][] models)
           
static JSONObject JournalStructureJSONSerializer.toJSONObject(JournalStructure model)
           
 

Method parameters in com.liferay.portlet.journal.service.http with type arguments of type JournalStructure
static JSONArray JournalStructureJSONSerializer.toJSONArray(List<JournalStructure> models)
           
 

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, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureServiceImpl.addStructure(long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, 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)
           
 JournalStructure JournalStructureLocalServiceImpl.getStructure(long id)
           
 JournalStructure JournalStructureServiceImpl.getStructure(long groupId, String structureId)
           
 JournalStructure JournalStructureLocalServiceImpl.getStructure(long groupId, String structureId)
           
 JournalStructure JournalStructureServiceImpl.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureLocalServiceImpl.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, 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> JournalStructureLocalServiceImpl.getStructures(long groupId, int start, int end)
           
 List<JournalStructure> JournalStructureLocalServiceImpl.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalServiceImpl.search(long companyId, long groupId, 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 addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalStructureLocalServiceImpl.addStructureResources(JournalStructure structure, String[] communityPermissions, 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_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.
 JournalStructure JournalStructurePersistenceImpl.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.
 JournalStructure JournalStructurePersistenceImpl.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.
 JournalStructure JournalStructurePersistenceImpl.fetchByPrimaryKey(long id)
          Finds the journal structure with the primary key or returns null if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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.
 JournalStructure JournalStructurePersistenceImpl.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.
 JournalStructure JournalStructurePersistenceImpl.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.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure[] JournalStructurePersistenceImpl.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.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure[] JournalStructurePersistenceImpl.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.
 JournalStructure JournalStructurePersistenceImpl.findByPrimaryKey(long id)
          Finds the journal structure with the primary key or throws a NoSuchStructureException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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)
          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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure[] JournalStructurePersistenceImpl.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure JournalStructurePersistenceImpl.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 = ?.
 JournalStructure[] JournalStructurePersistenceImpl.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 = ?.
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.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(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.
 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.
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
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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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> JournalStructureUtil.findAll()
          Finds all the journal structures.
 List<JournalStructure> JournalStructurePersistence.findAll()
          Finds all the journal structures.
 List<JournalStructure> JournalStructurePersistenceImpl.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.
 List<JournalStructure> JournalStructurePersistenceImpl.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.
 List<JournalStructure> JournalStructurePersistenceImpl.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 groupId, 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 groupId, 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 groupId, 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 groupId, 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 groupId, 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 groupId, 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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinder.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureFinderImpl.findByKeywords(long companyId, long groupId, 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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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 = ?.
 List<JournalStructure> JournalStructurePersistenceImpl.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.
 void JournalStructurePersistenceImpl.cacheResult(JournalStructure journalStructure)
          Caches the journal structure in the entity cache if it is enabled.
static void JournalStructureUtil.clearCache(JournalStructure journalStructure)
           
 void JournalStructurePersistenceImpl.clearCache(JournalStructure journalStructure)
          Clears the cache for the journal structure.
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.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(JournalStructure journalStructure)
           
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.
 

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)
           
 

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.0.5