com.liferay.portal.service.persistence
Interface ResourcePermissionFinder
- All Known Implementing Classes:
- ResourcePermissionFinderImpl
@ProviderType
public interface ResourcePermissionFinder
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
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)