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 LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?.
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?.
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?.
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a
NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a
NoSuchLayoutSetBranchException if it could not be found. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?.
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?.
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a
NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a
NoSuchLayoutSetBranchException if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database.
|
LayoutSetBranch |
LayoutSetBranchPersistence.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database.
|
static LayoutSetBranch |
LayoutSetBranchUtil.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.
|
LayoutSetBranch |
LayoutSetBranchPersistence.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.
|