Uses of Class
com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
Packages that use NoSuchLayoutBranchException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchLayoutBranchException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchLayoutBranchExceptionModifier and TypeMethodDescriptionLayoutBranchPersistence.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P_M_First
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_M_First
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M_Last
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_M_Last
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch[]
LayoutBranchUtil.findByL_P_M_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_N
(long layoutSetBranchId, long plid, String name) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws aNoSuchLayoutBranchException
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 aNoSuchLayoutBranchException
if it could not be found.LayoutBranchPersistence.findByL_P_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch[]
LayoutBranchUtil.findByL_P_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch[]
LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.findByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.LayoutBranchPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.LayoutBranchPersistence.findByPlid_PrevAndNext
(long layoutBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.static LayoutBranch[]
LayoutBranchUtil.findByPlid_PrevAndNext
(long layoutBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.LayoutBranchPersistence.findByPrimaryKey
(long layoutBranchId) Returns the layout branch with the primary key or throws aNoSuchLayoutBranchException
if it could not be found.static LayoutBranch
LayoutBranchUtil.findByPrimaryKey
(long layoutBranchId) Returns the layout branch with the primary key or throws aNoSuchLayoutBranchException
if it could not be found.LayoutBranchPersistence.remove
(long layoutBranchId) Removes the layout branch with the primary key from the database.static LayoutBranch
LayoutBranchUtil.remove
(long layoutBranchId) Removes the layout branch with the primary key from the database.LayoutBranchPersistence.removeByL_P_N
(long layoutSetBranchId, long plid, String name) Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.static LayoutBranch
LayoutBranchUtil.removeByL_P_N
(long layoutSetBranchId, long plid, String name) Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.