Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.security.permission |
This package defines the portal security permission interfaces and classes.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourcePermissionWrapper
This class is a wrapper for
ResourcePermission . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ResourcePermission,Long> |
ResourcePermission.RESOURCE_PERMISSION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
ResourcePermission |
ResourcePermissionWrapper.getWrappedModel() |
ResourcePermission |
ResourcePermissionModel.toEscapedModel() |
ResourcePermission |
ResourcePermissionWrapper.toEscapedModel() |
ResourcePermission |
ResourcePermissionModel.toUnescapedModel() |
ResourcePermission |
ResourcePermissionWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<ResourcePermission> |
ResourcePermissionModel.toCacheModel() |
CacheModel<ResourcePermission> |
ResourcePermissionWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
ResourcePermissionModel.compareTo(ResourcePermission resourcePermission) |
int |
ResourcePermissionWrapper.compareTo(ResourcePermission resourcePermission) |
static ResourcePermissionSoap |
ResourcePermissionSoap.toSoapModel(ResourcePermission model) |
static ResourcePermissionSoap[] |
ResourcePermissionSoap.toSoapModels(ResourcePermission[] models) |
static ResourcePermissionSoap[][] |
ResourcePermissionSoap.toSoapModels(ResourcePermission[][] models) |
Modifier and Type | Method and Description |
---|---|
static ResourcePermissionSoap[] |
ResourcePermissionSoap.toSoapModels(List<ResourcePermission> models) |
Constructor and Description |
---|
ResourcePermissionWrapper(ResourcePermission resourcePermission) |
Modifier and Type | Method and Description |
---|---|
boolean |
PermissionConversionFilter.accept(Role role,
ResourcePermission resourcePermission) |
Modifier and Type | Method and Description |
---|---|
ResourcePermission |
ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database.
|
ResourcePermission |
ResourcePermissionLocalService.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
ResourcePermission |
ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database.
|
ResourcePermission |
ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database.
|
ResourcePermission |
ResourcePermissionLocalService.fetchResourcePermission(long resourcePermissionId) |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.fetchResourcePermission(long resourcePermissionId) |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.fetchResourcePermission(long resourcePermissionId) |
ResourcePermission |
ResourcePermissionLocalService.fetchResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId) |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.fetchResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId) |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.fetchResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId) |
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key.
|
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the
actions on resources of the type.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the
actions on resources of the type.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the
actions on resources of the type.
|
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type.
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type.
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type.
|
List<ResourcePermission> |
ResourcePermissionLocalService.getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource.
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource.
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource.
|
List<ResourcePermission> |
ResourcePermissionLocalService.getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role.
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role.
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role.
|
List<ResourcePermission> |
ResourcePermissionLocalService.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the
scopes.
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the
scopes.
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the
scopes.
|
List<ResourcePermission> |
ResourcePermissionLocalService.getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
Modifier and Type | Method and Description |
---|---|
ResourcePermission |
ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database.
|
ResourcePermission |
ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database.
|
boolean |
ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns
true if the resource permission grants permission to
perform the resource action. |
boolean |
ResourcePermissionLocalServiceWrapper.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns
true if the resource permission grants permission to
perform the resource action. |
static boolean |
ResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns
true if the resource permission grants permission to
perform the resource action. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist.
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist.
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
ResourcePermission |
ResourcePermissionPersistence.create(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
static ResourcePermission |
ResourcePermissionUtil.create(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns
null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns
null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns
null if it could not be found, optionally using the finder cache. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns
null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns
null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a
NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a
NoSuchResourcePermissionException if it could not be found. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByName_PrevAndNext(long resourcePermissionId,
String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByName_PrevAndNext(long resourcePermissionId,
String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a
NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a
NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database.
|
static ResourcePermission |
ResourcePermissionUtil.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database.
|
ResourcePermission |
ResourcePermissionPersistence.removeByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.
|
static ResourcePermission |
ResourcePermissionUtil.removeByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission) |
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
ServiceContext serviceContext) |
ResourcePermission |
ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission) |
static ResourcePermission |
ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,ResourcePermission> |
ResourcePermissionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,ResourcePermission> |
ResourcePermissionFinderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,ResourcePermission> |
ResourcePermissionFinder.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,ResourcePermission> |
ResourcePermissionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll()
Returns all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll()
Returns all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end)
Returns a range of all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end)
Returns a range of all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_S_P(long companyId,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_S_P(long companyId,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByName(String name)
Returns all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByName(String name)
Returns all the resource permissions where name = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByName(String name,
int start,
int end)
Returns a range of all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByName(String name,
int start,
int end)
Returns a range of all the resource permissions where name = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where name = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionFinderUtil.findByR_S(long roleId,
int[] scopes,
int start,
int end) |
List<ResourcePermission> |
ResourcePermissionFinder.findByR_S(long roleId,
int[] scopes,
int start,
int end) |
static List<ResourcePermission> |
ResourcePermissionFinderUtil.findByResource(long companyId,
long groupId,
String name,
String primKey) |
List<ResourcePermission> |
ResourcePermissionFinder.findByResource(long companyId,
long groupId,
String name,
String primKey) |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where roleId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope)
Returns all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope)
Returns all the resource permissions where scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
ResourcePermissionPersistence.cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled.
|
static void |
ResourcePermissionUtil.cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled.
|
static void |
ResourcePermissionUtil.clearCache(ResourcePermission resourcePermission) |
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission) |
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
ServiceContext serviceContext) |
ResourcePermission |
ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission) |
static ResourcePermission |
ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission) |
Modifier and Type | Method and Description |
---|---|
void |
ResourcePermissionPersistence.cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled.
|
static void |
ResourcePermissionUtil.cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_V_First(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_V_Last(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_S_P_First(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByC_S_P_Last(long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_S_P(long companyId,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByName_PrevAndNext(long resourcePermissionId,
String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByName_PrevAndNext(long resourcePermissionId,
String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where name = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where name = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where name = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where roleId = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where roleId = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
ResourcePermission |
ResourcePermissionPersistence.findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
static ResourcePermission |
ResourcePermissionUtil.findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
ResourcePermission[] |
ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
|
static ResourcePermission[] |
ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?.
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?.
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
BaseModel<?> |
Portal.getBaseModel(ResourcePermission resourcePermission)
Returns the base model instance for the resource permission.
|
static BaseModel<?> |
PortalUtil.getBaseModel(ResourcePermission resourcePermission)
Returns the base model instance for the resource permission.
|