com.liferay.portal.service.persistence
Class ResourcePermissionFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.ResourcePermissionFinderUtil
public class ResourcePermissionFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourcePermissionFinderUtil
public ResourcePermissionFinderUtil()
countByR_S
public static int countByR_S(long roleId,
int[] scopes)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByR_S
public static java.util.List<ResourcePermission> findByR_S(long roleId,
int[] scopes,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFinder
public static ResourcePermissionFinder getFinder()
setFinder
public void setFinder(ResourcePermissionFinder finder)