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 |
RecentLayoutBranchWrapper
This class is a wrapper for
RecentLayoutBranch . |
Modifier and Type | Field and Description |
---|---|
static Accessor<RecentLayoutBranch,Long> |
RecentLayoutBranch.RECENT_LAYOUT_BRANCH_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
RecentLayoutBranch |
RecentLayoutBranchWrapper.getWrappedModel() |
RecentLayoutBranch |
RecentLayoutBranchModel.toEscapedModel() |
RecentLayoutBranch |
RecentLayoutBranchWrapper.toEscapedModel() |
RecentLayoutBranch |
RecentLayoutBranchModel.toUnescapedModel() |
RecentLayoutBranch |
RecentLayoutBranchWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<RecentLayoutBranch> |
RecentLayoutBranchModel.toCacheModel() |
CacheModel<RecentLayoutBranch> |
RecentLayoutBranchWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
RecentLayoutBranchModel.compareTo(RecentLayoutBranch recentLayoutBranch) |
int |
RecentLayoutBranchWrapper.compareTo(RecentLayoutBranch recentLayoutBranch) |
static RecentLayoutBranchSoap |
RecentLayoutBranchSoap.toSoapModel(RecentLayoutBranch model) |
static RecentLayoutBranchSoap[] |
RecentLayoutBranchSoap.toSoapModels(RecentLayoutBranch[] models) |
static RecentLayoutBranchSoap[][] |
RecentLayoutBranchSoap.toSoapModels(RecentLayoutBranch[][] models) |
Modifier and Type | Method and Description |
---|---|
static RecentLayoutBranchSoap[] |
RecentLayoutBranchSoap.toSoapModels(List<RecentLayoutBranch> models) |
Constructor and Description |
---|
RecentLayoutBranchWrapper(RecentLayoutBranch recentLayoutBranch) |
Modifier and Type | Method and Description |
---|---|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch(long userId,
long layoutBranchId,
long layoutSetBranchId,
long plid) |
RecentLayoutBranch |
RecentLayoutBranchLocalService.addRecentLayoutBranch(long userId,
long layoutBranchId,
long layoutSetBranchId,
long plid) |
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch(long userId,
long layoutBranchId,
long layoutSetBranchId,
long plid) |
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Adds the recent layout branch to the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Adds the recent layout branch to the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Adds the recent layout branch to the database.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.createRecentLayoutBranch(long recentLayoutBranchId)
Creates a new recent layout branch with the primary key.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.createRecentLayoutBranch(long recentLayoutBranchId)
Creates a new recent layout branch with the primary key.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.createRecentLayoutBranch(long recentLayoutBranchId)
Creates a new recent layout branch with the primary key.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch(long recentLayoutBranchId)
Deletes the recent layout branch with the primary key from the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.deleteRecentLayoutBranch(long recentLayoutBranchId)
Deletes the recent layout branch with the primary key from the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch(long recentLayoutBranchId)
Deletes the recent layout branch with the primary key from the database.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Deletes the recent layout branch from the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Deletes the recent layout branch from the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Deletes the recent layout branch from the database.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.fetchRecentLayoutBranch(long recentLayoutBranchId) |
RecentLayoutBranch |
RecentLayoutBranchLocalService.fetchRecentLayoutBranch(long recentLayoutBranchId) |
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.fetchRecentLayoutBranch(long recentLayoutBranchId) |
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.fetchRecentLayoutBranch(long userId,
long layoutSetBranchId,
long plid) |
RecentLayoutBranch |
RecentLayoutBranchLocalService.fetchRecentLayoutBranch(long userId,
long layoutSetBranchId,
long plid) |
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.fetchRecentLayoutBranch(long userId,
long layoutSetBranchId,
long plid) |
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.getRecentLayoutBranch(long recentLayoutBranchId)
Returns the recent layout branch with the primary key.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.getRecentLayoutBranch(long recentLayoutBranchId)
Returns the recent layout branch with the primary key.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.getRecentLayoutBranch(long recentLayoutBranchId)
Returns the recent layout branch with the primary key.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Updates the recent layout branch in the database or adds it if it does not yet exist.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Updates the recent layout branch in the database or adds it if it does not yet exist.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Updates the recent layout branch in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<RecentLayoutBranch> |
RecentLayoutBranchLocalServiceUtil.getRecentLayoutBranchs(int start,
int end)
Returns a range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchLocalService.getRecentLayoutBranchs(int start,
int end)
Returns a range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchLocalServiceWrapper.getRecentLayoutBranchs(int start,
int end)
Returns a range of all the recent layout branchs.
|
Modifier and Type | Method and Description |
---|---|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Adds the recent layout branch to the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Adds the recent layout branch to the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Adds the recent layout branch to the database.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Deletes the recent layout branch from the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Deletes the recent layout branch from the database.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Deletes the recent layout branch from the database.
|
static RecentLayoutBranch |
RecentLayoutBranchLocalServiceUtil.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Updates the recent layout branch in the database or adds it if it does not yet exist.
|
RecentLayoutBranch |
RecentLayoutBranchLocalService.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Updates the recent layout branch in the database or adds it if it does not yet exist.
|
RecentLayoutBranch |
RecentLayoutBranchLocalServiceWrapper.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
Updates the recent layout branch in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static RecentLayoutBranch |
RecentLayoutBranchUtil.create(long recentLayoutBranchId)
Creates a new recent layout branch with the primary key.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.create(long recentLayoutBranchId)
Creates a new recent layout branch with the primary key.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByPrimaryKey(long recentLayoutBranchId)
Returns the recent layout branch with the primary key or returns
null if it could not be found. |
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByPrimaryKey(long recentLayoutBranchId)
Returns the recent layout branch with the primary key or returns
null if it could not be found. |
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found. |
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found. |
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid,
boolean retrieveFromCache)
Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByU_L_P(long userId,
long layoutSetBranchId,
long plid,
boolean retrieveFromCache)
Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch[] |
RecentLayoutBranchUtil.findByGroupId_PrevAndNext(long recentLayoutBranchId,
long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch[] |
RecentLayoutBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutBranchId,
long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch[] |
RecentLayoutBranchUtil.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId,
long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch[] |
RecentLayoutBranchPersistence.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId,
long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByPrimaryKey(long recentLayoutBranchId)
Returns the recent layout branch with the primary key or throws a
NoSuchRecentLayoutBranchException if it could not be found. |
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByPrimaryKey(long recentLayoutBranchId)
Returns the recent layout branch with the primary key or throws a
NoSuchRecentLayoutBranchException if it could not be found. |
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or throws a
NoSuchRecentLayoutBranchException if it could not be found. |
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Returns the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? or throws a
NoSuchRecentLayoutBranchException if it could not be found. |
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch[] |
RecentLayoutBranchUtil.findByUserId_PrevAndNext(long recentLayoutBranchId,
long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch[] |
RecentLayoutBranchPersistence.findByUserId_PrevAndNext(long recentLayoutBranchId,
long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.remove(long recentLayoutBranchId)
Removes the recent layout branch with the primary key from the database.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.remove(long recentLayoutBranchId)
Removes the recent layout branch with the primary key from the database.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.removeByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Removes the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? from the database.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.removeByU_L_P(long userId,
long layoutSetBranchId,
long plid)
Removes the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? from the database.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.update(RecentLayoutBranch recentLayoutBranch) |
static RecentLayoutBranch |
RecentLayoutBranchUtil.update(RecentLayoutBranch recentLayoutBranch,
ServiceContext serviceContext) |
static RecentLayoutBranch |
RecentLayoutBranchUtil.updateImpl(RecentLayoutBranch recentLayoutBranch) |
RecentLayoutBranch |
RecentLayoutBranchPersistence.updateImpl(RecentLayoutBranch recentLayoutBranch) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,RecentLayoutBranch> |
RecentLayoutBranchUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,RecentLayoutBranch> |
RecentLayoutBranchPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findAll()
Returns all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findAll()
Returns all the recent layout branchs.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findAll(int start,
int end)
Returns a range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findAll(int start,
int end)
Returns a range of all the recent layout branchs.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByGroupId(long groupId)
Returns all the recent layout branchs where groupId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByGroupId(long groupId)
Returns all the recent layout branchs where groupId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout branchs where groupId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout branchs where groupId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId)
Returns all the recent layout branchs where layoutBranchId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId)
Returns all the recent layout branchs where layoutBranchId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId,
int start,
int end)
Returns a range of all the recent layout branchs where layoutBranchId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId,
int start,
int end)
Returns a range of all the recent layout branchs where layoutBranchId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByUserId(long userId)
Returns all the recent layout branchs where userId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByUserId(long userId)
Returns all the recent layout branchs where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout branchs where userId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout branchs where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
RecentLayoutBranchUtil.cacheResult(RecentLayoutBranch recentLayoutBranch)
Caches the recent layout branch in the entity cache if it is enabled.
|
void |
RecentLayoutBranchPersistence.cacheResult(RecentLayoutBranch recentLayoutBranch)
Caches the recent layout branch in the entity cache if it is enabled.
|
static void |
RecentLayoutBranchUtil.clearCache(RecentLayoutBranch recentLayoutBranch) |
static RecentLayoutBranch |
RecentLayoutBranchUtil.update(RecentLayoutBranch recentLayoutBranch) |
static RecentLayoutBranch |
RecentLayoutBranchUtil.update(RecentLayoutBranch recentLayoutBranch,
ServiceContext serviceContext) |
static RecentLayoutBranch |
RecentLayoutBranchUtil.updateImpl(RecentLayoutBranch recentLayoutBranch) |
RecentLayoutBranch |
RecentLayoutBranchPersistence.updateImpl(RecentLayoutBranch recentLayoutBranch) |
Modifier and Type | Method and Description |
---|---|
static void |
RecentLayoutBranchUtil.cacheResult(List<RecentLayoutBranch> recentLayoutBranchs)
Caches the recent layout branchs in the entity cache if it is enabled.
|
void |
RecentLayoutBranchPersistence.cacheResult(List<RecentLayoutBranch> recentLayoutBranchs)
Caches the recent layout branchs in the entity cache if it is enabled.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where groupId = ?.
|
static RecentLayoutBranch[] |
RecentLayoutBranchUtil.findByGroupId_PrevAndNext(long recentLayoutBranchId,
long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
|
RecentLayoutBranch[] |
RecentLayoutBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutBranchId,
long groupId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where groupId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where groupId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByLayoutBranchId_First(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByLayoutBranchId_Last(long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
|
static RecentLayoutBranch[] |
RecentLayoutBranchUtil.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId,
long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
|
RecentLayoutBranch[] |
RecentLayoutBranchPersistence.findByLayoutBranchId_PrevAndNext(long recentLayoutBranchId,
long layoutBranchId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where layoutBranchId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByLayoutBranchId(long layoutBranchId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where layoutBranchId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByUserId_First(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the first recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch |
RecentLayoutBranchUtil.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch |
RecentLayoutBranchPersistence.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the last recent layout branch in the ordered set where userId = ?.
|
static RecentLayoutBranch[] |
RecentLayoutBranchUtil.findByUserId_PrevAndNext(long recentLayoutBranchId,
long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
|
RecentLayoutBranch[] |
RecentLayoutBranchPersistence.findByUserId_PrevAndNext(long recentLayoutBranchId,
long userId,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns the recent layout branchs before and after the current recent layout branch in the ordered set where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
List<RecentLayoutBranch> |
RecentLayoutBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout branchs where userId = ?.
|
static List<RecentLayoutBranch> |
RecentLayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RecentLayoutBranch> orderByComparator) |