Uses of Interface
com.liferay.portal.kernel.model.RecentLayoutRevision
Packages that use RecentLayoutRevision
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.
-
Uses of RecentLayoutRevision in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement RecentLayoutRevisionFields in com.liferay.portal.kernel.model with type parameters of type RecentLayoutRevisionModifier and TypeFieldDescriptionstatic final Accessor<RecentLayoutRevision,
Long> RecentLayoutRevision.RECENT_LAYOUT_REVISION_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return RecentLayoutRevisionModifier and TypeMethodDescriptionRecentLayoutRevisionModel.cloneWithOriginalValues()
RecentLayoutRevisionWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type RecentLayoutRevisionModifier and TypeMethodDescriptionprotected RecentLayoutRevisionWrapper
RecentLayoutRevisionWrapper.wrap
(RecentLayoutRevision recentLayoutRevision) Constructors in com.liferay.portal.kernel.model with parameters of type RecentLayoutRevisionModifierConstructorDescriptionRecentLayoutRevisionWrapper
(RecentLayoutRevision recentLayoutRevision) -
Uses of RecentLayoutRevision in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return RecentLayoutRevisionModifier and TypeMethodDescriptionRecentLayoutRevisionLocalService.addRecentLayoutRevision
(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalService.addRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Adds the recent layout revision to the database.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision
(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Adds the recent layout revision to the database.RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision
(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Adds the recent layout revision to the database.RecentLayoutRevisionLocalService.createRecentLayoutRevision
(long recentLayoutRevisionId) Creates a new recent layout revision with the primary key.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.createRecentLayoutRevision
(long recentLayoutRevisionId) Creates a new recent layout revision with the primary key.RecentLayoutRevisionLocalServiceWrapper.createRecentLayoutRevision
(long recentLayoutRevisionId) Creates a new recent layout revision with the primary key.RecentLayoutRevisionLocalService.deleteRecentLayoutRevision
(long recentLayoutRevisionId) Deletes the recent layout revision with the primary key from the database.RecentLayoutRevisionLocalService.deleteRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Deletes the recent layout revision from the database.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision
(long recentLayoutRevisionId) Deletes the recent layout revision with the primary key from the database.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Deletes the recent layout revision from the database.RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision
(long recentLayoutRevisionId) Deletes the recent layout revision with the primary key from the database.RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Deletes the recent layout revision from the database.RecentLayoutRevisionLocalService.fetchRecentLayoutRevision
(long recentLayoutRevisionId) RecentLayoutRevisionLocalService.fetchRecentLayoutRevision
(long userId, long layoutSetBranchId, long plid) static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.fetchRecentLayoutRevision
(long recentLayoutRevisionId) static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.fetchRecentLayoutRevision
(long userId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalServiceWrapper.fetchRecentLayoutRevision
(long recentLayoutRevisionId) RecentLayoutRevisionLocalServiceWrapper.fetchRecentLayoutRevision
(long userId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalService.getRecentLayoutRevision
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.getRecentLayoutRevision
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.RecentLayoutRevisionLocalServiceWrapper.getRecentLayoutRevision
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.RecentLayoutRevisionLocalService.updateRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Updates the recent layout revision in the database or adds it if it does not yet exist.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.updateRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Updates the recent layout revision in the database or adds it if it does not yet exist.RecentLayoutRevisionLocalServiceWrapper.updateRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Updates the recent layout revision in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type RecentLayoutRevisionModifier and TypeMethodDescriptionRecentLayoutRevisionLocalService.getRecentLayoutRevisions
(int start, int end) Returns a range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionLocalServiceUtil.getRecentLayoutRevisions
(int start, int end) Returns a range of all the recent layout revisions.RecentLayoutRevisionLocalServiceWrapper.getRecentLayoutRevisions
(int start, int end) Returns a range of all the recent layout revisions.Methods in com.liferay.portal.kernel.service with parameters of type RecentLayoutRevisionModifier and TypeMethodDescriptionRecentLayoutRevisionLocalService.addRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Adds the recent layout revision to the database.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Adds the recent layout revision to the database.RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Adds the recent layout revision to the database.RecentLayoutRevisionLocalService.deleteRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Deletes the recent layout revision from the database.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Deletes the recent layout revision from the database.RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Deletes the recent layout revision from the database.RecentLayoutRevisionLocalService.updateRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Updates the recent layout revision in the database or adds it if it does not yet exist.static RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.updateRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Updates the recent layout revision in the database or adds it if it does not yet exist.RecentLayoutRevisionLocalServiceWrapper.updateRecentLayoutRevision
(RecentLayoutRevision recentLayoutRevision) Updates the recent layout revision in the database or adds it if it does not yet exist. -
Uses of RecentLayoutRevision in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return RecentLayoutRevisionModifier and TypeMethodDescriptionRecentLayoutRevisionPersistence.create
(long recentLayoutRevisionId) Creates a new recent layout revision with the primary key.static RecentLayoutRevision
RecentLayoutRevisionUtil.create
(long recentLayoutRevisionId) Creates a new recent layout revision with the primary key.RecentLayoutRevisionPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.fetchByPrimaryKey
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key or returnsnull
if it could not be found.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByPrimaryKey
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key or returnsnull
if it could not be found.RecentLayoutRevisionPersistence.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found.RecentLayoutRevisionPersistence.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid, boolean useFinderCache) Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid, boolean useFinderCache) Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.RecentLayoutRevisionPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_PrevAndNext
(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByGroupId_PrevAndNext
(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_PrevAndNext
(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByLayoutRevisionId_PrevAndNext
(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByPrimaryKey
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key or throws aNoSuchRecentLayoutRevisionException
if it could not be found.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByPrimaryKey
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key or throws aNoSuchRecentLayoutRevisionException
if it could not be found.RecentLayoutRevisionPersistence.findByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or throws aNoSuchRecentLayoutRevisionException
if it could not be found.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or throws aNoSuchRecentLayoutRevisionException
if it could not be found.RecentLayoutRevisionPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_PrevAndNext
(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByUserId_PrevAndNext
(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.remove
(long recentLayoutRevisionId) Removes the recent layout revision with the primary key from the database.static RecentLayoutRevision
RecentLayoutRevisionUtil.remove
(long recentLayoutRevisionId) Removes the recent layout revision with the primary key from the database.RecentLayoutRevisionPersistence.removeByU_L_P
(long userId, long layoutSetBranchId, long plid) Removes the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? from the database.static RecentLayoutRevision
RecentLayoutRevisionUtil.removeByU_L_P
(long userId, long layoutSetBranchId, long plid) Removes the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? from the database.static RecentLayoutRevision
RecentLayoutRevisionUtil.update
(RecentLayoutRevision recentLayoutRevision) static RecentLayoutRevision
RecentLayoutRevisionUtil.update
(RecentLayoutRevision recentLayoutRevision, ServiceContext serviceContext) RecentLayoutRevisionPersistence.updateImpl
(RecentLayoutRevision recentLayoutRevision) static RecentLayoutRevision
RecentLayoutRevisionUtil.updateImpl
(RecentLayoutRevision recentLayoutRevision) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type RecentLayoutRevisionModifier and TypeMethodDescriptionstatic Map<Serializable,
RecentLayoutRevision> RecentLayoutRevisionUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RecentLayoutRevisionPersistence.findAll()
Returns all the recent layout revisions.RecentLayoutRevisionPersistence.findAll
(int start, int end) Returns a range of all the recent layout revisions.RecentLayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions.RecentLayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll()
Returns all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end) Returns a range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions.RecentLayoutRevisionPersistence.findByGroupId
(long groupId) Returns all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId) Returns all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId) Returns all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end) Returns a range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId) Returns all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end) Returns a range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId) Returns all the recent layout revisions where userId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the recent layout revisions where userId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where userId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId) Returns all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end) Returns a range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type RecentLayoutRevisionModifier and TypeMethodDescriptionvoid
RecentLayoutRevisionPersistence.cacheResult
(RecentLayoutRevision recentLayoutRevision) Caches the recent layout revision in the entity cache if it is enabled.static void
RecentLayoutRevisionUtil.cacheResult
(RecentLayoutRevision recentLayoutRevision) Caches the recent layout revision in the entity cache if it is enabled.static void
RecentLayoutRevisionUtil.clearCache
(RecentLayoutRevision recentLayoutRevision) static RecentLayoutRevision
RecentLayoutRevisionUtil.update
(RecentLayoutRevision recentLayoutRevision) static RecentLayoutRevision
RecentLayoutRevisionUtil.update
(RecentLayoutRevision recentLayoutRevision, ServiceContext serviceContext) RecentLayoutRevisionPersistence.updateImpl
(RecentLayoutRevision recentLayoutRevision) static RecentLayoutRevision
RecentLayoutRevisionUtil.updateImpl
(RecentLayoutRevision recentLayoutRevision) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RecentLayoutRevisionModifier and TypeMethodDescriptionvoid
RecentLayoutRevisionPersistence.cacheResult
(List<RecentLayoutRevision> recentLayoutRevisions) Caches the recent layout revisions in the entity cache if it is enabled.static void
RecentLayoutRevisionUtil.cacheResult
(List<RecentLayoutRevision> recentLayoutRevisions) Caches the recent layout revisions in the entity cache if it is enabled.RecentLayoutRevisionPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions.RecentLayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_PrevAndNext
(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByGroupId_PrevAndNext
(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_PrevAndNext
(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByLayoutRevisionId_PrevAndNext
(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where userId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where userId = ?.RecentLayoutRevisionPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_PrevAndNext
(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByUserId_PrevAndNext
(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator)