Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.LayoutBranch

Packages that use LayoutBranch
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of LayoutBranch in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement LayoutBranch
 class LayoutBranchWrapper
           This class is a wrapper for LayoutBranch.
 

Fields in com.liferay.portal.model with type parameters of type LayoutBranch
static Accessor<LayoutBranch,Long> LayoutBranch.LAYOUT_BRANCH_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return LayoutBranch
 LayoutBranch LayoutRevisionWrapper.getLayoutBranch()
           
 LayoutBranch LayoutRevision.getLayoutBranch()
           
 LayoutBranch LayoutBranchWrapper.getWrappedModel()
           
 LayoutBranch LayoutBranchWrapper.toEscapedModel()
           
 LayoutBranch LayoutBranchModel.toEscapedModel()
           
 LayoutBranch LayoutBranchWrapper.toUnescapedModel()
           
 LayoutBranch LayoutBranchModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type LayoutBranch
 CacheModel<LayoutBranch> LayoutBranchWrapper.toCacheModel()
           
 CacheModel<LayoutBranch> LayoutBranchModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type LayoutBranch
 int LayoutBranchWrapper.compareTo(LayoutBranch layoutBranch)
           
 int LayoutBranchModel.compareTo(LayoutBranch layoutBranch)
           
static LayoutBranchSoap LayoutBranchSoap.toSoapModel(LayoutBranch model)
           
static LayoutBranchSoap[] LayoutBranchSoap.toSoapModels(LayoutBranch[] models)
           
static LayoutBranchSoap[][] LayoutBranchSoap.toSoapModels(LayoutBranch[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type LayoutBranch
static LayoutBranchSoap[] LayoutBranchSoap.toSoapModels(List<LayoutBranch> models)
           
 

Constructors in com.liferay.portal.model with parameters of type LayoutBranch
LayoutBranchWrapper(LayoutBranch layoutBranch)
           
 

Uses of LayoutBranch in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutBranch
 class LayoutBranchBaseImpl
          The extended model base implementation for the LayoutBranch service.
 class LayoutBranchImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutBranch
 LayoutBranch LayoutRevisionImpl.getLayoutBranch()
           
 LayoutBranch LayoutBranchCacheModel.toEntityModel()
           
 LayoutBranch LayoutBranchModelImpl.toEscapedModel()
           
static LayoutBranch LayoutBranchModelImpl.toModel(LayoutBranchSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type LayoutBranch
 CacheModel<LayoutBranch> LayoutBranchModelImpl.toCacheModel()
           
static List<LayoutBranch> LayoutBranchModelImpl.toModels(LayoutBranchSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type LayoutBranch
 int LayoutBranchModelImpl.compareTo(LayoutBranch layoutBranch)
           
 

Uses of LayoutBranch in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutBranch
static LayoutBranch LayoutBranchLocalServiceUtil.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutBranch LayoutBranchLocalService.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutBranch LayoutBranchLocalServiceWrapper.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)
           
 LayoutBranch LayoutBranchLocalService.addLayoutBranch(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalServiceWrapper.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)
           
 LayoutBranch LayoutBranchService.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalService.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchServiceWrapper.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)
           
 LayoutBranch LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
static LayoutBranch LayoutBranchLocalServiceUtil.createLayoutBranch(long layoutBranchId)
          Creates a new layout branch with the primary key.
 LayoutBranch LayoutBranchLocalService.createLayoutBranch(long layoutBranchId)
          Creates a new layout branch with the primary key.
 LayoutBranch LayoutBranchLocalServiceWrapper.createLayoutBranch(long layoutBranchId)
          Creates a new layout branch with the primary key.
static LayoutBranch LayoutBranchLocalServiceUtil.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalServiceWrapper.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.
 LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(long layoutBranchId)
          Deletes the layout branch with the primary key from the database.
 LayoutBranch LayoutBranchLocalServiceWrapper.deleteLayoutBranch(long layoutBranchId)
          Deletes the layout branch with the primary key from the database.
static LayoutBranch LayoutBranchLocalServiceUtil.fetchLayoutBranch(long layoutBranchId)
           
 LayoutBranch LayoutBranchLocalService.fetchLayoutBranch(long layoutBranchId)
           
 LayoutBranch LayoutBranchLocalServiceWrapper.fetchLayoutBranch(long layoutBranchId)
           
static LayoutBranch LayoutBranchLocalServiceUtil.getLayoutBranch(long layoutBranchId)
          Returns the layout branch with the primary key.
 LayoutBranch LayoutBranchLocalService.getLayoutBranch(long layoutBranchId)
          Returns the layout branch with the primary key.
 LayoutBranch LayoutBranchLocalServiceWrapper.getLayoutBranch(long layoutBranchId)
          Returns the layout branch with the primary key.
static LayoutBranch LayoutBranchLocalServiceUtil.getMasterLayoutBranch(long layoutSetBranchId, long plid)
           
 LayoutBranch LayoutBranchLocalService.getMasterLayoutBranch(long layoutSetBranchId, long plid)
           
 LayoutBranch LayoutBranchLocalServiceWrapper.getMasterLayoutBranch(long layoutSetBranchId, long plid)
           
static LayoutBranch LayoutBranchLocalServiceUtil.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalService.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalServiceWrapper.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext)
           
static LayoutBranch LayoutBranchLocalServiceUtil.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 LayoutBranch LayoutBranchLocalService.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 LayoutBranch LayoutBranchLocalServiceWrapper.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)
           
 LayoutBranch LayoutBranchService.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalService.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchServiceWrapper.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
static LayoutBranch LayoutBranchServiceUtil.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalServiceWrapper.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutBranch
static List<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalService.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
static List<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutBranchs(int start, int end)
          Returns a range of all the layout branchs.
 List<LayoutBranch> LayoutBranchLocalService.getLayoutBranchs(int start, int end)
          Returns a range of all the layout branchs.
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutBranchs(int start, int end)
          Returns a range of all the layout branchs.
static List<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
           
 List<LayoutBranch> LayoutBranchLocalService.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
           
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
           
 

Methods in com.liferay.portal.service with parameters of type LayoutBranch
static LayoutBranch LayoutBranchLocalServiceUtil.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutBranch LayoutBranchLocalService.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutBranch LayoutBranchLocalServiceWrapper.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
static LayoutBranch LayoutBranchLocalServiceUtil.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalServiceWrapper.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
static LayoutBranch LayoutBranchLocalServiceUtil.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 LayoutBranch LayoutBranchLocalService.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 LayoutBranch 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.service with type arguments of type LayoutBranch
static List<LayoutBranch> LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalService.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 

Uses of LayoutBranch in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return LayoutBranch
 LayoutBranch LayoutBranchLocalServiceBaseImpl.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.createLayoutBranch(long layoutBranchId)
          Creates a new layout branch with the primary key.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.deleteLayoutBranch(long layoutBranchId)
          Deletes the layout branch with the primary key from the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.fetchLayoutBranch(long layoutBranchId)
           
 LayoutBranch LayoutBranchLocalServiceBaseImpl.getLayoutBranch(long layoutBranchId)
          Returns the layout branch with the primary key.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type LayoutBranch
 List<LayoutBranch> LayoutBranchLocalServiceBaseImpl.getLayoutBranchs(int start, int end)
          Returns a range of all the layout branchs.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutBranch
 LayoutBranch LayoutBranchLocalServiceBaseImpl.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 

Uses of LayoutBranch in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return LayoutBranch
static LayoutBranch LayoutBranchServiceHttp.addLayoutBranch(HttpPrincipal httpPrincipal, long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
static LayoutBranch LayoutBranchServiceHttp.updateLayoutBranch(HttpPrincipal httpPrincipal, long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 

Uses of LayoutBranch in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return LayoutBranch
 LayoutBranch LayoutBranchLocalServiceImpl.addLayoutBranch(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalServiceImpl.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchServiceImpl.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalServiceImpl.deleteLayoutBranch(long layoutBranchId)
           
 LayoutBranch LayoutBranchLocalServiceImpl.getMasterLayoutBranch(long layoutSetBranchId, long plid)
           
 LayoutBranch LayoutBranchLocalServiceImpl.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchLocalServiceImpl.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 LayoutBranch LayoutBranchServiceImpl.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutBranch
 List<LayoutBranch> LayoutBranchLocalServiceImpl.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 List<LayoutBranch> LayoutBranchLocalServiceImpl.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type LayoutBranch
 List<LayoutBranch> LayoutBranchLocalServiceImpl.getLayoutBranches(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 

Uses of LayoutBranch in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type LayoutBranch
 void LayoutBranchPermission.check(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId)
           
static void LayoutBranchPermissionUtil.check(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId)
           
 void LayoutBranchPermissionImpl.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)
           
 boolean LayoutBranchPermissionImpl.contains(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId)
           
 

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

Methods in com.liferay.portal.service.persistence that return LayoutBranch
 LayoutBranch LayoutBranchPersistence.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.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found.
static LayoutBranch LayoutBranchUtil.fetchByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found.
 LayoutBranch LayoutBranchPersistence.fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean retrieveFromCache)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutBranch LayoutBranchUtil.fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean retrieveFromCache)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch LayoutBranchPersistence.fetchByPrimaryKey(long layoutBranchId)
          Returns the layout branch with the primary key or returns null if it could not be found.
static LayoutBranch LayoutBranchUtil.fetchByPrimaryKey(long layoutBranchId)
          Returns the layout branch with the primary key or returns null if it could not be found.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs 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 branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 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_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_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs 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 branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch[] LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs 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 branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 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.findByPrimaryKey(long layoutBranchId)
          Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
 LayoutBranch 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.
 LayoutBranch 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)
           
 LayoutBranch LayoutBranchPersistence.updateImpl(LayoutBranch layoutBranch)
           
static LayoutBranch LayoutBranchUtil.updateImpl(LayoutBranch layoutBranch)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutBranch
 Map<Serializable,LayoutBranch> LayoutBranchPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,LayoutBranch> LayoutBranchUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<LayoutBranch> LayoutBranchPersistence.findAll()
          Returns all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll()
          Returns all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end)
          Returns a range of all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end)
          Returns a range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
          Returns a range of all the layout branchs 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 branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> 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 branchs 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 branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs 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 retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end)
          Returns a range of all the layout branchs 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 branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs 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 branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
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.service.persistence with parameters of type LayoutBranch
 void 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)
           
 LayoutBranch LayoutBranchPersistence.updateImpl(LayoutBranch layoutBranch)
           
static LayoutBranch LayoutBranchUtil.updateImpl(LayoutBranch layoutBranch)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutBranch
 void LayoutBranchPersistence.cacheResult(List<LayoutBranch> layoutBranchs)
          Caches the layout branchs in the entity cache if it is enabled.
static void LayoutBranchUtil.cacheResult(List<LayoutBranch> layoutBranchs)
          Caches the layout branchs in the entity cache if it is enabled.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistence.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
static List<LayoutBranch> LayoutBranchUtil.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs 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 branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> 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 branchs 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 branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs 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 retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch[] LayoutBranchPersistence.findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs 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 branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs 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 branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> LayoutBranchUtil.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 LayoutBranch 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 = ?.
 LayoutBranch 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 = ?.
 LayoutBranch[] LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs 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 branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
           
 

Uses of LayoutBranch in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return LayoutBranch
 LayoutBranch LayoutBranchPersistenceImpl.create(long layoutBranchId)
          Creates a new layout branch with the primary key.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean retrieveFromCache)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByPrimaryKey(long layoutBranchId)
          Returns the layout branch with the primary key or returns null if it could not be found.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the layout branch with the primary key or returns null if it could not be found.
 LayoutBranch LayoutBranchPersistenceImpl.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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[] LayoutBranchPersistenceImpl.findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByPrimaryKey(long layoutBranchId)
          Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
 LayoutBranch LayoutBranchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout branch with the primary key or throws a NoSuchModelException if it could not be found.
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_M_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
 LayoutBranch LayoutBranchPersistenceImpl.remove(long layoutBranchId)
          Removes the layout branch with the primary key from the database.
 LayoutBranch LayoutBranchPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout branch with the primary key from the database.
 LayoutBranch LayoutBranchPersistenceImpl.removeByL_P_N(long layoutSetBranchId, long plid, String name)
          Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
protected  LayoutBranch LayoutBranchPersistenceImpl.removeImpl(LayoutBranch layoutBranch)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.toUnwrappedModel(LayoutBranch layoutBranch)
           
 LayoutBranch LayoutBranchPersistenceImpl.updateImpl(LayoutBranch layoutBranch)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type LayoutBranch
 Map<Serializable,LayoutBranch> LayoutBranchPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll()
          Returns all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end)
          Returns a range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type LayoutBranch
 void LayoutBranchPersistenceImpl.cacheResult(LayoutBranch layoutBranch)
          Caches the layout branch in the entity cache if it is enabled.
 void LayoutBranchPersistenceImpl.clearCache(LayoutBranch layoutBranch)
          Clears the cache for the layout branch.
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_M_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.removeImpl(LayoutBranch layoutBranch)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.toUnwrappedModel(LayoutBranch layoutBranch)
           
 LayoutBranch LayoutBranchPersistenceImpl.updateImpl(LayoutBranch layoutBranch)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type LayoutBranch
 void LayoutBranchPersistenceImpl.cacheResult(List<LayoutBranch> layoutBranchs)
          Caches the layout branchs in the entity cache if it is enabled.
 void LayoutBranchPersistenceImpl.clearCache(List<LayoutBranch> layoutBranchs)
           
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs.
 LayoutBranch LayoutBranchPersistenceImpl.findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch LayoutBranchPersistenceImpl.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 = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch LayoutBranchPersistenceImpl.findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
 LayoutBranch[] LayoutBranchPersistenceImpl.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
 List<LayoutBranch> LayoutBranchPersistenceImpl.findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_M_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByL_P_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
protected  LayoutBranch LayoutBranchPersistenceImpl.getByLayoutSetBranchId_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator, boolean previous)
           
 


Liferay 7.0-ce-b4