Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
RecentLayoutRevisionWrapper
This class is a wrapper for
RecentLayoutRevision . |
Modifier and Type | Field and Description |
---|---|
static Accessor<RecentLayoutRevision,Long> |
RecentLayoutRevision.RECENT_LAYOUT_REVISION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
RecentLayoutRevision |
RecentLayoutRevisionWrapper.getWrappedModel() |
RecentLayoutRevision |
RecentLayoutRevisionWrapper.toEscapedModel() |
RecentLayoutRevision |
RecentLayoutRevisionModel.toEscapedModel() |
RecentLayoutRevision |
RecentLayoutRevisionWrapper.toUnescapedModel() |
RecentLayoutRevision |
RecentLayoutRevisionModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<RecentLayoutRevision> |
RecentLayoutRevisionWrapper.toCacheModel() |
CacheModel<RecentLayoutRevision> |
RecentLayoutRevisionModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
RecentLayoutRevisionWrapper.compareTo(RecentLayoutRevision recentLayoutRevision) |
int |
RecentLayoutRevisionModel.compareTo(RecentLayoutRevision recentLayoutRevision) |
static RecentLayoutRevisionSoap |
RecentLayoutRevisionSoap.toSoapModel(RecentLayoutRevision model) |
static RecentLayoutRevisionSoap[] |
RecentLayoutRevisionSoap.toSoapModels(RecentLayoutRevision[] models) |
static RecentLayoutRevisionSoap[][] |
RecentLayoutRevisionSoap.toSoapModels(RecentLayoutRevision[][] models) |
Modifier and Type | Method and Description |
---|---|
static RecentLayoutRevisionSoap[] |
RecentLayoutRevisionSoap.toSoapModels(List<RecentLayoutRevision> models) |
Constructor and Description |
---|
RecentLayoutRevisionWrapper(RecentLayoutRevision recentLayoutRevision) |
Modifier and Type | Method and Description |
---|---|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision(long userId,
long layoutRevisionId,
long layoutSetBranchId,
long plid) |
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision(long userId,
long layoutRevisionId,
long layoutSetBranchId,
long plid) |
RecentLayoutRevision |
RecentLayoutRevisionLocalService.addRecentLayoutRevision(long userId,
long layoutRevisionId,
long layoutSetBranchId,
long plid) |
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Adds the recent layout revision to the database.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Adds the recent layout revision to the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Adds the recent layout revision to the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.createRecentLayoutRevision(long recentLayoutRevisionId)
Creates a new recent layout revision with the primary key.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.createRecentLayoutRevision(long recentLayoutRevisionId)
Creates a new recent layout revision with the primary key.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.createRecentLayoutRevision(long recentLayoutRevisionId)
Creates a new recent layout revision with the primary key.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision(long recentLayoutRevisionId)
Deletes the recent layout revision with the primary key from the database.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision(long recentLayoutRevisionId)
Deletes the recent layout revision with the primary key from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.deleteRecentLayoutRevision(long recentLayoutRevisionId)
Deletes the recent layout revision with the primary key from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Deletes the recent layout revision from the database.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Deletes the recent layout revision from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Deletes the recent layout revision from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.fetchRecentLayoutRevision(long recentLayoutRevisionId) |
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.fetchRecentLayoutRevision(long recentLayoutRevisionId) |
RecentLayoutRevision |
RecentLayoutRevisionLocalService.fetchRecentLayoutRevision(long recentLayoutRevisionId) |
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.fetchRecentLayoutRevision(long userId,
long layoutSetBranchId,
long plid) |
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.fetchRecentLayoutRevision(long userId,
long layoutSetBranchId,
long plid) |
RecentLayoutRevision |
RecentLayoutRevisionLocalService.fetchRecentLayoutRevision(long userId,
long layoutSetBranchId,
long plid) |
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.getRecentLayoutRevision(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.getRecentLayoutRevision(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.getRecentLayoutRevision(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Updates the recent layout revision in the database or adds it if it does not yet exist.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Updates the recent layout revision in the database or adds it if it does not yet exist.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Updates the recent layout revision in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<RecentLayoutRevision> |
RecentLayoutRevisionLocalServiceWrapper.getRecentLayoutRevisions(int start,
int end)
Returns a range of all the recent layout revisions.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionLocalServiceUtil.getRecentLayoutRevisions(int start,
int end)
Returns a range of all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionLocalService.getRecentLayoutRevisions(int start,
int end)
Returns a range of all the recent layout revisions.
|
Modifier and Type | Method and Description |
---|---|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Adds the recent layout revision to the database.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Adds the recent layout revision to the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Adds the recent layout revision to the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Deletes the recent layout revision from the database.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Deletes the recent layout revision from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Deletes the recent layout revision from the database.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalServiceWrapper.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Updates the recent layout revision in the database or adds it if it does not yet exist.
|
static RecentLayoutRevision |
RecentLayoutRevisionLocalServiceUtil.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Updates the recent layout revision in the database or adds it if it does not yet exist.
|
RecentLayoutRevision |
RecentLayoutRevisionLocalService.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
Updates the recent layout revision in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.create(long recentLayoutRevisionId)
Creates a new recent layout revision with the primary key.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.create(long recentLayoutRevisionId)
Creates a new recent layout revision with the primary key.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByPrimaryKey(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key or returns
null if it could not be found. |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByPrimaryKey(long recentLayoutRevisionId)
Returns the recent layout revision with the primary key or returns
null if it could not be found. |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found. |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found. |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid,
boolean retrieveFromCache)
Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid,
boolean retrieveFromCache)
Returns the recent layout revision where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?.
|
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.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.update(RecentLayoutRevision recentLayoutRevision) |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.update(RecentLayoutRevision recentLayoutRevision,
ServiceContext serviceContext) |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.updateImpl(RecentLayoutRevision recentLayoutRevision) |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.updateImpl(RecentLayoutRevision recentLayoutRevision) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,RecentLayoutRevision> |
RecentLayoutRevisionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,RecentLayoutRevision> |
RecentLayoutRevisionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findAll()
Returns all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findAll()
Returns all the recent layout revisions.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findAll(int start,
int end)
Returns a range of all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findAll(int start,
int end)
Returns a range of all the recent layout revisions.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByGroupId(long groupId)
Returns all the recent layout revisions where groupId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByGroupId(long groupId)
Returns all the recent layout revisions where groupId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout revisions where groupId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout revisions where groupId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId)
Returns all the recent layout revisions where layoutRevisionId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId)
Returns all the recent layout revisions where layoutRevisionId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end)
Returns a range of all the recent layout revisions where layoutRevisionId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end)
Returns a range of all the recent layout revisions where layoutRevisionId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByUserId(long userId)
Returns all the recent layout revisions where userId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByUserId(long userId)
Returns all the recent layout revisions where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout revisions where userId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout revisions where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
RecentLayoutRevisionUtil.cacheResult(RecentLayoutRevision recentLayoutRevision)
Caches the recent layout revision in the entity cache if it is enabled.
|
void |
RecentLayoutRevisionPersistence.cacheResult(RecentLayoutRevision recentLayoutRevision)
Caches the recent layout revision in the entity cache if it is enabled.
|
static void |
RecentLayoutRevisionUtil.clearCache(RecentLayoutRevision recentLayoutRevision) |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.update(RecentLayoutRevision recentLayoutRevision) |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.update(RecentLayoutRevision recentLayoutRevision,
ServiceContext serviceContext) |
static RecentLayoutRevision |
RecentLayoutRevisionUtil.updateImpl(RecentLayoutRevision recentLayoutRevision) |
RecentLayoutRevision |
RecentLayoutRevisionPersistence.updateImpl(RecentLayoutRevision recentLayoutRevision) |
Modifier and Type | Method and Description |
---|---|
static void |
RecentLayoutRevisionUtil.cacheResult(List<RecentLayoutRevision> recentLayoutRevisions)
Caches the recent layout revisions in the entity cache if it is enabled.
|
void |
RecentLayoutRevisionPersistence.cacheResult(List<RecentLayoutRevision> recentLayoutRevisions)
Caches the recent layout revisions in the entity cache if it is enabled.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where groupId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_First(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_Last(long layoutRevisionId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the first recent layout revision in the ordered set where userId = ?.
|
static RecentLayoutRevision |
RecentLayoutRevisionUtil.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?.
|
RecentLayoutRevision |
RecentLayoutRevisionPersistence.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns the last recent layout revision in the ordered set where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions.
|
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 List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where groupId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions 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 List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByLayoutRevisionId(long layoutRevisionId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.
|
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 List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
List<RecentLayoutRevision> |
RecentLayoutRevisionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout revisions where userId = ?.
|
static List<RecentLayoutRevision> |
RecentLayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RecentLayoutRevision> orderByComparator) |