@ProviderType public interface ResourcePermissionPersistence extends BasePersistence<ResourcePermission>
Caching information and settings can be found in portal.properties
ResourcePermissionPersistenceImpl
,
ResourcePermissionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled.
|
void |
cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of resource permissions.
|
int |
countByC_LikeP(long companyId,
String primKey)
Returns the number of resource permissions where companyId = ? and primKey LIKE ?.
|
int |
countByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long[] roleIds,
boolean viewActionId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.
|
int |
countByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.
|
int |
countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
|
int |
countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
|
int |
countByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
|
int |
countByC_N_S(long companyId,
String name,
int scope)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.
|
int |
countByC_S_P(long companyId,
int scope,
String primKey)
Returns the number of resource permissions where companyId = ? and scope = ? and primKey = ?.
|
int |
countByName(String name)
Returns the number of resource permissions where name = ?.
|
int |
countByRoleId(long roleId)
Returns the number of resource permissions where roleId = ?.
|
int |
countByScope(int scope)
Returns the number of resource permissions where scope = ?.
|
int |
countByScope(int[] scopes)
Returns the number of resource permissions where scope = any ?.
|
ResourcePermission |
create(long resourcePermissionId)
Creates a new resource permission with the primary key.
|
ResourcePermission |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
fetchByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
ResourcePermission |
fetchByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
ResourcePermission |
fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns
null if it could not be found. |
Map<Serializable,ResourcePermission> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
ResourcePermission |
fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
ResourcePermission |
fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
List<ResourcePermission> |
findAll()
Returns all the resource permissions.
|
List<ResourcePermission> |
findAll(int start,
int end)
Returns a range of all the resource permissions.
|
List<ResourcePermission> |
findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions.
|
List<ResourcePermission> |
findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions.
|
ResourcePermission |
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 |
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[] |
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> |
findByC_LikeP(long companyId,
String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?.
|
List<ResourcePermission> |
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> |
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> |
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 |
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 |
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 |
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 |
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[] |
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 |
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 |
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[] |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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 = ?.
|
ResourcePermission |
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. |
List<ResourcePermission> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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[] |
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> |
findByC_N_S(long companyId,
String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
|
List<ResourcePermission> |
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> |
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> |
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 |
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 |
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[] |
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> |
findByC_S_P(long companyId,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and scope = ? and primKey = ?.
|
List<ResourcePermission> |
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> |
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> |
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 |
findByName_First(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where name = ?.
|
ResourcePermission |
findByName_Last(String name,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where name = ?.
|
ResourcePermission[] |
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> |
findByName(String name)
Returns all the resource permissions where name = ?.
|
List<ResourcePermission> |
findByName(String name,
int start,
int end)
Returns a range of all the resource permissions where name = ?.
|
List<ResourcePermission> |
findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where name = ?.
|
List<ResourcePermission> |
findByName(String name,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where name = ?.
|
ResourcePermission |
findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a
NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?.
|
ResourcePermission |
findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?.
|
ResourcePermission[] |
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> |
findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?.
|
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where roleId = ?.
|
ResourcePermission |
findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?.
|
ResourcePermission |
findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?.
|
ResourcePermission[] |
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> |
findByScope(int scope)
Returns all the resource permissions where scope = ?.
|
List<ResourcePermission> |
findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?.
|
List<ResourcePermission> |
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> |
findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?.
|
List<ResourcePermission> |
findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?.
|
List<ResourcePermission> |
findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource permissions where scope = ?.
|
ResourcePermission |
remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database.
|
void |
removeAll()
Removes all the resource permissions from the database.
|
void |
removeByC_LikeP(long companyId,
String primKey)
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.
|
void |
removeByC_N_S_P_R_V(long companyId,
String name,
int scope,
long primKeyId,
long roleId,
boolean viewActionId)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ? from the database.
|
ResourcePermission |
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.
|
void |
removeByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database.
|
void |
removeByC_N_S(long companyId,
String name,
int scope)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.
|
void |
removeByC_S_P(long companyId,
int scope,
String primKey)
Removes all the resource permissions where companyId = ? and scope = ? and primKey = ? from the database.
|
void |
removeByName(String name)
Removes all the resource permissions where name = ? from the database.
|
void |
removeByRoleId(long roleId)
Removes all the resource permissions where roleId = ? from the database.
|
void |
removeByScope(int scope)
Removes all the resource permissions where scope = ? from the database.
|
ResourcePermission |
updateImpl(ResourcePermission resourcePermission) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<ResourcePermission> findByName(String name)
name
- the nameList<ResourcePermission> findByName(String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
name
- the namestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByName(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
name
- the namestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByName(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
name
- the namestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByName_First(String name, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByName_First(String name, OrderByComparator<ResourcePermission> orderByComparator)
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByName_Last(String name, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByName_Last(String name, OrderByComparator<ResourcePermission> orderByComparator)
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByName_PrevAndNext(long resourcePermissionId, String name, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissionname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundvoid removeByName(String name)
name
- the nameint countByName(String name)
name
- the nameList<ResourcePermission> findByScope(int scope)
scope
- the scopeList<ResourcePermission> findByScope(int scope, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByScope_First(int scope, OrderByComparator<ResourcePermission> orderByComparator)
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByScope_Last(int scope, OrderByComparator<ResourcePermission> orderByComparator)
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissionscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundList<ResourcePermission> findByScope(int[] scopes)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scopes
- the scopesList<ResourcePermission> findByScope(int[] scopes, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeByScope(int scope)
scope
- the scopeint countByScope(int scope)
scope
- the scopeint countByScope(int[] scopes)
scopes
- the scopesList<ResourcePermission> findByRoleId(long roleId)
roleId
- the role IDList<ResourcePermission> findByRoleId(long roleId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByRoleId_First(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByRoleId_Last(long roleId, OrderByComparator<ResourcePermission> orderByComparator)
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissionroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundvoid removeByRoleId(long roleId)
roleId
- the role IDint countByRoleId(long roleId)
roleId
- the role IDList<ResourcePermission> findByC_LikeP(long companyId, String primKey)
companyId
- the company IDprimKey
- the prim keyList<ResourcePermission> findByC_LikeP(long companyId, String primKey, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundvoid removeByC_LikeP(long companyId, String primKey)
companyId
- the company IDprimKey
- the prim keyint countByC_LikeP(long companyId, String primKey)
companyId
- the company IDprimKey
- the prim keyList<ResourcePermission> findByC_N_S(long companyId, String name, int scope)
companyId
- the company IDname
- the namescope
- the scopeList<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundvoid removeByC_N_S(long companyId, String name, int scope)
companyId
- the company IDname
- the namescope
- the scopeint countByC_N_S(long companyId, String name, int scope)
companyId
- the company IDname
- the namescope
- the scopeList<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey)
companyId
- the company IDscope
- the scopeprimKey
- the prim keyList<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDscope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDscope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByC_S_P(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDscope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByC_S_P_First(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_S_P_First(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByC_S_P_Last(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_S_P_Last(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByC_S_P_PrevAndNext(long resourcePermissionId, long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDscope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundvoid removeByC_S_P(long companyId, int scope, String primKey)
companyId
- the company IDscope
- the scopeprimKey
- the prim keyint countByC_S_P(long companyId, int scope, String primKey)
companyId
- the company IDscope
- the scopeprimKey
- the prim keyList<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyList<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundvoid removeByC_N_S_P(long companyId, String name, int scope, String primKey)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyint countByC_N_S_P(long companyId, String name, int scope, String primKey)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws NoSuchResourcePermissionException
NoSuchResourcePermissionException
if it could not be found.companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDNoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
null
if it could not be found. Uses the finder cache.companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDnull
if a matching resource permission could not be foundResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching resource permission could not be foundResourcePermission removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDNoSuchResourcePermissionException
int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDint countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds)
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsList<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId)
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDList<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheResourcePermission findByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_P_R_V_First(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission findByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a matching resource permission could not be foundResourcePermission fetchByC_N_S_P_R_V_Last(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator)
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching resource permission could not be foundResourcePermission[] findByC_N_S_P_R_V_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundList<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDList<ResourcePermission> findByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> 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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId)
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDint countByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId)
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleId
- the role IDviewActionId
- the view action IDint countByC_N_S_P_R_V(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId)
companyId
- the company IDname
- the namescope
- the scopeprimKeyId
- the prim key IDroleIds
- the role IDsviewActionId
- the view action IDvoid cacheResult(ResourcePermission resourcePermission)
resourcePermission
- the resource permissionvoid cacheResult(List<ResourcePermission> resourcePermissions)
resourcePermissions
- the resource permissionsResourcePermission create(long resourcePermissionId)
resourcePermissionId
- the primary key for the new resource permissionResourcePermission remove(long resourcePermissionId) throws NoSuchResourcePermissionException
resourcePermissionId
- the primary key of the resource permissionNoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundResourcePermission updateImpl(ResourcePermission resourcePermission)
ResourcePermission findByPrimaryKey(long resourcePermissionId) throws NoSuchResourcePermissionException
NoSuchResourcePermissionException
if it could not be found.resourcePermissionId
- the primary key of the resource permissionNoSuchResourcePermissionException
- if a resource permission with the primary key could not be foundResourcePermission fetchByPrimaryKey(long resourcePermissionId)
null
if it could not be found.resourcePermissionId
- the primary key of the resource permissionnull
if a resource permission with the primary key could not be foundMap<Serializable,ResourcePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<ResourcePermission>
List<ResourcePermission> findAll()
List<ResourcePermission> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)List<ResourcePermission> findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<ResourcePermission> findAll(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()