Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface ResourcePermissionFinder

All Known Implementing Classes:
ResourcePermissionFinderImpl

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)
           
 List<ResourcePermission> findByC_P(long companyId, String primKey)
           
 List<ResourcePermission> findByR_S(long roleId, int[] scopes, int start, int end)
           
 List<ResourcePermission> findByResource(long companyId, long groupId, String name, String primKey)
           
 

Method Detail

countByR_S

int countByR_S(long roleId,
               int[] scopes)
               throws SystemException
Throws:
SystemException

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)
                       throws SystemException
Throws:
SystemException

findByResource

List<ResourcePermission> findByResource(long companyId,
                                        long groupId,
                                        String name,
                                        String primKey)
                                        throws SystemException
Throws:
SystemException

findByC_P

List<ResourcePermission> findByC_P(long companyId,
                                   String primKey)
                                   throws SystemException
Throws:
SystemException

findByR_S

List<ResourcePermission> findByR_S(long roleId,
                                   int[] scopes,
                                   int start,
                                   int end)
                                   throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3