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 LayoutBranch |
LayoutBranchUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch[] |
LayoutBranchUtil.findByL_P_M_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
LayoutBranch[] |
LayoutBranchPersistence.findByL_P_M_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a
NoSuchLayoutBranchException if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.findByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a
NoSuchLayoutBranchException if it could not be found. |
static LayoutBranch[] |
LayoutBranchUtil.findByL_P_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutBranch[] |
LayoutBranchPersistence.findByL_P_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
|
LayoutBranch |
LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
|
LayoutBranch |
LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch[] |
LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
|
LayoutBranch[] |
LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch |
LayoutBranchUtil.findByPrimaryKey(long layoutBranchId)
Returns the layout branch with the primary key or throws a
NoSuchLayoutBranchException if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.findByPrimaryKey(long layoutBranchId)
Returns the layout branch with the primary key or throws a
NoSuchLayoutBranchException if it could not be found. |
static LayoutBranch |
LayoutBranchUtil.remove(long layoutBranchId)
Removes the layout branch with the primary key from the database.
|
LayoutBranch |
LayoutBranchPersistence.remove(long layoutBranchId)
Removes the layout branch with the primary key from the database.
|
static LayoutBranch |
LayoutBranchUtil.removeByL_P_N(long layoutSetBranchId,
long plid,
String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
|
LayoutBranch |
LayoutBranchPersistence.removeByL_P_N(long layoutSetBranchId,
long plid,
String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
|