Interface ResourcePermissionFinder
@ProviderType
public interface ResourcePermissionFinder
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionint
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) fetchByPrimaryKeys
(Set<Serializable> primaryKeys) findByR_S
(long roleId, int[] scopes, int start, int end) findByResource
(long companyId, long groupId, String name, String primKey)
-
Method Details
-
countByR_S
int countByR_S(long roleId, int[] scopes) -
countByC_N_S_P_R_A
-
fetchByPrimaryKeys
-
findByResource
-
findByR_S
-