Uses of Interface
com.liferay.portal.kernel.model.RecentLayoutBranch
Packages that use RecentLayoutBranch
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 RecentLayoutBranch in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement RecentLayoutBranchFields in com.liferay.portal.kernel.model with type parameters of type RecentLayoutBranchModifier and TypeFieldDescriptionstatic final Accessor<RecentLayoutBranch,
Long> RecentLayoutBranch.RECENT_LAYOUT_BRANCH_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return RecentLayoutBranchModifier and TypeMethodDescriptionRecentLayoutBranchModel.cloneWithOriginalValues()
RecentLayoutBranchWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type RecentLayoutBranchModifier and TypeMethodDescriptionprotected RecentLayoutBranchWrapper
RecentLayoutBranchWrapper.wrap
(RecentLayoutBranch recentLayoutBranch) Constructors in com.liferay.portal.kernel.model with parameters of type RecentLayoutBranch -
Uses of RecentLayoutBranch in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return RecentLayoutBranchModifier and TypeMethodDescriptionRecentLayoutBranchLocalService.addRecentLayoutBranch
(long userId, long layoutBranchId, long layoutSetBranchId, long plid) RecentLayoutBranchLocalService.addRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Adds the recent layout branch to the database.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch
(long userId, long layoutBranchId, long layoutSetBranchId, long plid) static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Adds the recent layout branch to the database.RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch
(long userId, long layoutBranchId, long layoutSetBranchId, long plid) RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Adds the recent layout branch to the database.RecentLayoutBranchLocalService.createRecentLayoutBranch
(long recentLayoutBranchId) Creates a new recent layout branch with the primary key.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.createRecentLayoutBranch
(long recentLayoutBranchId) Creates a new recent layout branch with the primary key.RecentLayoutBranchLocalServiceWrapper.createRecentLayoutBranch
(long recentLayoutBranchId) Creates a new recent layout branch with the primary key.RecentLayoutBranchLocalService.deleteRecentLayoutBranch
(long recentLayoutBranchId) Deletes the recent layout branch with the primary key from the database.RecentLayoutBranchLocalService.deleteRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Deletes the recent layout branch from the database.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch
(long recentLayoutBranchId) Deletes the recent layout branch with the primary key from the database.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Deletes the recent layout branch from the database.RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch
(long recentLayoutBranchId) Deletes the recent layout branch with the primary key from the database.RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Deletes the recent layout branch from the database.RecentLayoutBranchLocalService.fetchRecentLayoutBranch
(long recentLayoutBranchId) RecentLayoutBranchLocalService.fetchRecentLayoutBranch
(long userId, long layoutSetBranchId, long plid) static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.fetchRecentLayoutBranch
(long recentLayoutBranchId) static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.fetchRecentLayoutBranch
(long userId, long layoutSetBranchId, long plid) RecentLayoutBranchLocalServiceWrapper.fetchRecentLayoutBranch
(long recentLayoutBranchId) RecentLayoutBranchLocalServiceWrapper.fetchRecentLayoutBranch
(long userId, long layoutSetBranchId, long plid) RecentLayoutBranchLocalService.getRecentLayoutBranch
(long recentLayoutBranchId) Returns the recent layout branch with the primary key.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.getRecentLayoutBranch
(long recentLayoutBranchId) Returns the recent layout branch with the primary key.RecentLayoutBranchLocalServiceWrapper.getRecentLayoutBranch
(long recentLayoutBranchId) Returns the recent layout branch with the primary key.RecentLayoutBranchLocalService.updateRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Updates the recent layout branch in the database or adds it if it does not yet exist.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.updateRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Updates the recent layout branch in the database or adds it if it does not yet exist.RecentLayoutBranchLocalServiceWrapper.updateRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Updates the recent layout branch 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 RecentLayoutBranchModifier and TypeMethodDescriptionRecentLayoutBranchLocalService.getRecentLayoutBranchs
(int start, int end) Returns a range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchLocalServiceUtil.getRecentLayoutBranchs
(int start, int end) Returns a range of all the recent layout branches.RecentLayoutBranchLocalServiceWrapper.getRecentLayoutBranchs
(int start, int end) Returns a range of all the recent layout branches.Methods in com.liferay.portal.kernel.service with parameters of type RecentLayoutBranchModifier and TypeMethodDescriptionRecentLayoutBranchLocalService.addRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Adds the recent layout branch to the database.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Adds the recent layout branch to the database.RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Adds the recent layout branch to the database.RecentLayoutBranchLocalService.deleteRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Deletes the recent layout branch from the database.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Deletes the recent layout branch from the database.RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Deletes the recent layout branch from the database.RecentLayoutBranchLocalService.updateRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Updates the recent layout branch in the database or adds it if it does not yet exist.static RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.updateRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Updates the recent layout branch in the database or adds it if it does not yet exist.RecentLayoutBranchLocalServiceWrapper.updateRecentLayoutBranch
(RecentLayoutBranch recentLayoutBranch) Updates the recent layout branch in the database or adds it if it does not yet exist. -
Uses of RecentLayoutBranch in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return RecentLayoutBranchModifier and TypeMethodDescriptionRecentLayoutBranchPersistence.create
(long recentLayoutBranchId) Creates a new recent layout branch with the primary key.static RecentLayoutBranch
RecentLayoutBranchUtil.create
(long recentLayoutBranchId) Creates a new recent layout branch with the primary key.RecentLayoutBranchPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.fetchByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.fetchByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.fetchByPrimaryKey
(long recentLayoutBranchId) Returns the recent layout branch with the primary key or returnsnull
if it could not be found.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByPrimaryKey
(long recentLayoutBranchId) Returns the recent layout branch with the primary key or returnsnull
if it could not be found.RecentLayoutBranchPersistence.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found.RecentLayoutBranchPersistence.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid, boolean useFinderCache) Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByU_L_P
(long userId, long layoutSetBranchId, long plid, boolean useFinderCache) Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returnsnull
if it could not be found, optionally using the finder cache.RecentLayoutBranchPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_PrevAndNext
(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByGroupId_PrevAndNext
(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_PrevAndNext
(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByLayoutBranchId_PrevAndNext
(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByPrimaryKey
(long recentLayoutBranchId) Returns the recent layout branch with the primary key or throws aNoSuchRecentLayoutBranchException
if it could not be found.static RecentLayoutBranch
RecentLayoutBranchUtil.findByPrimaryKey
(long recentLayoutBranchId) Returns the recent layout branch with the primary key or throws aNoSuchRecentLayoutBranchException
if it could not be found.RecentLayoutBranchPersistence.findByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or throws aNoSuchRecentLayoutBranchException
if it could not be found.static RecentLayoutBranch
RecentLayoutBranchUtil.findByU_L_P
(long userId, long layoutSetBranchId, long plid) Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or throws aNoSuchRecentLayoutBranchException
if it could not be found.RecentLayoutBranchPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_PrevAndNext
(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByUserId_PrevAndNext
(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.remove
(long recentLayoutBranchId) Removes the recent layout branch with the primary key from the database.static RecentLayoutBranch
RecentLayoutBranchUtil.remove
(long recentLayoutBranchId) Removes the recent layout branch with the primary key from the database.RecentLayoutBranchPersistence.removeByU_L_P
(long userId, long layoutSetBranchId, long plid) Removes the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? from the database.static RecentLayoutBranch
RecentLayoutBranchUtil.removeByU_L_P
(long userId, long layoutSetBranchId, long plid) Removes the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? from the database.static RecentLayoutBranch
RecentLayoutBranchUtil.update
(RecentLayoutBranch recentLayoutBranch) static RecentLayoutBranch
RecentLayoutBranchUtil.update
(RecentLayoutBranch recentLayoutBranch, ServiceContext serviceContext) RecentLayoutBranchPersistence.updateImpl
(RecentLayoutBranch recentLayoutBranch) static RecentLayoutBranch
RecentLayoutBranchUtil.updateImpl
(RecentLayoutBranch recentLayoutBranch) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type RecentLayoutBranchModifier and TypeMethodDescriptionstatic Map<Serializable,
RecentLayoutBranch> RecentLayoutBranchUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RecentLayoutBranchPersistence.findAll()
Returns all the recent layout branches.RecentLayoutBranchPersistence.findAll
(int start, int end) Returns a range of all the recent layout branches.RecentLayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches.RecentLayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll()
Returns all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end) Returns a range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches.RecentLayoutBranchPersistence.findByGroupId
(long groupId) Returns all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId) Returns all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId) Returns all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end) Returns a range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId) Returns all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end) Returns a range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId) Returns all the recent layout branches where userId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the recent layout branches where userId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where userId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId) Returns all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end) Returns a range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type RecentLayoutBranchModifier and TypeMethodDescriptionvoid
RecentLayoutBranchPersistence.cacheResult
(RecentLayoutBranch recentLayoutBranch) Caches the recent layout branch in the entity cache if it is enabled.static void
RecentLayoutBranchUtil.cacheResult
(RecentLayoutBranch recentLayoutBranch) Caches the recent layout branch in the entity cache if it is enabled.static void
RecentLayoutBranchUtil.clearCache
(RecentLayoutBranch recentLayoutBranch) static RecentLayoutBranch
RecentLayoutBranchUtil.update
(RecentLayoutBranch recentLayoutBranch) static RecentLayoutBranch
RecentLayoutBranchUtil.update
(RecentLayoutBranch recentLayoutBranch, ServiceContext serviceContext) RecentLayoutBranchPersistence.updateImpl
(RecentLayoutBranch recentLayoutBranch) static RecentLayoutBranch
RecentLayoutBranchUtil.updateImpl
(RecentLayoutBranch recentLayoutBranch) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RecentLayoutBranchModifier and TypeMethodDescriptionvoid
RecentLayoutBranchPersistence.cacheResult
(List<RecentLayoutBranch> recentLayoutBranchs) Caches the recent layout branches in the entity cache if it is enabled.static void
RecentLayoutBranchUtil.cacheResult
(List<RecentLayoutBranch> recentLayoutBranchs) Caches the recent layout branches in the entity cache if it is enabled.RecentLayoutBranchPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.fetchByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.fetchByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches.RecentLayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_PrevAndNext
(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByGroupId_PrevAndNext
(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_PrevAndNext
(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByLayoutBranchId_PrevAndNext
(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where userId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where userId = ?.RecentLayoutBranchPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_PrevAndNext
(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByUserId_PrevAndNext
(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator)