Package | Description |
---|---|
com.liferay.exportimport.kernel.staging | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.permission |
This package defines the portal service permission interfaces and utilities.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
Modifier and Type | Method and Description |
---|---|
static LayoutSetBranch |
LayoutStagingUtil.getLayoutSetBranch(LayoutSet layoutSet) |
LayoutSetBranch |
LayoutStaging.getLayoutSetBranch(LayoutSet layoutSet) |
Modifier and Type | Class and Description |
---|---|
class |
LayoutSetBranchWrapper
This class is a wrapper for
LayoutSetBranch . |
Modifier and Type | Field and Description |
---|---|
static Accessor<LayoutSetBranch,Long> |
LayoutSetBranch.LAYOUT_SET_BRANCH_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
LayoutSetBranch |
LayoutSetStagingHandler.getLayoutSetBranch() |
LayoutSetBranch |
LayoutSetBranchWrapper.getWrappedModel() |
LayoutSetBranch |
LayoutSetBranchModel.toEscapedModel() |
LayoutSetBranch |
LayoutSetBranchWrapper.toEscapedModel() |
LayoutSetBranch |
LayoutSetBranchModel.toUnescapedModel() |
LayoutSetBranch |
LayoutSetBranchWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<LayoutSetBranch> |
LayoutSetBranchModel.toCacheModel() |
CacheModel<LayoutSetBranch> |
LayoutSetBranchWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
LayoutSetBranchModel.compareTo(LayoutSetBranch layoutSetBranch) |
int |
LayoutSetBranchWrapper.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) |
Modifier and Type | Method and Description |
---|---|
static LayoutSetBranchSoap[] |
LayoutSetBranchSoap.toSoapModels(List<LayoutSetBranch> models) |
Constructor and Description |
---|
LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch) |
Modifier and Type | Method and Description |
---|---|
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.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database.
|
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) |
static LayoutSetBranch |
LayoutSetBranchServiceUtil.addLayoutSetBranch(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.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
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.createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key.
|
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)
Deletes the layout set branch from the database.
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
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.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database.
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.fetchLayoutSetBranch(long layoutSetBranchId) |
LayoutSetBranch |
LayoutSetBranchLocalService.fetchLayoutSetBranch(long layoutSetBranchId) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.fetchLayoutSetBranch(long layoutSetBranchId) |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
LayoutSetBranch |
LayoutSetBranchLocalService.fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
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 layoutSetBranchId)
Returns the layout set branch with the primary key.
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
LayoutSetBranch |
LayoutSetBranchLocalService.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getMasterLayoutSetBranch(long groupId,
boolean privateLayout) |
LayoutSetBranch |
LayoutSetBranchLocalService.getMasterLayoutSetBranch(long groupId,
boolean privateLayout) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getMasterLayoutSetBranch(long groupId,
boolean privateLayout) |
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.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId) |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
LayoutSetBranchService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
LayoutSetBranchLocalService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
LayoutSetBranchServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
static LayoutSetBranch |
LayoutSetBranchServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
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.
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist.
|
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) |
static LayoutSetBranch |
LayoutSetBranchServiceUtil.updateLayoutSetBranch(long groupId,
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) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
static List<LayoutSetBranch> |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranches(long groupId,
boolean privateLayout) |
List<LayoutSetBranch> |
LayoutSetBranchService.getLayoutSetBranches(long groupId,
boolean privateLayout) |
List<LayoutSetBranch> |
LayoutSetBranchLocalService.getLayoutSetBranches(long groupId,
boolean privateLayout) |
List<LayoutSetBranch> |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranches(long groupId,
boolean privateLayout) |
List<LayoutSetBranch> |
LayoutSetBranchServiceWrapper.getLayoutSetBranches(long groupId,
boolean privateLayout) |
static List<LayoutSetBranch> |
LayoutSetBranchServiceUtil.getLayoutSetBranches(long groupId,
boolean privateLayout) |
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.
|
List<LayoutSetBranch> |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs.
|
Modifier and Type | Method and Description |
---|---|
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.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to 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)
Deletes the layout set branch from the database.
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
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.
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static LayoutSetBranch |
LayoutSetBranchUtil.create(long layoutSetBranchId)
Creates a new layout set branch with the primary key.
|
LayoutSetBranch |
LayoutSetBranchPersistence.create(long layoutSetBranchId)
Creates a new layout set branch with the primary key.
|
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_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_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_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_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_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_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_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_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)
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,
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.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.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last 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.fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns
null if it could not be found. |
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.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_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_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.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.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.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.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_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_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_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_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_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_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_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_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_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_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_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_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.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.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last 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_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.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.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a
NoSuchLayoutSetBranchException if it could not be found. |
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.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database.
|
LayoutSetBranch |
LayoutSetBranchPersistence.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key 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.
|
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.update(LayoutSetBranch layoutSetBranch) |
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch,
ServiceContext serviceContext) |
static LayoutSetBranch |
LayoutSetBranchUtil.updateImpl(LayoutSetBranch layoutSetBranch) |
LayoutSetBranch |
LayoutSetBranchPersistence.updateImpl(LayoutSetBranch layoutSetBranch) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,LayoutSetBranch> |
LayoutSetBranchUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,LayoutSetBranch> |
LayoutSetBranchPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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)
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,
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)
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,
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_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(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)
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,
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)
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,
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.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.filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?.
|
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,
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)
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,
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.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.findAll()
Returns all the layout set branchs.
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll()
Returns 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)
Returns a 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)
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.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs.
|
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)
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,
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)
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,
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)
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_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(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?.
|
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,
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)
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,
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)
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.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.findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?.
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId)
Returns 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)
Returns a 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)
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 = ?.
|
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.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) |
Modifier and Type | Method and Description |
---|---|
static void |
LayoutSetBranchUtil.cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled.
|
void |
LayoutSetBranchPersistence.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) |
static LayoutSetBranch |
LayoutSetBranchUtil.updateImpl(LayoutSetBranch layoutSetBranch) |
LayoutSetBranch |
LayoutSetBranchPersistence.updateImpl(LayoutSetBranch layoutSetBranch) |
Modifier and Type | Method and Description |
---|---|
static void |
LayoutSetBranchUtil.cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled.
|
void |
LayoutSetBranchPersistence.cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled.
|
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_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_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_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_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_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_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_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.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last 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.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_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 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_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 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.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 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.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 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.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 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.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.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)
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.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs.
|
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_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_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_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_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_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_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_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_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_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 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)
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_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 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.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 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)
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.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 LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last 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_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.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 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)
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 = ?.
|
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.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
int |
LayoutSetBranchCreateDateComparator.compare(LayoutSetBranch layoutSetBranch1,
LayoutSetBranch layoutSetBranch2) |