Liferay 6.0-ee-sp2

com.liferay.portal.service.persistence
Interface ResourcePermissionFinder


public interface ResourcePermissionFinder


Method Summary
 int countByR_S(long roleId, int[] scopes)
           
 List<String> findByC_N_S(long companyId, String name, int scope)
           
 List<ResourcePermission> findByR_S(long roleId, int[] scopes, int start, int end)
           
 

Method Detail

countByR_S

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

findByR_S

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

findByC_N_S

List<String> findByC_N_S(long companyId,
                         String name,
                         int scope)
                         throws SystemException
Throws:
SystemException

Liferay 6.0-ee-sp2