|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecentLayoutSetBranch | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.impl | This package defines the portal service local and remote implementations. |
| 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 RecentLayoutSetBranch in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement RecentLayoutSetBranch | |
|---|---|
class |
RecentLayoutSetBranchWrapper
This class is a wrapper for RecentLayoutSetBranch. |
| Fields in com.liferay.portal.model with type parameters of type RecentLayoutSetBranch | |
|---|---|
static Accessor<RecentLayoutSetBranch,Long> |
RecentLayoutSetBranch.RECENT_LAYOUT_SET_BRANCH_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchWrapper.getWrappedModel()
|
RecentLayoutSetBranch |
RecentLayoutSetBranchWrapper.toEscapedModel()
|
RecentLayoutSetBranch |
RecentLayoutSetBranchModel.toEscapedModel()
|
RecentLayoutSetBranch |
RecentLayoutSetBranchWrapper.toUnescapedModel()
|
RecentLayoutSetBranch |
RecentLayoutSetBranchModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type RecentLayoutSetBranch | |
|---|---|
CacheModel<RecentLayoutSetBranch> |
RecentLayoutSetBranchWrapper.toCacheModel()
|
CacheModel<RecentLayoutSetBranch> |
RecentLayoutSetBranchModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type RecentLayoutSetBranch | |
|---|---|
int |
RecentLayoutSetBranchWrapper.compareTo(RecentLayoutSetBranch recentLayoutSetBranch)
|
int |
RecentLayoutSetBranchModel.compareTo(RecentLayoutSetBranch recentLayoutSetBranch)
|
static RecentLayoutSetBranchSoap |
RecentLayoutSetBranchSoap.toSoapModel(RecentLayoutSetBranch model)
|
static RecentLayoutSetBranchSoap[] |
RecentLayoutSetBranchSoap.toSoapModels(RecentLayoutSetBranch[] models)
|
static RecentLayoutSetBranchSoap[][] |
RecentLayoutSetBranchSoap.toSoapModels(RecentLayoutSetBranch[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type RecentLayoutSetBranch | |
|---|---|
static RecentLayoutSetBranchSoap[] |
RecentLayoutSetBranchSoap.toSoapModels(List<RecentLayoutSetBranch> models)
|
| Constructors in com.liferay.portal.model with parameters of type RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranchWrapper(RecentLayoutSetBranch recentLayoutSetBranch)
|
|
| Uses of RecentLayoutSetBranch in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement RecentLayoutSetBranch | |
|---|---|
class |
RecentLayoutSetBranchBaseImpl
The extended model base implementation for the RecentLayoutSetBranch service. |
class |
RecentLayoutSetBranchImpl
|
| Methods in com.liferay.portal.model.impl that return RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchCacheModel.toEntityModel()
|
RecentLayoutSetBranch |
RecentLayoutSetBranchModelImpl.toEscapedModel()
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type RecentLayoutSetBranch | |
|---|---|
CacheModel<RecentLayoutSetBranch> |
RecentLayoutSetBranchModelImpl.toCacheModel()
|
| Methods in com.liferay.portal.model.impl with parameters of type RecentLayoutSetBranch | |
|---|---|
int |
RecentLayoutSetBranchModelImpl.compareTo(RecentLayoutSetBranch recentLayoutSetBranch)
|
| Uses of RecentLayoutSetBranch in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return RecentLayoutSetBranch | |
|---|---|
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.addRecentLayoutSetBranch(long userId,
long layoutSetBranchId,
long layoutSetId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.addRecentLayoutSetBranch(long userId,
long layoutSetBranchId,
long layoutSetId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.addRecentLayoutSetBranch(long userId,
long layoutSetBranchId,
long layoutSetId)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.createRecentLayoutSetBranch(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.createRecentLayoutSetBranch(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.createRecentLayoutSetBranch(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
Deletes the recent layout set branch with the primary key from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
Deletes the recent layout set branch with the primary key from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
Deletes the recent layout set branch with the primary key from the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.fetchRecentLayoutSetBranch(long recentLayoutSetBranchId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.fetchRecentLayoutSetBranch(long recentLayoutSetBranchId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.fetchRecentLayoutSetBranch(long recentLayoutSetBranchId)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.fetchRecentLayoutSetBranch(long userId,
long layoutSetId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.fetchRecentLayoutSetBranch(long userId,
long layoutSetId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.fetchRecentLayoutSetBranch(long userId,
long layoutSetId)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.getRecentLayoutSetBranch(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.getRecentLayoutSetBranch(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.getRecentLayoutSetBranch(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type RecentLayoutSetBranch | |
|---|---|
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchLocalServiceUtil.getRecentLayoutSetBranchs(int start,
int end)
Returns a range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchLocalServiceWrapper.getRecentLayoutSetBranchs(int start,
int end)
Returns a range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchLocalService.getRecentLayoutSetBranchs(int start,
int end)
Returns a range of all the recent layout set branchs. |
| Methods in com.liferay.portal.service with parameters of type RecentLayoutSetBranch | |
|---|---|
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceUtil.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceWrapper.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalService.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
| Uses of RecentLayoutSetBranch in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.createRecentLayoutSetBranch(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
Deletes the recent layout set branch with the primary key from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.fetchRecentLayoutSetBranch(long recentLayoutSetBranchId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.getRecentLayoutSetBranch(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type RecentLayoutSetBranch | |
|---|---|
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchLocalServiceBaseImpl.getRecentLayoutSetBranchs(int start,
int end)
Returns a range of all the recent layout set branchs. |
| Methods in com.liferay.portal.service.base with parameters of type RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Adds the recent layout set branch to the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Deletes the recent layout set branch from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceBaseImpl.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
Updates the recent layout set branch in the database or adds it if it does not yet exist. |
| Uses of RecentLayoutSetBranch in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceImpl.addRecentLayoutSetBranch(long userId,
long layoutSetBranchId,
long layoutSetId)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchLocalServiceImpl.fetchRecentLayoutSetBranch(long userId,
long layoutSetId)
|
| Uses of RecentLayoutSetBranch in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.create(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.create(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or returns null if it could not be found. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or returns null if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or returns null if it could not be found. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or returns null if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByU_L(long userId,
long layoutSetId,
boolean retrieveFromCache)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or returns null if it could not be found, optionally using the finder cache. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByU_L(long userId,
long layoutSetId,
boolean retrieveFromCache)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or returns null if it could not be found, optionally using the finder cache. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or throws a NoSuchRecentLayoutSetBranchException if it could not be found. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or throws a NoSuchRecentLayoutSetBranchException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws a NoSuchRecentLayoutSetBranchException if it could not be found. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws a NoSuchRecentLayoutSetBranchException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.remove(long recentLayoutSetBranchId)
Removes the recent layout set branch with the primary key from the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.remove(long recentLayoutSetBranchId)
Removes the recent layout set branch with the primary key from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.removeByU_L(long userId,
long layoutSetId)
Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.removeByU_L(long userId,
long layoutSetId)
Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.update(RecentLayoutSetBranch recentLayoutSetBranch)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.update(RecentLayoutSetBranch recentLayoutSetBranch,
ServiceContext serviceContext)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.updateImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.updateImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type RecentLayoutSetBranch | |
|---|---|
Map<Serializable,RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findAll()
Returns all the recent layout set branchs. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findAll()
Returns all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findAll(int start,
int end)
Returns a range of all the recent layout set branchs. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findAll(int start,
int end)
Returns a range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByGroupId(long groupId)
Returns all the recent layout set branchs where groupId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByGroupId(long groupId)
Returns all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout set branchs where groupId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the recent layout set branchs where layoutSetBranchId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the recent layout set branchs where layoutSetBranchId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByUserId(long userId)
Returns all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByUserId(long userId)
Returns all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type RecentLayoutSetBranch | |
|---|---|
void |
RecentLayoutSetBranchPersistence.cacheResult(RecentLayoutSetBranch recentLayoutSetBranch)
Caches the recent layout set branch in the entity cache if it is enabled. |
static void |
RecentLayoutSetBranchUtil.cacheResult(RecentLayoutSetBranch recentLayoutSetBranch)
Caches the recent layout set branch in the entity cache if it is enabled. |
static void |
RecentLayoutSetBranchUtil.clearCache(RecentLayoutSetBranch recentLayoutSetBranch)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.update(RecentLayoutSetBranch recentLayoutSetBranch)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.update(RecentLayoutSetBranch recentLayoutSetBranch,
ServiceContext serviceContext)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.updateImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.updateImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type RecentLayoutSetBranch | |
|---|---|
void |
RecentLayoutSetBranchPersistence.cacheResult(List<RecentLayoutSetBranch> recentLayoutSetBranchs)
Caches the recent layout set branchs in the entity cache if it is enabled. |
static void |
RecentLayoutSetBranchUtil.cacheResult(List<RecentLayoutSetBranch> recentLayoutSetBranchs)
Caches the recent layout set branchs in the entity cache if it is enabled. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?. |
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?. |
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistence.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch |
RecentLayoutSetBranchUtil.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistence.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?. |
static RecentLayoutSetBranch[] |
RecentLayoutSetBranchUtil.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
static List<RecentLayoutSetBranch> |
RecentLayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
|
| Uses of RecentLayoutSetBranch in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return RecentLayoutSetBranch | |
|---|---|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.create(long recentLayoutSetBranchId)
Creates a new recent layout set branch with the primary key. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or returns null if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the recent layout set branch with the primary key or returns null if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or returns null if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByU_L(long userId,
long layoutSetId,
boolean retrieveFromCache)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or returns null if it could not be found, optionally using the finder cache. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistenceImpl.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByPrimaryKey(long recentLayoutSetBranchId)
Returns the recent layout set branch with the primary key or throws a NoSuchRecentLayoutSetBranchException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the recent layout set branch with the primary key or throws a NoSuchModelException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByU_L(long userId,
long layoutSetId)
Returns the recent layout set branch where userId = ? and layoutSetId = ? or throws a NoSuchRecentLayoutSetBranchException if it could not be found. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistenceImpl.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?. |
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByGroupId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByUserId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.remove(long recentLayoutSetBranchId)
Removes the recent layout set branch with the primary key from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.remove(Serializable primaryKey)
Removes the recent layout set branch with the primary key from the database. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.removeByU_L(long userId,
long layoutSetId)
Removes the recent layout set branch where userId = ? and layoutSetId = ? from the database. |
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.removeImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.toUnwrappedModel(RecentLayoutSetBranch recentLayoutSetBranch)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.updateImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type RecentLayoutSetBranch | |
|---|---|
Map<Serializable,RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findAll()
Returns all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findAll(int start,
int end)
Returns a range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId)
Returns all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId)
Returns all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId,
int start,
int end)
Returns a range of all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type RecentLayoutSetBranch | |
|---|---|
void |
RecentLayoutSetBranchPersistenceImpl.cacheResult(RecentLayoutSetBranch recentLayoutSetBranch)
Caches the recent layout set branch in the entity cache if it is enabled. |
void |
RecentLayoutSetBranchPersistenceImpl.clearCache(RecentLayoutSetBranch recentLayoutSetBranch)
Clears the cache for the recent layout set branch. |
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByGroupId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByUserId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.removeImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.toUnwrappedModel(RecentLayoutSetBranch recentLayoutSetBranch)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.updateImpl(RecentLayoutSetBranch recentLayoutSetBranch)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type RecentLayoutSetBranch | |
|---|---|
void |
RecentLayoutSetBranchPersistenceImpl.cacheResult(List<RecentLayoutSetBranch> recentLayoutSetBranchs)
Caches the recent layout set branchs in the entity cache if it is enabled. |
void |
RecentLayoutSetBranchPersistenceImpl.clearCache(List<RecentLayoutSetBranch> recentLayoutSetBranchs)
|
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where groupId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistenceImpl.findByGroupId_PrevAndNext(long recentLayoutSetBranchId,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where groupId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long recentLayoutSetBranchId,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where layoutSetBranchId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the first recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the last recent layout set branch in the ordered set where userId = ?. |
RecentLayoutSetBranch[] |
RecentLayoutSetBranchPersistenceImpl.findByUserId_PrevAndNext(long recentLayoutSetBranchId,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns the recent layout set branchs before and after the current recent layout set branch in the ordered set where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
List<RecentLayoutSetBranch> |
RecentLayoutSetBranchPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the recent layout set branchs where userId = ?. |
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByGroupId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long groupId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long layoutSetBranchId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
protected RecentLayoutSetBranch |
RecentLayoutSetBranchPersistenceImpl.getByUserId_PrevAndNext(Session session,
RecentLayoutSetBranch recentLayoutSetBranch,
long userId,
OrderByComparator<RecentLayoutSetBranch> orderByComparator,
boolean previous)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||