|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutSetBranch | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| 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.util.comparator | This package defines the portal comparator classes. |
| com.liferay.portlet.exportimport.staging | |
| Uses of LayoutSetBranch in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement LayoutSetBranch | |
|---|---|
class |
LayoutSetBranchWrapper
This class is a wrapper for LayoutSetBranch. |
| Fields in com.liferay.portal.model with type parameters of type LayoutSetBranch | |
|---|---|
static Accessor<LayoutSetBranch,Long> |
LayoutSetBranch.LAYOUT_SET_BRANCH_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return LayoutSetBranch | |
|---|---|
LayoutSetBranch |
LayoutSetStagingHandler.getLayoutSetBranch()
|
LayoutSetBranch |
LayoutSetBranchWrapper.getWrappedModel()
|
LayoutSetBranch |
LayoutSetBranchWrapper.toEscapedModel()
|
LayoutSetBranch |
LayoutSetBranchModel.toEscapedModel()
|
LayoutSetBranch |
LayoutSetBranchWrapper.toUnescapedModel()
|
LayoutSetBranch |
LayoutSetBranchModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type LayoutSetBranch | |
|---|---|
CacheModel<LayoutSetBranch> |
LayoutSetBranchWrapper.toCacheModel()
|
CacheModel<LayoutSetBranch> |
LayoutSetBranchModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type LayoutSetBranch | |
|---|---|
int |
LayoutSetBranchWrapper.compareTo(LayoutSetBranch layoutSetBranch)
|
int |
LayoutSetBranchModel.compareTo(LayoutSetBranch layoutSetBranch)
|
void |
LayoutSetStagingHandler.setLayoutSetBranch(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranchSoap |
LayoutSetBranchSoap.toSoapModel(LayoutSetBranch model)
|
static LayoutSetBranchSoap[] |
LayoutSetBranchSoap.toSoapModels(LayoutSetBranch[] models)
|
static LayoutSetBranchSoap[][] |
LayoutSetBranchSoap.toSoapModels(LayoutSetBranch[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type LayoutSetBranch | |
|---|---|
static LayoutSetBranchSoap[] |
LayoutSetBranchSoap.toSoapModels(List<LayoutSetBranch> models)
|
| Constructors in com.liferay.portal.model with parameters of type LayoutSetBranch | |
|---|---|
LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch)
|
|
| Uses of LayoutSetBranch in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return LayoutSetBranch | |
|---|---|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
static LayoutSetBranch |
LayoutSetBranchServiceUtil.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchLocalService.createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.fetchLayoutSetBranch(long layoutSetBranchId)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.fetchLayoutSetBranch(long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalService.fetchLayoutSetBranch(long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
LayoutSetBranch |
LayoutSetBranchLocalService.fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchLocalService.getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
LayoutSetBranch |
LayoutSetBranchLocalService.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getMasterLayoutSetBranch(long groupId,
boolean privateLayout)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getMasterLayoutSetBranch(long groupId,
boolean privateLayout)
|
LayoutSetBranch |
LayoutSetBranchLocalService.getMasterLayoutSetBranch(long groupId,
boolean privateLayout)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetBranchId)
Deprecated. As of 6.2.0, replaced by LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long,
long, boolean, long, long) |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetBranchId)
Deprecated. As of 6.2.0, replaced by LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long,
long, boolean, long, long) |
LayoutSetBranch |
LayoutSetBranchLocalService.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetBranchId)
Deprecated. As of 6.2.0, replaced by LayoutSetBranchLocalService.getUserLayoutSetBranch(long,
long, boolean, long, long) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalService.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
LayoutSetBranch |
LayoutSetBranchLocalService.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
static LayoutSetBranch |
LayoutSetBranchServiceUtil.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
| Methods in com.liferay.portal.service that return types with arguments of type LayoutSetBranch | |
|---|---|
List<LayoutSetBranch> |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
static List<LayoutSetBranch> |
LayoutSetBranchServiceUtil.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
static List<LayoutSetBranch> |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchLocalService.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchService.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchServiceWrapper.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchLocalService.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs. |
| Methods in com.liferay.portal.service with parameters of type LayoutSetBranch | |
|---|---|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
LayoutSetBranch |
LayoutSetBranchLocalService.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
| Uses of LayoutSetBranch in com.liferay.portal.service.permission |
|---|
| Methods in com.liferay.portal.service.permission with parameters of type LayoutSetBranch | |
|---|---|
void |
LayoutSetBranchPermission.check(PermissionChecker permissionChecker,
LayoutSetBranch layoutSetBranch,
String actionId)
|
static void |
LayoutSetBranchPermissionUtil.check(PermissionChecker permissionChecker,
LayoutSetBranch layoutSetBranch,
String actionId)
|
boolean |
LayoutSetBranchPermission.contains(PermissionChecker permissionChecker,
LayoutSetBranch layoutSetBranch,
String actionId)
|
static boolean |
LayoutSetBranchPermissionUtil.contains(PermissionChecker permissionChecker,
LayoutSetBranch layoutSetBranch,
String actionId)
|
| Uses of LayoutSetBranch in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return LayoutSetBranch | |
|---|---|
LayoutSetBranch |
LayoutSetBranchPersistence.create(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
static LayoutSetBranch |
LayoutSetBranchUtil.create(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchPersistence.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchPersistence.updateImpl(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranch |
LayoutSetBranchUtil.updateImpl(LayoutSetBranch layoutSetBranch)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutSetBranch | |
|---|---|
Map<Serializable,LayoutSetBranch> |
LayoutSetBranchPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,LayoutSetBranch> |
LayoutSetBranchUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll()
Returns all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll()
Returns all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end)
Returns a range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end)
Returns a range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type LayoutSetBranch | |
|---|---|
void |
LayoutSetBranchPersistence.cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled. |
static void |
LayoutSetBranchUtil.cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled. |
static void |
LayoutSetBranchUtil.clearCache(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchPersistence.updateImpl(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranch |
LayoutSetBranchUtil.updateImpl(LayoutSetBranch layoutSetBranch)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutSetBranch | |
|---|---|
void |
LayoutSetBranchPersistence.cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled. |
static void |
LayoutSetBranchUtil.cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
|
| Uses of LayoutSetBranch in com.liferay.portal.util.comparator |
|---|
| Methods in com.liferay.portal.util.comparator with parameters of type LayoutSetBranch | |
|---|---|
int |
LayoutSetBranchCreateDateComparator.compare(LayoutSetBranch layoutSetBranch1,
LayoutSetBranch layoutSetBranch2)
|
| Uses of LayoutSetBranch in com.liferay.portlet.exportimport.staging |
|---|
| Methods in com.liferay.portlet.exportimport.staging that return LayoutSetBranch | |
|---|---|
LayoutSetBranch |
LayoutStaging.getLayoutSetBranch(LayoutSet layoutSet)
|
static LayoutSetBranch |
LayoutStagingUtil.getLayoutSetBranch(LayoutSet layoutSet)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||