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. 
 

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.
 


Liferay 7.0-ce-b4