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