Uses of Interface
com.liferay.portal.kernel.model.LayoutRevision
Packages that use LayoutRevision
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of LayoutRevision in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that return LayoutRevisionModifier and TypeMethodDescriptionLayoutStaging.getLayoutRevision
(Layout layout) static LayoutRevision
LayoutStagingUtil.getLayoutRevision
(Layout layout) Methods in com.liferay.exportimport.kernel.staging with parameters of type LayoutRevisionModifier and TypeMethodDescriptionStaging.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.kernel.model
Classes in com.liferay.portal.kernel.model that implement LayoutRevisionFields in com.liferay.portal.kernel.model with type parameters of type LayoutRevisionModifier and TypeFieldDescriptionstatic final Accessor<LayoutRevision,
Long> LayoutRevision.LAYOUT_REVISION_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return LayoutRevisionModifier and TypeMethodDescriptionLayoutRevisionModel.cloneWithOriginalValues()
LayoutRevisionWrapper.cloneWithOriginalValues()
LayoutStagingHandler.getLayoutRevision()
Methods in com.liferay.portal.kernel.model that return types with arguments of type LayoutRevisionModifier and TypeMethodDescriptionLayoutRevision.getChildren()
LayoutRevisionWrapper.getChildren()
Methods in com.liferay.portal.kernel.model with parameters of type LayoutRevisionModifier and TypeMethodDescriptionvoid
LayoutStagingHandler.setLayoutRevision
(LayoutRevision layoutRevision) protected LayoutRevisionWrapper
LayoutRevisionWrapper.wrap
(LayoutRevision layoutRevision) Constructors in com.liferay.portal.kernel.model with parameters of type LayoutRevision -
Uses of LayoutRevision in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutRevisionModifier and TypeMethodDescriptionLayoutRevisionLocalService.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 css, ServiceContext serviceContext) LayoutRevisionLocalService.addLayoutRevision
(LayoutRevision layoutRevision) Adds the layout revision to the database.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 css, ServiceContext serviceContext) static LayoutRevision
LayoutRevisionLocalServiceUtil.addLayoutRevision
(LayoutRevision layoutRevision) Adds the layout revision to the database.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 css, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.addLayoutRevision
(LayoutRevision layoutRevision) Adds the layout revision to the database.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 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 css, ServiceContext serviceContext) 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 css, ServiceContext serviceContext) 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.LayoutRevisionLocalServiceWrapper.createLayoutRevision
(long layoutRevisionId) Creates a new layout revision with the primary key.LayoutRevisionLocalService.deleteLayoutRevision
(long layoutRevisionId) Deletes the layout revision with the primary key from the database.LayoutRevisionLocalService.deleteLayoutRevision
(LayoutRevision layoutRevision) Deletes the layout revision from the database.static LayoutRevision
LayoutRevisionLocalServiceUtil.deleteLayoutRevision
(long layoutRevisionId) Deletes the layout revision with the primary key from the database.static LayoutRevision
LayoutRevisionLocalServiceUtil.deleteLayoutRevision
(LayoutRevision layoutRevision) Deletes the layout revision from the database.LayoutRevisionLocalServiceWrapper.deleteLayoutRevision
(long layoutRevisionId) Deletes the layout revision with the primary key from the database.LayoutRevisionLocalServiceWrapper.deleteLayoutRevision
(LayoutRevision layoutRevision) Deletes the layout revision from the database.LayoutRevisionLocalService.fetchLastLayoutRevision
(long plid, boolean head) static LayoutRevision
LayoutRevisionLocalServiceUtil.fetchLastLayoutRevision
(long plid, boolean head) LayoutRevisionLocalServiceWrapper.fetchLastLayoutRevision
(long plid, boolean head) LayoutRevisionLocalService.fetchLatestLayoutRevision
(long layoutSetBranchId, long plid) LayoutRevisionLocalService.fetchLatestLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) static LayoutRevision
LayoutRevisionLocalServiceUtil.fetchLatestLayoutRevision
(long layoutSetBranchId, long plid) static LayoutRevision
LayoutRevisionLocalServiceUtil.fetchLatestLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) LayoutRevisionLocalServiceWrapper.fetchLatestLayoutRevision
(long layoutSetBranchId, long plid) LayoutRevisionLocalServiceWrapper.fetchLatestLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) LayoutRevisionLocalService.fetchLayoutRevision
(long layoutRevisionId) LayoutRevisionLocalService.fetchLayoutRevision
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) static LayoutRevision
LayoutRevisionLocalServiceUtil.fetchLayoutRevision
(long layoutRevisionId) static LayoutRevision
LayoutRevisionLocalServiceUtil.fetchLayoutRevision
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) LayoutRevisionLocalServiceWrapper.fetchLayoutRevision
(long layoutRevisionId) LayoutRevisionLocalServiceWrapper.fetchLayoutRevision
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) LayoutRevisionLocalService.getLayoutRevision
(long layoutRevisionId) Returns the layout revision with the primary key.LayoutRevisionLocalService.getLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) static LayoutRevision
LayoutRevisionLocalServiceUtil.getLayoutRevision
(long layoutRevisionId) Returns the layout revision with the primary key.static LayoutRevision
LayoutRevisionLocalServiceUtil.getLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) LayoutRevisionLocalServiceWrapper.getLayoutRevision
(long layoutRevisionId) Returns the layout revision with the primary key.LayoutRevisionLocalServiceWrapper.getLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) 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 css, ServiceContext serviceContext) LayoutRevisionLocalService.updateLayoutRevision
(LayoutRevision layoutRevision) Updates the layout revision in the database or adds it if it does not yet exist.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 css, ServiceContext serviceContext) static LayoutRevision
LayoutRevisionLocalServiceUtil.updateLayoutRevision
(LayoutRevision layoutRevision) Updates the layout revision in the database or adds it if it does not yet exist.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 css, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.updateLayoutRevision
(LayoutRevision layoutRevision) Updates the layout revision in the database or adds it if it does not yet exist.LayoutRevisionLocalService.updateStatus
(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) static LayoutRevision
LayoutRevisionLocalServiceUtil.updateStatus
(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.updateStatus
(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.service that return types with arguments of type LayoutRevisionModifier and TypeMethodDescriptionLayoutRevisionLocalService.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevisionId, long plid) LayoutRevisionLocalService.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevisionId, long plid) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevisionId, long plid) LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisions
(int start, int end) Returns a range of all the layout revisions.LayoutRevisionLocalService.getLayoutRevisions
(long plid) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, boolean head) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, boolean head, int status) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, int status) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, boolean head) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, int status) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(int start, int end) Returns a range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long plid) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, boolean head) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, boolean head, int status) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, int status) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long plid) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long plid, boolean head) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long plid, int status) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(int start, int end) Returns a range of all the layout revisions.LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long plid) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, boolean head) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, boolean head, int status) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, int status) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long plid) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long plid, boolean head) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long plid, int status) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisionsByStatus
(int status) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisionsByStatus
(int status) LayoutRevisionLocalServiceWrapper.getLayoutRevisionsByStatus
(int status) Methods in com.liferay.portal.kernel.service with parameters of type LayoutRevisionModifier and TypeMethodDescriptionLayoutRevisionLocalService.addLayoutRevision
(LayoutRevision layoutRevision) Adds the layout revision to the database.static LayoutRevision
LayoutRevisionLocalServiceUtil.addLayoutRevision
(LayoutRevision layoutRevision) Adds the layout revision to the database.LayoutRevisionLocalServiceWrapper.addLayoutRevision
(LayoutRevision layoutRevision) Adds the layout revision to the database.LayoutRevisionLocalService.deleteLayoutRevision
(LayoutRevision layoutRevision) Deletes the layout revision from the database.static LayoutRevision
LayoutRevisionLocalServiceUtil.deleteLayoutRevision
(LayoutRevision layoutRevision) Deletes the layout revision from the database.LayoutRevisionLocalServiceWrapper.deleteLayoutRevision
(LayoutRevision layoutRevision) Deletes the layout revision from the database.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.LayoutRevisionLocalServiceWrapper.updateLayoutRevision
(LayoutRevision layoutRevision) Updates the layout revision in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type LayoutRevisionModifier and TypeMethodDescriptionLayoutRevisionLocalService.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) -
Uses of LayoutRevision in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return LayoutRevisionModifier and TypeMethodDescriptionLayoutRevisionPersistence.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.LayoutRevisionPersistence.fetchByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.fetchByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.fetchByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.fetchByL_H_P
(long layoutSetBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found.LayoutRevisionPersistence.fetchByL_H_P
(long layoutSetBranchId, boolean head, long plid, boolean useFinderCache) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P
(long layoutSetBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P
(long layoutSetBranchId, boolean head, long plid, boolean useFinderCache) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.LayoutRevisionPersistence.fetchByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.fetchByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.fetchByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found.LayoutRevisionPersistence.fetchByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid, boolean useFinderCache) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutRevision
LayoutRevisionUtil.fetchByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found.static LayoutRevision
LayoutRevisionUtil.fetchByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid, boolean useFinderCache) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.LayoutRevisionPersistence.fetchByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.fetchByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.fetchByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.fetchByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.fetchByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.fetchByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.fetchByPrimaryKey
(long layoutRevisionId) Returns the layout revision with the primary key or returnsnull
if it could not be found.static LayoutRevision
LayoutRevisionUtil.fetchByPrimaryKey
(long layoutRevisionId) Returns the layout revision with the primary key or returnsnull
if it could not be found.LayoutRevisionPersistence.fetchByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.fetchByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_PrevAndNext
(long layoutRevisionId, boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_P
(long layoutSetBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
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 aNoSuchLayoutRevisionException
if it could not be found.LayoutRevisionPersistence.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
if it could not be found.static LayoutRevision
LayoutRevisionUtil.findByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
if it could not be found.LayoutRevisionPersistence.findByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_PrevAndNext
(long layoutRevisionId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_PrevAndNext
(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPrimaryKey
(long layoutRevisionId) Returns the layout revision with the primary key or throws aNoSuchLayoutRevisionException
if it could not be found.static LayoutRevision
LayoutRevisionUtil.findByPrimaryKey
(long layoutRevisionId) Returns the layout revision with the primary key or throws aNoSuchLayoutRevisionException
if it could not be found.LayoutRevisionPersistence.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.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.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.LayoutRevisionPersistence.removeByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Removes the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? from the database.static LayoutRevision
LayoutRevisionUtil.removeByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Removes the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? from the database.static LayoutRevision
LayoutRevisionUtil.update
(LayoutRevision layoutRevision) static LayoutRevision
LayoutRevisionUtil.update
(LayoutRevision layoutRevision, ServiceContext serviceContext) LayoutRevisionPersistence.updateImpl
(LayoutRevision layoutRevision) static LayoutRevision
LayoutRevisionUtil.updateImpl
(LayoutRevision layoutRevision) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutRevisionModifier and TypeMethodDescriptionstatic Map<Serializable,
LayoutRevision> LayoutRevisionUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) LayoutRevisionPersistence.findAll()
Returns all the layout revisions.LayoutRevisionPersistence.findAll
(int start, int end) Returns a range of all the layout revisions.LayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions.LayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll()
Returns all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end) Returns a range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions.LayoutRevisionPersistence.findByH_P
(boolean head, long plid) Returns all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end) Returns a range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head) Returns all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid) Returns all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid) Returns all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status) Returns all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status) Returns all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid) Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.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 = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid) Returns all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid) Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.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 = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status) Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.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 = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status) Returns all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId) Returns all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end) Returns a range of all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId) Returns 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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status) Returns all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end) Returns a range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 ≠ ?.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 ≠ ?.static List<LayoutRevision>
LayoutRevisionUtil.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByPlid
(long plid) Returns all the layout revisions where plid = ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end) Returns a range of all the layout revisions where plid = ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid) Returns 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 = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ?.LayoutRevisionPersistence.findByStatus
(int status) Returns all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end) Returns a range of all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status) Returns all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end) Returns a range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where status = ?.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<LayoutRevision> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type LayoutRevisionModifier and TypeMethodDescriptionvoid
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.static void
LayoutRevisionUtil.clearCache
(LayoutRevision layoutRevision) static LayoutRevision
LayoutRevisionUtil.update
(LayoutRevision layoutRevision) static LayoutRevision
LayoutRevisionUtil.update
(LayoutRevision layoutRevision, ServiceContext serviceContext) LayoutRevisionPersistence.updateImpl
(LayoutRevision layoutRevision) static LayoutRevision
LayoutRevisionUtil.updateImpl
(LayoutRevision layoutRevision) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutRevisionModifier and TypeMethodDescriptionvoid
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.LayoutRevisionPersistence.fetchByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.fetchByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.fetchByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.fetchByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.fetchByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.fetchByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.fetchByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.fetchByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.fetchByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.fetchByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.fetchByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.fetchByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.fetchByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions.LayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_PrevAndNext
(long layoutRevisionId, boolean head, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) 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<LayoutRevision> 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<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_PrevAndNext
(long layoutRevisionId, long plid, int status, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ?.LayoutRevisionPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_PrevAndNext
(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) -
Uses of LayoutRevision in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type LayoutRevisionModifier and TypeMethodDescriptionint
LayoutRevisionCreateDateComparator.compare
(LayoutRevision layoutRevision1, LayoutRevision layoutRevision2) int
LayoutRevisionIdComparator.compare
(LayoutRevision layoutRevision1, LayoutRevision layoutRevision2) int
LayoutRevisionModifiedDateComparator.compare
(LayoutRevision layoutRevision1, LayoutRevision layoutRevision2)