Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchLayoutRevisionException

Packages that use NoSuchLayoutRevisionException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchLayoutRevisionException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutRevisionException
static LayoutRevision LayoutRevisionUtil.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByH_P_First(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByH_P_Last(boolean head, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByH_P_PrevAndNext(long layoutRevisionId, boolean head, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_First(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_Last(long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistence.findByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found.
static LayoutRevision[] LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_H_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
static LayoutRevision LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_L_P_First(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_L_P_Last(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_L_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator 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_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutRevision LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_P_First(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_P_Last(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_P_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator 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_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_P_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator 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_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_S_First(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_P_S_Last(long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_P_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator 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_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_S_First(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByL_S_Last(long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision[] LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByL_S_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision[] LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByP_NotS_First(long plid, int status, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistence.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByP_NotS_Last(long plid, int status, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision[] LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision[] LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByP_NotS_PrevAndNext(long layoutRevisionId, long plid, int status, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout revision in the ordered set where plid = ?.
static LayoutRevision[] LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
 LayoutRevision[] LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
 LayoutRevision[] LayoutRevisionPersistenceImpl.findByPlid_PrevAndNext(long layoutRevisionId, long plid, OrderByComparator orderByComparator)
          Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
static LayoutRevision LayoutRevisionUtil.findByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistence.findByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPrimaryKey(long layoutRevisionId)
          Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found.
static LayoutRevision LayoutRevisionUtil.remove(long layoutRevisionId)
          Removes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionPersistence.remove(long layoutRevisionId)
          Removes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionPersistenceImpl.remove(long layoutRevisionId)
          Removes the layout revision with the primary key from the database.
 LayoutRevision LayoutRevisionPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout revision with the primary key 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.
 LayoutRevision LayoutRevisionPersistence.removeByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.
 LayoutRevision LayoutRevisionPersistenceImpl.removeByL_H_P(long layoutSetBranchId, boolean head, long plid)
          Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database.
 


Liferay 6.1.2-ce-ga3