Liferay 6.0.5

com.liferay.portal.service.persistence
Interface ResourcePermissionFinder

All Known Implementing Classes:
ResourcePermissionFinderImpl

public interface ResourcePermissionFinder


Method Summary
 int countByR_S(long roleId, int[] scopes)
           
 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

Liferay 6.0.5