Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.NoSuchLayoutBranchException

Packages that use NoSuchLayoutBranchException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutBranchException
static LayoutBranch LayoutBranchUtil.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or throws a NoSuchLayoutBranchException if it could not be found.
 LayoutBranch LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or throws a NoSuchLayoutBranchException if it could not be found.
static LayoutBranch LayoutBranchUtil.findByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found.
 LayoutBranch LayoutBranchPersistence.findByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found.
static LayoutBranch[] LayoutBranchUtil.findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch[] LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch[] LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch LayoutBranchUtil.findByPrimaryKey(long LayoutBranchId)
          Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
 LayoutBranch LayoutBranchPersistence.findByPrimaryKey(long LayoutBranchId)
          Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
static LayoutBranch LayoutBranchUtil.remove(long LayoutBranchId)
          Removes the layout branch with the primary key from the database.
 LayoutBranch LayoutBranchPersistence.remove(long LayoutBranchId)
          Removes the layout branch with the primary key from the database.
static void LayoutBranchUtil.removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Removes the layout branch where layoutSetBranchId = ? and plid = ? and master = ? from the database.
 void LayoutBranchPersistence.removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Removes the layout branch where layoutSetBranchId = ? and plid = ? and master = ? from the database.
static void LayoutBranchUtil.removeByL_P_N(long layoutSetBranchId, long plid, String name)
          Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
 void LayoutBranchPersistence.removeByL_P_N(long layoutSetBranchId, long plid, String name)
          Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
 


Liferay 6.1.10-ee-ga1