Uses of Class
com.liferay.portal.kernel.exception.NoSuchRecentLayoutSetBranchException
Packages that use NoSuchRecentLayoutSetBranchException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRecentLayoutSetBranchException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRecentLayoutSetBranchExceptionModifier and TypeMethodDescriptionRecentLayoutSetBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId_PrevAndNext
(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch[]
RecentLayoutSetBranchUtil.findByGroupId_PrevAndNext
(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_PrevAndNext
(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch[]
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_PrevAndNext
(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByPrimaryKey
(long recentLayoutSetBranchId) Returns the recent layout set branch with the primary key or throws aNoSuchRecentLayoutSetBranchException
if it could not be found.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByPrimaryKey
(long recentLayoutSetBranchId) Returns the recent layout set branch with the primary key or throws aNoSuchRecentLayoutSetBranchException
if it could not be found.RecentLayoutSetBranchPersistence.findByU_L
(long userId, long layoutSetId) Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws aNoSuchRecentLayoutSetBranchException
if it could not be found.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByU_L
(long userId, long layoutSetId) Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws aNoSuchRecentLayoutSetBranchException
if it could not be found.RecentLayoutSetBranchPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.findByUserId_PrevAndNext
(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch[]
RecentLayoutSetBranchUtil.findByUserId_PrevAndNext
(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.remove
(long recentLayoutSetBranchId) Removes the recent layout set branch with the primary key from the database.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.remove
(long recentLayoutSetBranchId) Removes the recent layout set branch with the primary key from the database.RecentLayoutSetBranchPersistence.removeByU_L
(long userId, long layoutSetId) Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.removeByU_L
(long userId, long layoutSetId) Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database.