@ProviderType
public interface ResourcePermissionFinder
Modifier and Type | Method and Description |
---|---|
int |
countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionId) |
int |
countByR_S(long roleId,
int[] scopes) |
Map<Serializable,ResourcePermission> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<ResourcePermission> |
findByR_S(long roleId,
int[] scopes,
int start,
int end) |
List<ResourcePermission> |
findByResource(long companyId,
long groupId,
String name,
String primKey) |
int countByR_S(long roleId, int[] scopes)
int countByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionId)
Map<Serializable,ResourcePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
List<ResourcePermission> findByResource(long companyId, long groupId, String name, String primKey)
List<ResourcePermission> findByR_S(long roleId, int[] scopes, int start, int end)