Uses of Interface
com.liferay.portal.kernel.model.LayoutBranch
Packages that use LayoutBranch
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service permission interfaces and utilities.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of LayoutBranch in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement LayoutBranchFields in com.liferay.portal.kernel.model with type parameters of type LayoutBranchModifier and TypeFieldDescriptionstatic final Accessor<LayoutBranch,
Long> LayoutBranch.LAYOUT_BRANCH_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return LayoutBranchModifier and TypeMethodDescriptionLayoutBranchModel.cloneWithOriginalValues()
LayoutBranchWrapper.cloneWithOriginalValues()
LayoutRevision.getLayoutBranch()
LayoutRevisionWrapper.getLayoutBranch()
Methods in com.liferay.portal.kernel.model with parameters of type LayoutBranchModifier and TypeMethodDescriptionprotected LayoutBranchWrapper
LayoutBranchWrapper.wrap
(LayoutBranch layoutBranch) Constructors in com.liferay.portal.kernel.model with parameters of type LayoutBranch -
Uses of LayoutBranch in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutBranchModifier and TypeMethodDescriptionLayoutBranchLocalService.addLayoutBranch
(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalService.addLayoutBranch
(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalService.addLayoutBranch
(LayoutBranch layoutBranch) Adds the layout branch to the database.static LayoutBranch
LayoutBranchLocalServiceUtil.addLayoutBranch
(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranch
LayoutBranchLocalServiceUtil.addLayoutBranch
(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranch
LayoutBranchLocalServiceUtil.addLayoutBranch
(LayoutBranch layoutBranch) Adds the layout branch to the database.LayoutBranchLocalServiceWrapper.addLayoutBranch
(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.addLayoutBranch
(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.addLayoutBranch
(LayoutBranch layoutBranch) Adds the layout branch to the database.LayoutBranchService.addLayoutBranch
(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranch
LayoutBranchServiceUtil.addLayoutBranch
(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchServiceWrapper.addLayoutBranch
(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalService.createLayoutBranch
(long layoutBranchId) Creates a new layout branch with the primary key.static LayoutBranch
LayoutBranchLocalServiceUtil.createLayoutBranch
(long layoutBranchId) Creates a new layout branch with the primary key.LayoutBranchLocalServiceWrapper.createLayoutBranch
(long layoutBranchId) Creates a new layout branch with the primary key.LayoutBranchLocalService.deleteLayoutBranch
(long layoutBranchId) Deletes the layout branch with the primary key from the database.LayoutBranchLocalService.deleteLayoutBranch
(LayoutBranch layoutBranch) Deletes the layout branch from the database.static LayoutBranch
LayoutBranchLocalServiceUtil.deleteLayoutBranch
(long layoutBranchId) Deletes the layout branch with the primary key from the database.static LayoutBranch
LayoutBranchLocalServiceUtil.deleteLayoutBranch
(LayoutBranch layoutBranch) Deletes the layout branch from the database.LayoutBranchLocalServiceWrapper.deleteLayoutBranch
(long layoutBranchId) Deletes the layout branch with the primary key from the database.LayoutBranchLocalServiceWrapper.deleteLayoutBranch
(LayoutBranch layoutBranch) Deletes the layout branch from the database.LayoutBranchLocalService.fetchLayoutBranch
(long layoutBranchId) static LayoutBranch
LayoutBranchLocalServiceUtil.fetchLayoutBranch
(long layoutBranchId) LayoutBranchLocalServiceWrapper.fetchLayoutBranch
(long layoutBranchId) LayoutBranchLocalService.getLayoutBranch
(long layoutBranchId) Returns the layout branch with the primary key.static LayoutBranch
LayoutBranchLocalServiceUtil.getLayoutBranch
(long layoutBranchId) Returns the layout branch with the primary key.LayoutBranchLocalServiceWrapper.getLayoutBranch
(long layoutBranchId) Returns the layout branch with the primary key.LayoutBranchLocalService.getMasterLayoutBranch
(long layoutSetBranchId, long plid) LayoutBranchLocalService.getMasterLayoutBranch
(long layoutSetBranchId, long plid, ServiceContext serviceContext) static LayoutBranch
LayoutBranchLocalServiceUtil.getMasterLayoutBranch
(long layoutSetBranchId, long plid) static LayoutBranch
LayoutBranchLocalServiceUtil.getMasterLayoutBranch
(long layoutSetBranchId, long plid, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.getMasterLayoutBranch
(long layoutSetBranchId, long plid) LayoutBranchLocalServiceWrapper.getMasterLayoutBranch
(long layoutSetBranchId, long plid, ServiceContext serviceContext) LayoutBranchLocalService.updateLayoutBranch
(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutBranchLocalService.updateLayoutBranch
(LayoutBranch layoutBranch) Updates the layout branch in the database or adds it if it does not yet exist.static LayoutBranch
LayoutBranchLocalServiceUtil.updateLayoutBranch
(long layoutBranchId, String name, String description, ServiceContext serviceContext) static LayoutBranch
LayoutBranchLocalServiceUtil.updateLayoutBranch
(LayoutBranch layoutBranch) Updates the layout branch in the database or adds it if it does not yet exist.LayoutBranchLocalServiceWrapper.updateLayoutBranch
(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.updateLayoutBranch
(LayoutBranch layoutBranch) Updates the layout branch in the database or adds it if it does not yet exist.LayoutBranchService.updateLayoutBranch
(long layoutBranchId, String name, String description, ServiceContext serviceContext) static LayoutBranch
LayoutBranchServiceUtil.updateLayoutBranch
(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutBranchServiceWrapper.updateLayoutBranch
(long layoutBranchId, String name, String description, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.service that return types with arguments of type LayoutBranchModifier and TypeMethodDescriptionLayoutBranchLocalService.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) static List<LayoutBranch>
LayoutBranchLocalServiceUtil.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) LayoutBranchLocalServiceWrapper.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) LayoutBranchLocalService.getLayoutBranchs
(int start, int end) Returns a range of all the layout branches.static List<LayoutBranch>
LayoutBranchLocalServiceUtil.getLayoutBranchs
(int start, int end) Returns a range of all the layout branches.LayoutBranchLocalServiceWrapper.getLayoutBranchs
(int start, int end) Returns a range of all the layout branches.LayoutBranchLocalService.getLayoutSetBranchLayoutBranches
(long layoutSetBranchId) static List<LayoutBranch>
LayoutBranchLocalServiceUtil.getLayoutSetBranchLayoutBranches
(long layoutSetBranchId) LayoutBranchLocalServiceWrapper.getLayoutSetBranchLayoutBranches
(long layoutSetBranchId) Methods in com.liferay.portal.kernel.service with parameters of type LayoutBranchModifier and TypeMethodDescriptionLayoutBranchLocalService.addLayoutBranch
(LayoutBranch layoutBranch) Adds the layout branch to the database.static LayoutBranch
LayoutBranchLocalServiceUtil.addLayoutBranch
(LayoutBranch layoutBranch) Adds the layout branch to the database.LayoutBranchLocalServiceWrapper.addLayoutBranch
(LayoutBranch layoutBranch) Adds the layout branch to the database.LayoutBranchLocalService.deleteLayoutBranch
(LayoutBranch layoutBranch) Deletes the layout branch from the database.static LayoutBranch
LayoutBranchLocalServiceUtil.deleteLayoutBranch
(LayoutBranch layoutBranch) Deletes the layout branch from the database.LayoutBranchLocalServiceWrapper.deleteLayoutBranch
(LayoutBranch layoutBranch) Deletes the layout branch from the database.LayoutBranchLocalService.updateLayoutBranch
(LayoutBranch layoutBranch) Updates the layout branch in the database or adds it if it does not yet exist.static LayoutBranch
LayoutBranchLocalServiceUtil.updateLayoutBranch
(LayoutBranch layoutBranch) Updates the layout branch in the database or adds it if it does not yet exist.LayoutBranchLocalServiceWrapper.updateLayoutBranch
(LayoutBranch layoutBranch) Updates the layout branch in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type LayoutBranchModifier and TypeMethodDescriptionLayoutBranchLocalService.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) static List<LayoutBranch>
LayoutBranchLocalServiceUtil.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) LayoutBranchLocalServiceWrapper.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) -
Uses of LayoutBranch in com.liferay.portal.kernel.service.permission
Methods in com.liferay.portal.kernel.service.permission with parameters of type LayoutBranchModifier and TypeMethodDescriptionvoid
LayoutBranchPermission.check
(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) static void
LayoutBranchPermissionUtil.check
(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) boolean
LayoutBranchPermission.contains
(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) static boolean
LayoutBranchPermissionUtil.contains
(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) -
Uses of LayoutBranch in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return LayoutBranchModifier and TypeMethodDescriptionLayoutBranchPersistence.create
(long layoutBranchId) Creates a new layout branch with the primary key.static LayoutBranch
LayoutBranchUtil.create
(long layoutBranchId) Creates a new layout branch with the primary key.LayoutBranchPersistence.fetchByL_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.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_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.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_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.fetchByL_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.fetchByL_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.fetchByL_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.fetchByL_P_N
(long layoutSetBranchId, long plid, String name) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returnsnull
if it could not be found.LayoutBranchPersistence.fetchByL_P_N
(long layoutSetBranchId, long plid, String name, boolean useFinderCache) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutBranch
LayoutBranchUtil.fetchByL_P_N
(long layoutSetBranchId, long plid, String name) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returnsnull
if it could not be found.static LayoutBranch
LayoutBranchUtil.fetchByL_P_N
(long layoutSetBranchId, long plid, String name, boolean useFinderCache) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.LayoutBranchPersistence.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.LayoutBranchPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.LayoutBranchPersistence.fetchByPrimaryKey
(long layoutBranchId) Returns the layout branch with the primary key or returnsnull
if it could not be found.static LayoutBranch
LayoutBranchUtil.fetchByPrimaryKey
(long layoutBranchId) Returns the layout branch with the primary key or returnsnull
if it could not be found.LayoutBranchPersistence.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.static LayoutBranch
LayoutBranchUtil.update
(LayoutBranch layoutBranch) static LayoutBranch
LayoutBranchUtil.update
(LayoutBranch layoutBranch, ServiceContext serviceContext) LayoutBranchPersistence.updateImpl
(LayoutBranch layoutBranch) static LayoutBranch
LayoutBranchUtil.updateImpl
(LayoutBranch layoutBranch) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutBranchModifier and TypeMethodDescriptionstatic Map<Serializable,
LayoutBranch> LayoutBranchUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) LayoutBranchPersistence.findAll()
Returns all the layout branches.LayoutBranchPersistence.findAll
(int start, int end) Returns a range of all the layout branches.LayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches.LayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll()
Returns all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end) Returns a range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid) Returns all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end) Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid) Returns all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end) Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master) Returns all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end) Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master) Returns all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end) Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId) Returns all the layout branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end) Returns a range of all the layout branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId) Returns all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end) Returns a range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByPlid
(long plid) Returns all the layout branches where plid = ?.LayoutBranchPersistence.findByPlid
(long plid, int start, int end) Returns a range of all the layout branches where plid = ?.LayoutBranchPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where plid = ?.LayoutBranchPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid) Returns all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end) Returns a range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<LayoutBranch>
LayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<LayoutBranch>
LayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type LayoutBranchModifier and TypeMethodDescriptionvoid
LayoutBranchPersistence.cacheResult
(LayoutBranch layoutBranch) Caches the layout branch in the entity cache if it is enabled.static void
LayoutBranchUtil.cacheResult
(LayoutBranch layoutBranch) Caches the layout branch in the entity cache if it is enabled.static void
LayoutBranchUtil.clearCache
(LayoutBranch layoutBranch) static LayoutBranch
LayoutBranchUtil.update
(LayoutBranch layoutBranch) static LayoutBranch
LayoutBranchUtil.update
(LayoutBranch layoutBranch, ServiceContext serviceContext) LayoutBranchPersistence.updateImpl
(LayoutBranch layoutBranch) static LayoutBranch
LayoutBranchUtil.updateImpl
(LayoutBranch layoutBranch) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutBranchModifier and TypeMethodDescriptionvoid
LayoutBranchPersistence.cacheResult
(List<LayoutBranch> layoutBranchs) Caches the layout branches in the entity cache if it is enabled.static void
LayoutBranchUtil.cacheResult
(List<LayoutBranch> layoutBranchs) Caches the layout branches in the entity cache if it is enabled.LayoutBranchPersistence.fetchByL_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.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_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.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_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.fetchByL_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.fetchByL_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.fetchByL_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.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.LayoutBranchPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.LayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches.LayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.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
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.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_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
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.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
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where plid = ?.LayoutBranchPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where plid = ?.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 = ?.static List<LayoutBranch>
LayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)