Uses of Class
com.liferay.portal.kernel.exception.NoSuchLayoutSetBranchException
Packages that use NoSuchLayoutSetBranchException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchLayoutSetBranchException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchLayoutSetBranchExceptionModifier and TypeMethodDescriptionLayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ?.LayoutSetBranchPersistence.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P_M_First
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_M_First
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_M_Last
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_M_Last
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.findByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_N
(long groupId, boolean privateLayout, String name) Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws aNoSuchLayoutSetBranchException
if it could not be found.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_N
(long groupId, boolean privateLayout, String name) Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws aNoSuchLayoutSetBranchException
if it could not be found.LayoutSetBranchPersistence.findByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.findByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.LayoutSetBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.LayoutSetBranchPersistence.findByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.findByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ?.LayoutSetBranchPersistence.findByPrimaryKey
(long layoutSetBranchId) Returns the layout set branch with the primary key or throws aNoSuchLayoutSetBranchException
if it could not be found.static LayoutSetBranch
LayoutSetBranchUtil.findByPrimaryKey
(long layoutSetBranchId) Returns the layout set branch with the primary key or throws aNoSuchLayoutSetBranchException
if it could not be found.LayoutSetBranchPersistence.remove
(long layoutSetBranchId) Removes the layout set branch with the primary key from the database.static LayoutSetBranch
LayoutSetBranchUtil.remove
(long layoutSetBranchId) Removes the layout set branch with the primary key from the database.LayoutSetBranchPersistence.removeByG_P_N
(long groupId, boolean privateLayout, String name) Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.static LayoutSetBranch
LayoutSetBranchUtil.removeByG_P_N
(long groupId, boolean privateLayout, String name) Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.