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 RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?.
|
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?.
|
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.
|
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.
|
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or throws a
NoSuchRecentLayoutSetBranchException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or throws a
NoSuchRecentLayoutSetBranchException if it could not be found. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws a
NoSuchRecentLayoutSetBranchException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws a
NoSuchRecentLayoutSetBranchException if it could not be found. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?.
|
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?.
|
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.remove(long recentLayoutSetBranchId)
Removes the recent layout set branch with the primary key from the database.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.remove(long recentLayoutSetBranchId)
Removes the recent layout set branch with the primary key from the database.
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.removeByU_L(long userId,
long layoutSetId)
Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database.
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.removeByU_L(long userId,
long layoutSetId)
Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database.
|