|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchRecentLayoutRevisionException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of NoSuchRecentLayoutRevisionException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchRecentLayoutRevisionException | |
|---|---|
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_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last 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.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.findByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?. |
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_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last 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_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.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.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.findByPrimaryKey(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key 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.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.findByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?. |
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_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last 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_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.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.remove(long recentLayoutRevisionId)
Removes the recent layout revision with the primary key from the database. |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.remove(long recentLayoutRevisionId)
Removes the recent layout revision with the primary key 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. |
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. |
| Uses of NoSuchRecentLayoutRevisionException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchRecentLayoutRevisionException | |
|---|---|
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?. |
RecentLayoutRevision[] |
RecentLayoutRevisionPersistenceImpl.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 |
RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.findByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?. |
RecentLayoutRevision[] |
RecentLayoutRevisionPersistenceImpl.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 |
RecentLayoutRevisionPersistenceImpl.findByPrimaryKey(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key or throws a NoSuchRecentLayoutRevisionException if it could not be found. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the recent layout revision with the primary key or throws a NoSuchModelException if it could not be found. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.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 |
RecentLayoutRevisionPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?. |
RecentLayoutRevision[] |
RecentLayoutRevisionPersistenceImpl.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 |
RecentLayoutRevisionPersistenceImpl.remove(long recentLayoutRevisionId)
Removes the recent layout revision with the primary key from the database. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.remove(Serializable primaryKey)
Removes the recent layout revision with the primary key from the database. |
RecentLayoutRevision |
RecentLayoutRevisionPersistenceImpl.removeByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Removes the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||