com.liferay.portal.service.persistence
Interface ResourcePermissionFinder
@ProviderType
public interface ResourcePermissionFinder
|
Method Summary |
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)
|
countByR_S
int countByR_S(long roleId,
int[] scopes)
countByC_N_S_P_R_A
int countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionId)
findByResource
List<ResourcePermission> findByResource(long companyId,
long groupId,
String name,
String primKey)
fetchByPrimaryKeys
Map<Serializable,ResourcePermission> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
findByR_S
List<ResourcePermission> findByR_S(long roleId,
int[] scopes,
int start,
int end)