Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchRecentLayoutBranchException

Packages that use NoSuchRecentLayoutBranchException
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 NoSuchRecentLayoutBranchException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchRecentLayoutBranchException
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.
 

Uses of NoSuchRecentLayoutBranchException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchRecentLayoutBranchException
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where groupId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistenceImpl.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 RecentLayoutBranchPersistenceImpl.findByLayoutBranchId_First(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByLayoutBranchId_Last(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where layoutBranchId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistenceImpl.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 RecentLayoutBranchPersistenceImpl.findByPrimaryKey(long recentLayoutBranchId)
          Returns the recent layout branch with the primary key or throws a NoSuchRecentLayoutBranchException if it could not be found.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the recent layout branch with the primary key or throws a NoSuchModelException if it could not be found.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.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 RecentLayoutBranchPersistenceImpl.findByUserId_First(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the first recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator)
          Returns the last recent layout branch in the ordered set where userId = ?.
 RecentLayoutBranch[] RecentLayoutBranchPersistenceImpl.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 RecentLayoutBranchPersistenceImpl.remove(long recentLayoutBranchId)
          Removes the recent layout branch with the primary key from the database.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.remove(Serializable primaryKey)
          Removes the recent layout branch with the primary key from the database.
 RecentLayoutBranch RecentLayoutBranchPersistenceImpl.removeByU_L_P(long userId, long layoutSetBranchId, long plid)
          Removes the recent layout branch where userId = ? and layoutSetBranchId = ? and plid = ? from the database.
 


Liferay 7.0-ce-b4