com.liferay.portal.service.persistence
Interface ResourcePermissionFinder


public interface ResourcePermissionFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByR_S(long roleId, int[] scopes)
           
 java.util.List<ResourcePermission> findByR_S(long roleId, int[] scopes, int start, int end)
           
 

Method Detail

countByR_S

int countByR_S(long roleId,
               int[] scopes)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByR_S

java.util.List<ResourcePermission> findByR_S(long roleId,
                                             int[] scopes,
                                             int start,
                                             int end)
                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException