Uses of Class
com.liferay.portal.kernel.exception.NoSuchRecentLayoutBranchException
Packages that use NoSuchRecentLayoutBranchException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRecentLayoutBranchException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRecentLayoutBranchExceptionModifier and TypeMethodDescriptionRecentLayoutBranchPersistence.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.