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 RecentLayoutRevision |
RecentLayoutRevisionUtil.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision[] |
RecentLayoutRevisionUtil.findByGroupId_PrevAndNext(long recentLayoutRevisionId,
long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision[] |
RecentLayoutRevisionPersistence.findByGroupId_PrevAndNext(long recentLayoutRevisionId,
long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision[] |
RecentLayoutRevisionUtil.findByLayoutRevisionId_PrevAndNext(long recentLayoutRevisionId,
long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision[] |
RecentLayoutRevisionPersistence.findByLayoutRevisionId_PrevAndNext(long recentLayoutRevisionId,
long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByPrimaryKey(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key or throws a
NoSuchRecentLayoutRevisionException if it could not be found. |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByPrimaryKey(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key or throws a
NoSuchRecentLayoutRevisionException if it could not be found. |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or throws a
NoSuchRecentLayoutRevisionException if it could not be found. |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or throws a
NoSuchRecentLayoutRevisionException if it could not be found. |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?.
|
static RecentLayoutRevision[] |
RecentLayoutRevisionUtil.findByUserId_PrevAndNext(long recentLayoutRevisionId,
long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision[] |
RecentLayoutRevisionPersistence.findByUserId_PrevAndNext(long recentLayoutRevisionId,
long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.remove(long recentLayoutRevisionId)
Removes the recent layout revision with the primary key from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.remove(long recentLayoutRevisionId)
Removes the recent layout revision with the primary key from the database.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.removeByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Removes the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.removeByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Removes the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? from the database.
|