Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.LayoutRevision

Packages that use LayoutRevision
com.liferay.portal.asset   
com.liferay.portal.kernel.staging   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.staging   
 

Uses of LayoutRevision in com.liferay.portal.asset
 

Constructors in com.liferay.portal.asset with parameters of type LayoutRevision
LayoutRevisionAssetRenderer(LayoutRevision layoutRevision)
           
 

Uses of LayoutRevision in com.liferay.portal.kernel.staging
 

Methods in com.liferay.portal.kernel.staging that return LayoutRevision
 LayoutRevision LayoutStaging.getLayoutRevision(Layout layout)
           
static LayoutRevision LayoutStagingUtil.getLayoutRevision(Layout layout)
           
 

Methods in com.liferay.portal.kernel.staging with parameters of type LayoutRevision
 WorkflowTask Staging.getWorkflowTask(long userId, LayoutRevision layoutRevision)
           
static WorkflowTask StagingUtil.getWorkflowTask(long userId, LayoutRevision layoutRevision)
           
 boolean Staging.hasWorkflowTask(long userId, LayoutRevision layoutRevision)
           
static boolean StagingUtil.hasWorkflowTask(long userId, LayoutRevision layoutRevision)
           
 

Uses of LayoutRevision in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement LayoutRevision
 class LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 

Methods in com.liferay.portal.model that return LayoutRevision
 LayoutRevision LayoutStagingHandler.getLayoutRevision()
           
 LayoutRevision LayoutRevisionWrapper.getWrappedLayoutRevision()
          Deprecated. As of 6.1.0, replaced by LayoutRevisionWrapper.getWrappedModel()
 LayoutRevision LayoutRevisionWrapper.getWrappedModel()
           
 LayoutRevision LayoutRevisionWrapper.toEscapedModel()
           
 LayoutRevision LayoutRevisionModel.toEscapedModel()
           
 LayoutRevision LayoutRevisionWrapper.toUnescapedModel()
           
 LayoutRevision LayoutRevisionModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type LayoutRevision
 List<LayoutRevision> LayoutRevisionWrapper.getChildren()
           
 List<LayoutRevision> LayoutRevision.getChildren()
           
 CacheModel<LayoutRevision> LayoutRevisionWrapper.toCacheModel()
           
 CacheModel<LayoutRevision> LayoutRevisionModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type LayoutRevision
 int LayoutRevisionWrapper.compareTo(LayoutRevision layoutRevision)
           
 int LayoutRevisionModel.compareTo(LayoutRevision layoutRevision)
           
 void LayoutStagingHandler.setLayoutRevision(LayoutRevision layoutRevision)
           
static LayoutRevisionSoap LayoutRevisionSoap.toSoapModel(LayoutRevision model)
           
static LayoutRevisionSoap[] LayoutRevisionSoap.toSoapModels(LayoutRevision[] models)
           
static LayoutRevisionSoap[][] LayoutRevisionSoap.toSoapModels(LayoutRevision[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type LayoutRevision
static LayoutRevisionSoap[] LayoutRevisionSoap.toSoapModels(List<LayoutRevision> models)
           
 

Constructors in com.liferay.portal.model with parameters of type LayoutRevision
LayoutRevisionWrapper(LayoutRevision layoutRevision)
           
 

Uses of LayoutRevision in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutRevision
 class LayoutRevisionBaseImpl
          The extended model base implementation for the LayoutRevision service.
 class LayoutRevisionImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutRevision
 LayoutRevision LayoutRevisionCacheModel.toEntityModel()
           
 LayoutRevision LayoutRevisionModelImpl.toEscapedModel()
           
static LayoutRevision LayoutRevisionModelImpl.toModel(LayoutRevisionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type LayoutRevision
 List<LayoutRevision> LayoutRevisionImpl.getChildren()
           
 CacheModel<LayoutRevision> LayoutRevisionModelImpl.toCacheModel()
           
static List<LayoutRevision> LayoutRevisionModelImpl.toModels(LayoutRevisionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type LayoutRevision
 int LayoutRevisionModelImpl.compareTo(LayoutRevision layoutRevision)
           
 

Uses of LayoutRevision in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutRevision
 LayoutRevision LayoutRevisionLocalServiceWrapper.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
static LayoutRevision LayoutRevisionLocalServiceUtil.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision LayoutRevisionLocalServiceWrapper.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionService.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
static LayoutRevision LayoutRevisionServiceUtil.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionServiceWrapper.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionLocalService.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.createLayoutRevision(long layoutRevisionId)
          Creates a new layout revision with the primary key.
 LayoutRevision LayoutRevisionLocalService.createLayoutRevision(long layoutRevisionId)
          Creates a new layout revision with the primary key.
static LayoutRevision LayoutRevisionLocalServiceUtil.createLayoutRevision(long layoutRevisionId)
          Creates a new layout revision with the primary key.
 LayoutRevision LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
static LayoutRevision LayoutRevisionLocalServiceUtil.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
static LayoutRevision LayoutRevisionLocalServiceUtil.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionLocalServiceWrapper.fetchLastLayoutRevision(long plid, boolean head)
           
 LayoutRevision LayoutRevisionLocalService.fetchLastLayoutRevision(long plid, boolean head)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.fetchLastLayoutRevision(long plid, boolean head)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.fetchLatestLayoutRevision(long layoutSetBranchId, long plid)
           
 LayoutRevision LayoutRevisionLocalService.fetchLatestLayoutRevision(long layoutSetBranchId, long plid)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.fetchLatestLayoutRevision(long layoutSetBranchId, long plid)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutRevisionId)
           
 LayoutRevision LayoutRevisionLocalService.fetchLayoutRevision(long layoutRevisionId)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutRevisionId)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutSetBranchId, boolean head, long plid)
           
 LayoutRevision LayoutRevisionLocalService.fetchLayoutRevision(long layoutSetBranchId, boolean head, long plid)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutSetBranchId, boolean head, long plid)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutRevisionId)
          Returns the layout revision with the primary key.
 LayoutRevision LayoutRevisionLocalService.getLayoutRevision(long layoutRevisionId)
          Returns the layout revision with the primary key.
static LayoutRevision LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutRevisionId)
          Returns the layout revision with the primary key.
 LayoutRevision LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId, long plid, boolean head)
           
 LayoutRevision LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId, long plid, boolean head)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId, long plid, boolean head)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid)
           
 LayoutRevision LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutRevision LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
static LayoutRevision LayoutRevisionLocalServiceUtil.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutRevision LayoutRevisionLocalServiceWrapper.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionLocalService.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionLocalServiceWrapper.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionLocalService.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext)
           
static LayoutRevision LayoutRevisionLocalServiceUtil.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutRevision
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
           
 List<LayoutRevision> LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(int start, int end)
          Returns a range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(int start, int end)
          Returns a range of all the layout revisions.
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(int start, int end)
          Returns a range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long plid)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long plid)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long plid)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, boolean head)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, boolean head)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, boolean head)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, int status)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, int status)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, int status)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long plid)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long plid)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long plid)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long plid, int status)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long plid, int status)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long plid, int status)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutRevision> LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service with parameters of type LayoutRevision
 LayoutRevision LayoutRevisionLocalServiceWrapper.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
static LayoutRevision LayoutRevisionLocalServiceUtil.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
static LayoutRevision LayoutRevisionLocalServiceUtil.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalServiceWrapper.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutRevision LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
static LayoutRevision LayoutRevisionLocalServiceUtil.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 

Uses of LayoutRevision in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return LayoutRevision
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.createLayoutRevision(long layoutRevisionId)
          Creates a new layout revision with the primary key.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.fetchLayoutRevision(long layoutRevisionId)
           
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.getLayoutRevision(long layoutRevisionId)
          Returns the layout revision with the primary key.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type LayoutRevision
 List<LayoutRevision> LayoutRevisionLocalServiceBaseImpl.getLayoutRevisions(int start, int end)
          Returns a range of all the layout revisions.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutRevision
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 

Uses of LayoutRevision in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return LayoutRevision
static LayoutRevision LayoutRevisionServiceHttp.addLayoutRevision(HttpPrincipal httpPrincipal, long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 

Uses of LayoutRevision in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return LayoutRevision
 LayoutRevision LayoutRevisionLocalServiceImpl.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionServiceImpl.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.deleteLayoutRevision(LayoutRevision layoutRevision)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.deleteLayoutRevision(long layoutRevisionId)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.fetchLastLayoutRevision(long plid, boolean head)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.fetchLatestLayoutRevision(long layoutSetBranchId, long plid)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.fetchLayoutRevision(long layoutSetBranchId, boolean head, long plid)
           
protected  LayoutRevision PortletPreferencesLocalServiceStagingAdvice.getLayoutRevision(long plid)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.getLayoutRevision(long layoutSetBranchId, long plid, boolean head)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
protected  LayoutRevision LayoutRevisionLocalServiceImpl.updateMajor(LayoutRevision layoutRevision)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutRevision
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getChildLayoutRevisions(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long plid)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, boolean head)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, int status)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, long plid)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, long plid, int status)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutRevision> LayoutRevisionLocalServiceImpl.getLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.impl with parameters of type LayoutRevision
protected  void LayoutRevisionLocalServiceImpl.copyPortletPreferences(LayoutRevision layoutRevision, long parentLayoutRevisionId)
           
 LayoutRevision LayoutRevisionLocalServiceImpl.deleteLayoutRevision(LayoutRevision layoutRevision)
           
protected  Layout StagingLocalServiceImpl.updateLayoutWithLayoutRevision(LayoutRevision layoutRevision)
           
protected  LayoutRevision LayoutRevisionLocalServiceImpl.updateMajor(LayoutRevision layoutRevision)
           
 

Uses of LayoutRevision in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return LayoutRevision
 LayoutRevision LayoutRevisionPersistence.create(long layoutRevisionId)
          Creates a new layout revision with the primary key.
static LayoutRevision LayoutRevisionUtil.create(long layoutRevisionId)
          Creates a new layout revision with the primary key.
 LayoutRevision LayoutRevisionPersistenceImpl.create(long layoutRevisionId)
          Creates a new layout revision with the primary key.
 LayoutRevision LayoutRevisionPersistence.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found.
 LayoutRevision LayoutRevisionPersistence.fetchByL_H_P(long layoutSetBranchId, boolean head, long plid, boolean retrieveFromCache)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutRevision LayoutRevisionUtil.fetchByL_H_P(long layoutSetBranchId, boolean head, long plid, boolean retrieveFromCache)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_H_P(long layoutSetBranchId, boolean head, long plid, boolean retrieveFromCache)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutRevision LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.fetchByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or returns null if it could not be found.
static LayoutRevision LayoutRevisionUtil.fetchByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or returns null if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or returns null if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the layout revision with the primary key or returns null if it could not be found.
 LayoutRevision LayoutRevisionPersistence.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found.
static LayoutRevision LayoutRevisionUtil.findByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision[] LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision[] LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision[] LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision[] LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found.
static LayoutRevision LayoutRevisionUtil.findByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout revision with the primary key or throws a NoSuchModelException if it could not be found.
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByH_P_PrevAndNext(Session session, LayoutRevision layoutRevision, boolean head, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_H_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_L_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_S_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_S_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByP_NotS_PrevAndNext(Session session, LayoutRevision layoutRevision, long plid, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByPlid_PrevAndNext(Session session, LayoutRevision layoutRevision, long plid, OrderByComparator orderByComparator, boolean previous)
           
 LayoutRevision LayoutRevisionPersistence.remove(long layoutRevisionId)
          Removes the layout revision with the primary key from the database.
static LayoutRevision LayoutRevisionUtil.remove(long layoutRevisionId)
          Removes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionPersistenceImpl.remove(long layoutRevisionId)
          Removes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionPersistence.removeByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.
static LayoutRevision LayoutRevisionUtil.removeByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.
 LayoutRevision LayoutRevisionPersistenceImpl.removeByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.
protected  LayoutRevision LayoutRevisionPersistenceImpl.removeImpl(LayoutRevision layoutRevision)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.toUnwrappedModel(LayoutRevision layoutRevision)
           
static LayoutRevision LayoutRevisionUtil.update(LayoutRevision layoutRevision)
           
static LayoutRevision LayoutRevisionUtil.update(LayoutRevision layoutRevision, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision)
           
static LayoutRevision LayoutRevisionUtil.updateImpl(LayoutRevision layoutRevision)
           
 LayoutRevision LayoutRevisionPersistenceImpl.updateImpl(LayoutRevision layoutRevision)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutRevision
 List<LayoutRevision> LayoutRevisionPersistence.findAll()
          Returns all the layout revisions.
static List<LayoutRevision> LayoutRevisionUtil.findAll()
          Returns all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findAll()
          Returns all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end)
          Returns a range of all the layout revisions.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end)
          Returns a range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
static List<LayoutRevision> LayoutRevisionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions.
 List<LayoutRevision> LayoutRevisionPersistence.findByH_P(boolean head, long plid)
          Returns all the layout revisions where head = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByH_P(boolean head, long plid)
          Returns all the layout revisions where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByH_P(boolean head, long plid)
          Returns all the layout revisions where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByH_P(boolean head, long plid, int start, int end)
          Returns a range of all the layout revisions where head = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByH_P(boolean head, long plid, int start, int end)
          Returns a range of all the layout revisions where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByH_P(boolean head, long plid, int start, int end)
          Returns a range of all the layout revisions where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByH_P(boolean head, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where head = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_H(long layoutSetBranchId, boolean head)
          Returns all the layout revisions where layoutSetBranchId = ? and head = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_H(long layoutSetBranchId, boolean head)
          Returns all the layout revisions where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_H(long layoutSetBranchId, boolean head)
          Returns all the layout revisions where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_H(long layoutSetBranchId, boolean head, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_H(long layoutSetBranchId, boolean head, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_H(long layoutSetBranchId, boolean head, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_H(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_L_P(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P_P(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId, long plid, int status)
          Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId, long plid, int status)
          Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P_S(long layoutSetBranchId, long plid, int status)
          Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P_S(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout revisions where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_S(long layoutSetBranchId, int status)
          Returns all the layout revisions where layoutSetBranchId = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_S(long layoutSetBranchId, int status)
          Returns all the layout revisions where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_S(long layoutSetBranchId, int status)
          Returns all the layout revisions where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_S(long layoutSetBranchId, int status, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_S(long layoutSetBranchId, int status, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_S(long layoutSetBranchId, int status, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByL_S(long layoutSetBranchId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout revisions where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByP_NotS(long plid, int status)
          Returns all the layout revisions where plid = ? and status ≠ ?.
static List<LayoutRevision> LayoutRevisionUtil.findByP_NotS(long plid, int status)
          Returns all the layout revisions where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByP_NotS(long plid, int status)
          Returns all the layout revisions where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByP_NotS(long plid, int status, int start, int end)
          Returns a range of all the layout revisions where plid = ? and status ≠ ?.
static List<LayoutRevision> LayoutRevisionUtil.findByP_NotS(long plid, int status, int start, int end)
          Returns a range of all the layout revisions where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByP_NotS(long plid, int status, int start, int end)
          Returns a range of all the layout revisions where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
static List<LayoutRevision> LayoutRevisionUtil.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByP_NotS(long plid, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid)
          Returns all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid)
          Returns all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByPlid(long plid)
          Returns all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid, int start, int end)
          Returns a range of all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end)
          Returns a range of all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByPlid(long plid, int start, int end)
          Returns a range of all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
 List<LayoutRevision> LayoutRevisionPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout revisions where plid = ?.
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutRevision> LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutRevision
 void LayoutRevisionPersistence.cacheResult(LayoutRevision layoutRevision)
          Caches the layout revision in the entity cache if it is enabled.
static void LayoutRevisionUtil.cacheResult(LayoutRevision layoutRevision)
          Caches the layout revision in the entity cache if it is enabled.
 void LayoutRevisionPersistenceImpl.cacheResult(LayoutRevision layoutRevision)
          Caches the layout revision in the entity cache if it is enabled.
protected  void LayoutRevisionPersistenceImpl.cacheUniqueFindersCache(LayoutRevision layoutRevision)
           
static void LayoutRevisionUtil.clearCache(LayoutRevision layoutRevision)
           
 void LayoutRevisionPersistenceImpl.clearCache(LayoutRevision layoutRevision)
          Clears the cache for the layout revision.
protected  void LayoutRevisionPersistenceImpl.clearUniqueFindersCache(LayoutRevision layoutRevision)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByH_P_PrevAndNext(Session session, LayoutRevision layoutRevision, boolean head, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_H_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_L_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_P_S_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByL_S_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutRevision layoutRevision, long layoutSetBranchId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByP_NotS_PrevAndNext(Session session, LayoutRevision layoutRevision, long plid, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.getByPlid_PrevAndNext(Session session, LayoutRevision layoutRevision, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.removeImpl(LayoutRevision layoutRevision)
           
protected  LayoutRevision LayoutRevisionPersistenceImpl.toUnwrappedModel(LayoutRevision layoutRevision)
           
static LayoutRevision LayoutRevisionUtil.update(LayoutRevision layoutRevision)
           
static LayoutRevision LayoutRevisionUtil.update(LayoutRevision layoutRevision, ServiceContext serviceContext)
           
 LayoutRevision LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision)
           
static LayoutRevision LayoutRevisionUtil.updateImpl(LayoutRevision layoutRevision)
           
 LayoutRevision LayoutRevisionPersistenceImpl.updateImpl(LayoutRevision layoutRevision)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutRevision
 void LayoutRevisionPersistence.cacheResult(List<LayoutRevision> layoutRevisions)
          Caches the layout revisions in the entity cache if it is enabled.
static void LayoutRevisionUtil.cacheResult(List<LayoutRevision> layoutRevisions)
          Caches the layout revisions in the entity cache if it is enabled.
 void LayoutRevisionPersistenceImpl.cacheResult(List<LayoutRevision> layoutRevisions)
          Caches the layout revisions in the entity cache if it is enabled.
 void LayoutRevisionPersistenceImpl.clearCache(List<LayoutRevision> layoutRevisions)
           
 

Uses of LayoutRevision in com.liferay.portal.staging
 

Methods in com.liferay.portal.staging that return LayoutRevision
 LayoutRevision LayoutStagingImpl.getLayoutRevision(Layout layout)
           
 

Methods in com.liferay.portal.staging with parameters of type LayoutRevision
 WorkflowTask StagingImpl.getWorkflowTask(long userId, LayoutRevision layoutRevision)
           
 boolean StagingImpl.hasWorkflowTask(long userId, LayoutRevision layoutRevision)
           
 


Liferay 6.2-ce-ga5