Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.RecentLayoutBranch

Packages that use RecentLayoutBranch
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of RecentLayoutBranch in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement RecentLayoutBranch
 class RecentLayoutBranchWrapper
           This class is a wrapper for RecentLayoutBranch.
 

Fields in com.liferay.portal.model with type parameters of type RecentLayoutBranch
static Accessor<RecentLayoutBranch,Long> RecentLayoutBranch.RECENT_LAYOUT_BRANCH_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return RecentLayoutBranch
 RecentLayoutBranch RecentLayoutBranchWrapper.getWrappedModel()
           
 RecentLayoutBranch RecentLayoutBranchWrapper.toEscapedModel()
           
 RecentLayoutBranch RecentLayoutBranchModel.toEscapedModel()
           
 RecentLayoutBranch RecentLayoutBranchWrapper.toUnescapedModel()
           
 RecentLayoutBranch RecentLayoutBranchModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type RecentLayoutBranch
 CacheModel<RecentLayoutBranch> RecentLayoutBranchWrapper.toCacheModel()
           
 CacheModel<RecentLayoutBranch> RecentLayoutBranchModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type RecentLayoutBranch
 int RecentLayoutBranchWrapper.compareTo(RecentLayoutBranch recentLayoutBranch)
           
 int RecentLayoutBranchModel.compareTo(RecentLayoutBranch recentLayoutBranch)
           
static RecentLayoutBranchSoap RecentLayoutBranchSoap.toSoapModel(RecentLayoutBranch model)
           
static RecentLayoutBranchSoap[] RecentLayoutBranchSoap.toSoapModels(RecentLayoutBranch[] models)
           
static RecentLayoutBranchSoap[][] RecentLayoutBranchSoap.toSoapModels(RecentLayoutBranch[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type RecentLayoutBranch
static RecentLayoutBranchSoap[] RecentLayoutBranchSoap.toSoapModels(List<RecentLayoutBranch> models)
           
 

Constructors in com.liferay.portal.model with parameters of type RecentLayoutBranch
RecentLayoutBranchWrapper(RecentLayoutBranch recentLayoutBranch)
           
 

Uses of RecentLayoutBranch in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return RecentLayoutBranch
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.
 

Methods in com.liferay.portal.service that return types with arguments of type RecentLayoutBranch
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.
 

Methods in com.liferay.portal.service with parameters of type RecentLayoutBranch
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.
 

Uses of RecentLayoutBranch in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return RecentLayoutBranch
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)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type RecentLayoutBranch
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)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type RecentLayoutBranch
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)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type RecentLayoutBranch
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)
           
 


Liferay 7.0-ce-b4