com.liferay.portal.service.persistence
Interface ResourcePermissionFinder
public interface ResourcePermissionFinder
View Source
- Author:
- Brian Wing Shun Chan
countByR_S
int countByR_S(long roleId,
int[] scopes)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByR_S
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