Uses of Class
com.liferay.portal.kernel.exception.NoSuchLayoutRevisionException
Packages that use NoSuchLayoutRevisionException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchLayoutRevisionException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchLayoutRevisionExceptionModifier and TypeMethodDescriptionLayoutRevisionPersistence.findByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_PrevAndNext
(long layoutRevisionId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByH_P_PrevAndNext
(long layoutRevisionId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_P
(long layoutSetBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
if it could not be found.static LayoutRevision
LayoutRevisionUtil.findByL_H_P
(long layoutSetBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
if it could not be found.LayoutRevisionPersistence.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
if it could not be found.static LayoutRevision
LayoutRevisionUtil.findByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or throws aNoSuchLayoutRevisionException
if it could not be found.LayoutRevisionPersistence.findByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_L_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_P_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_P_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision[]
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision
LayoutRevisionUtil.findByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision
LayoutRevisionUtil.findByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_PrevAndNext
(long layoutRevisionId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision[]
LayoutRevisionUtil.findByP_NotS_PrevAndNext
(long layoutRevisionId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_PrevAndNext
(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByPlid_PrevAndNext
(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.LayoutRevisionPersistence.findByPrimaryKey
(long layoutRevisionId) Returns the layout revision with the primary key or throws aNoSuchLayoutRevisionException
if it could not be found.static LayoutRevision
LayoutRevisionUtil.findByPrimaryKey
(long layoutRevisionId) Returns the layout revision with the primary key or throws aNoSuchLayoutRevisionException
if it could not be found.LayoutRevisionPersistence.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.LayoutRevisionPersistence.remove
(long layoutRevisionId) Removes the layout revision with the primary key from the database.static LayoutRevision
LayoutRevisionUtil.remove
(long layoutRevisionId) Removes the layout revision with the primary key from the database.LayoutRevisionPersistence.removeByL_H_P
(long layoutSetBranchId, boolean head, long plid) Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.static LayoutRevision
LayoutRevisionUtil.removeByL_H_P
(long layoutSetBranchId, boolean head, long plid) Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.LayoutRevisionPersistence.removeByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Removes the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? from the database.static LayoutRevision
LayoutRevisionUtil.removeByL_L_H_P
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) Removes the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? from the database.