Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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 = ?.
|
LayoutRevision |
LayoutRevisionPersistence.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_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
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_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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(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. |
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 = ?.
|
LayoutRevision[] |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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_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 a
NoSuchLayoutRevisionException if it could not be found. |
LayoutRevision |
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 a
NoSuchLayoutRevisionException if it could not be found. |
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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
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_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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_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 = ?.
|
LayoutRevision[] |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
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_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
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_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 = ?.
|
LayoutRevision[] |
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.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first 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 = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last 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 = ?.
|
LayoutRevision[] |
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.findByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
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_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
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_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 ≠ ?.
|
LayoutRevision[] |
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.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first 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 = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last 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 = ?.
|
LayoutRevision[] |
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.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. |
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.
|
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.
|
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.
|
LayoutRevision |
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.
|