Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface ResourcePermissionPersistence

All Superinterfaces:
BasePersistence<ResourcePermission>
All Known Implementing Classes:
ResourcePermissionPersistenceImpl

public interface ResourcePermissionPersistence
extends BasePersistence<ResourcePermission>

The persistence interface for the resource permission service.

Caching information and settings can be found in portal.properties

See Also:
ResourcePermissionPersistenceImpl, ResourcePermissionUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 void cacheResult(List<ResourcePermission> resourcePermissions)
          Caches the resource permissions in the entity cache if it is enabled.
 void cacheResult(ResourcePermission resourcePermission)
          Caches the resource permission in the entity cache if it is enabled.
 int countAll()
          Returns the number of resource permissions.
 int countByC_N_P_O(long companyId, String name, String primKey, long ownerId)
          Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 int countByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds)
          Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 int countByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
 int countByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 int countByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?.
 int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 int countByC_N_S_P(long companyId, String name, int scope, String primKey)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 int countByC_N_S(long companyId, String name, int scope)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.
 int countByC_P_R(long companyId, String primKey, long roleId)
          Returns the number of resource permissions where companyId = ? and primKey = ? and roleId = ?.
 int countByC_P(long companyId, String primKey)
          Returns the number of resource permissions where companyId = ? and primKey LIKE ?.
 int countByRoleId(long roleId)
          Returns the number of resource permissions where roleId = ?.
 int countByScope(int scope)
          Returns the number of resource permissions where scope = ?.
 int countByScope(int[] scopes)
          Returns the number of resource permissions where scope = any ?.
 ResourcePermission create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
 ResourcePermission fetchByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission fetchByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission fetchByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission fetchByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission fetchByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission fetchByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission fetchByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission fetchByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found.
 ResourcePermission fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds, boolean retrieveFromCache)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache.
 ResourcePermission fetchByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission fetchByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission fetchByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission fetchByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission fetchByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or returns null if it could not be found.
 ResourcePermission fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 ResourcePermission fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
 ResourcePermission fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 List<ResourcePermission> findAll()
          Returns all the resource permissions.
 List<ResourcePermission> findAll(int start, int end)
          Returns a range of all the resource permissions.
 List<ResourcePermission> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
 ResourcePermission findByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission findByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission[] findByC_N_P_O_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> findByC_N_P_O(long companyId, String name, String primKey, long ownerId)
          Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission findByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission findByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission[] findByC_N_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission findByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission findByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission[] findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
 List<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
 List<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
 List<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission findByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission findByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission findByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission[] findByC_N_S_P_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> findByC_N_S(long companyId, String name, int scope)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 List<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 ResourcePermission findByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission findByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission[] findByC_P_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission findByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission findByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission[] findByC_P_R_PrevAndNext(long resourcePermissionId, long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> findByC_P(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> findByC_P(long companyId, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> findByC_P(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 ResourcePermission findByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 ResourcePermission findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
 ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
 List<ResourcePermission> findByRoleId(long roleId)
          Returns all the resource permissions where roleId = ?.
 List<ResourcePermission> findByRoleId(long roleId, int start, int end)
          Returns a range of all the resource permissions where roleId = ?.
 List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
 ResourcePermission findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
 ResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
 List<ResourcePermission> findByScope(int scope)
          Returns all the resource permissions where scope = ?.
 List<ResourcePermission> findByScope(int[] scopes)
          Returns all the resource permissions where scope = any ?.
 List<ResourcePermission> findByScope(int[] scopes, int start, int end)
          Returns a range of all the resource permissions where scope = any ?.
 List<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
 List<ResourcePermission> findByScope(int scope, int start, int end)
          Returns a range of all the resource permissions where scope = ?.
 List<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
 ResourcePermission remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
 void removeAll()
          Removes all the resource permissions from the database.
 void removeByC_N_P_O(long companyId, String name, String primKey, long ownerId)
          Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ? from the database.
 void removeByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds)
          Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ? from the database.
 void removeByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds)
          Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ? from the database.
 ResourcePermission removeByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database.
 void removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.
 void removeByC_N_S_P(long companyId, String name, int scope, String primKey)
          Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database.
 void removeByC_N_S(long companyId, String name, int scope)
          Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.
 void removeByC_P_R(long companyId, String primKey, long roleId)
          Removes all the resource permissions where companyId = ? and primKey = ? and roleId = ? from the database.
 void removeByC_P(long companyId, String primKey)
          Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.
 void removeByRoleId(long roleId)
          Removes all the resource permissions where roleId = ? from the database.
 void removeByScope(int scope)
          Removes all the resource permissions where scope = ? from the database.
 ResourcePermission updateImpl(ResourcePermission resourcePermission, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled.

Parameters:
resourcePermission - the resource permission

cacheResult

void cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled.

Parameters:
resourcePermissions - the resource permissions

create

ResourcePermission create(long resourcePermissionId)
Creates a new resource permission with the primary key. Does not add the resource permission to the database.

Parameters:
resourcePermissionId - the primary key for the new resource permission
Returns:
the new resource permission

remove

ResourcePermission remove(long resourcePermissionId)
                          throws NoSuchResourcePermissionException,
                                 SystemException
Removes the resource permission with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
resourcePermissionId - the primary key of the resource permission
Returns:
the resource permission that was removed
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

ResourcePermission updateImpl(ResourcePermission resourcePermission,
                              boolean merge)
                              throws SystemException
Throws:
SystemException

findByPrimaryKey

ResourcePermission findByPrimaryKey(long resourcePermissionId)
                                    throws NoSuchResourcePermissionException,
                                           SystemException
Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.

Parameters:
resourcePermissionId - the primary key of the resource permission
Returns:
the resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

ResourcePermission fetchByPrimaryKey(long resourcePermissionId)
                                     throws SystemException
Returns the resource permission with the primary key or returns null if it could not be found.

Parameters:
resourcePermissionId - the primary key of the resource permission
Returns:
the resource permission, or null if a resource permission with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByScope

List<ResourcePermission> findByScope(int scope)
                                     throws SystemException
Returns all the resource permissions where scope = ?.

Parameters:
scope - the scope
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByScope

List<ResourcePermission> findByScope(int scope,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the resource permissions where scope = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
scope - the scope
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByScope

List<ResourcePermission> findByScope(int scope,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the resource permissions where scope = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
scope - the scope
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByScope_First

ResourcePermission findByScope_First(int scope,
                                     OrderByComparator orderByComparator)
                                     throws NoSuchResourcePermissionException,
                                            SystemException
Returns the first resource permission in the ordered set where scope = ?.

Parameters:
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByScope_First

ResourcePermission fetchByScope_First(int scope,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first resource permission in the ordered set where scope = ?.

Parameters:
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByScope_Last

ResourcePermission findByScope_Last(int scope,
                                    OrderByComparator orderByComparator)
                                    throws NoSuchResourcePermissionException,
                                           SystemException
Returns the last resource permission in the ordered set where scope = ?.

Parameters:
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByScope_Last

ResourcePermission fetchByScope_Last(int scope,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last resource permission in the ordered set where scope = ?.

Parameters:
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByScope_PrevAndNext

ResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId,
                                             int scope,
                                             OrderByComparator orderByComparator)
                                             throws NoSuchResourcePermissionException,
                                                    SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByScope

List<ResourcePermission> findByScope(int[] scopes)
                                     throws SystemException
Returns all the resource permissions where scope = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
scopes - the scopes
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByScope

List<ResourcePermission> findByScope(int[] scopes,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the resource permissions where scope = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
scopes - the scopes
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByScope

List<ResourcePermission> findByScope(int[] scopes,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the resource permissions where scope = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
scopes - the scopes
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByRoleId

List<ResourcePermission> findByRoleId(long roleId)
                                      throws SystemException
Returns all the resource permissions where roleId = ?.

Parameters:
roleId - the role ID
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByRoleId

List<ResourcePermission> findByRoleId(long roleId,
                                      int start,
                                      int end)
                                      throws SystemException
Returns a range of all the resource permissions where roleId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
roleId - the role ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByRoleId

List<ResourcePermission> findByRoleId(long roleId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the resource permissions where roleId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
roleId - the role ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByRoleId_First

ResourcePermission findByRoleId_First(long roleId,
                                      OrderByComparator orderByComparator)
                                      throws NoSuchResourcePermissionException,
                                             SystemException
Returns the first resource permission in the ordered set where roleId = ?.

Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByRoleId_First

ResourcePermission fetchByRoleId_First(long roleId,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first resource permission in the ordered set where roleId = ?.

Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByRoleId_Last

ResourcePermission findByRoleId_Last(long roleId,
                                     OrderByComparator orderByComparator)
                                     throws NoSuchResourcePermissionException,
                                            SystemException
Returns the last resource permission in the ordered set where roleId = ?.

Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByRoleId_Last

ResourcePermission fetchByRoleId_Last(long roleId,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last resource permission in the ordered set where roleId = ?.

Parameters:
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByRoleId_PrevAndNext

ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId,
                                              long roleId,
                                              OrderByComparator orderByComparator)
                                              throws NoSuchResourcePermissionException,
                                                     SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_P

List<ResourcePermission> findByC_P(long companyId,
                                   String primKey)
                                   throws SystemException
Returns all the resource permissions where companyId = ? and primKey LIKE ?.

Parameters:
companyId - the company ID
primKey - the prim key
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_P

List<ResourcePermission> findByC_P(long companyId,
                                   String primKey,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
primKey - the prim key
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_P

List<ResourcePermission> findByC_P(long companyId,
                                   String primKey,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
primKey - the prim key
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_P_First

ResourcePermission findByC_P_First(long companyId,
                                   String primKey,
                                   OrderByComparator orderByComparator)
                                   throws NoSuchResourcePermissionException,
                                          SystemException
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.

Parameters:
companyId - the company ID
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_P_First

ResourcePermission fetchByC_P_First(long companyId,
                                    String primKey,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.

Parameters:
companyId - the company ID
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_P_Last

ResourcePermission findByC_P_Last(long companyId,
                                  String primKey,
                                  OrderByComparator orderByComparator)
                                  throws NoSuchResourcePermissionException,
                                         SystemException
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.

Parameters:
companyId - the company ID
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_P_Last

ResourcePermission fetchByC_P_Last(long companyId,
                                   String primKey,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.

Parameters:
companyId - the company ID
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_P_PrevAndNext

ResourcePermission[] findByC_P_PrevAndNext(long resourcePermissionId,
                                           long companyId,
                                           String primKey,
                                           OrderByComparator orderByComparator)
                                           throws NoSuchResourcePermissionException,
                                                  SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_S

List<ResourcePermission> findByC_N_S(long companyId,
                                     String name,
                                     int scope)
                                     throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S

List<ResourcePermission> findByC_N_S(long companyId,
                                     String name,
                                     int scope,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S

List<ResourcePermission> findByC_N_S(long companyId,
                                     String name,
                                     int scope,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_First

ResourcePermission findByC_N_S_First(long companyId,
                                     String name,
                                     int scope,
                                     OrderByComparator orderByComparator)
                                     throws NoSuchResourcePermissionException,
                                            SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_First

ResourcePermission fetchByC_N_S_First(long companyId,
                                      String name,
                                      int scope,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_Last

ResourcePermission findByC_N_S_Last(long companyId,
                                    String name,
                                    int scope,
                                    OrderByComparator orderByComparator)
                                    throws NoSuchResourcePermissionException,
                                           SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_Last

ResourcePermission fetchByC_N_S_Last(long companyId,
                                     String name,
                                     int scope,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_PrevAndNext

ResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId,
                                             long companyId,
                                             String name,
                                             int scope,
                                             OrderByComparator orderByComparator)
                                             throws NoSuchResourcePermissionException,
                                                    SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
name - the name
scope - the scope
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_P_R

List<ResourcePermission> findByC_P_R(long companyId,
                                     String primKey,
                                     long roleId)
                                     throws SystemException
Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_P_R

List<ResourcePermission> findByC_P_R(long companyId,
                                     String primKey,
                                     long roleId,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_P_R

List<ResourcePermission> findByC_P_R(long companyId,
                                     String primKey,
                                     long roleId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_P_R_First

ResourcePermission findByC_P_R_First(long companyId,
                                     String primKey,
                                     long roleId,
                                     OrderByComparator orderByComparator)
                                     throws NoSuchResourcePermissionException,
                                            SystemException
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_P_R_First

ResourcePermission fetchByC_P_R_First(long companyId,
                                      String primKey,
                                      long roleId,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_P_R_Last

ResourcePermission findByC_P_R_Last(long companyId,
                                    String primKey,
                                    long roleId,
                                    OrderByComparator orderByComparator)
                                    throws NoSuchResourcePermissionException,
                                           SystemException
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_P_R_Last

ResourcePermission fetchByC_P_R_Last(long companyId,
                                     String primKey,
                                     long roleId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_P_R_PrevAndNext

ResourcePermission[] findByC_P_R_PrevAndNext(long resourcePermissionId,
                                             long companyId,
                                             String primKey,
                                             long roleId,
                                             OrderByComparator orderByComparator)
                                             throws NoSuchResourcePermissionException,
                                                    SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_S_P

List<ResourcePermission> findByC_N_S_P(long companyId,
                                       String name,
                                       int scope,
                                       String primKey)
                                       throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P

List<ResourcePermission> findByC_N_S_P(long companyId,
                                       String name,
                                       int scope,
                                       String primKey,
                                       int start,
                                       int end)
                                       throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P

List<ResourcePermission> findByC_N_S_P(long companyId,
                                       String name,
                                       int scope,
                                       String primKey,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_First

ResourcePermission findByC_N_S_P_First(long companyId,
                                       String name,
                                       int scope,
                                       String primKey,
                                       OrderByComparator orderByComparator)
                                       throws NoSuchResourcePermissionException,
                                              SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_First

ResourcePermission fetchByC_N_S_P_First(long companyId,
                                        String name,
                                        int scope,
                                        String primKey,
                                        OrderByComparator orderByComparator)
                                        throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_Last

ResourcePermission findByC_N_S_P_Last(long companyId,
                                      String name,
                                      int scope,
                                      String primKey,
                                      OrderByComparator orderByComparator)
                                      throws NoSuchResourcePermissionException,
                                             SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_Last

ResourcePermission fetchByC_N_S_P_Last(long companyId,
                                       String name,
                                       int scope,
                                       String primKey,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_PrevAndNext

ResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId,
                                               long companyId,
                                               String name,
                                               int scope,
                                               String primKey,
                                               OrderByComparator orderByComparator)
                                               throws NoSuchResourcePermissionException,
                                                      SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_P_O

List<ResourcePermission> findByC_N_P_O(long companyId,
                                       String name,
                                       String primKey,
                                       long ownerId)
                                       throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_O

List<ResourcePermission> findByC_N_P_O(long companyId,
                                       String name,
                                       String primKey,
                                       long ownerId,
                                       int start,
                                       int end)
                                       throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_O

List<ResourcePermission> findByC_N_P_O(long companyId,
                                       String name,
                                       String primKey,
                                       long ownerId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_O_First

ResourcePermission findByC_N_P_O_First(long companyId,
                                       String name,
                                       String primKey,
                                       long ownerId,
                                       OrderByComparator orderByComparator)
                                       throws NoSuchResourcePermissionException,
                                              SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_P_O_First

ResourcePermission fetchByC_N_P_O_First(long companyId,
                                        String name,
                                        String primKey,
                                        long ownerId,
                                        OrderByComparator orderByComparator)
                                        throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_P_O_Last

ResourcePermission findByC_N_P_O_Last(long companyId,
                                      String name,
                                      String primKey,
                                      long ownerId,
                                      OrderByComparator orderByComparator)
                                      throws NoSuchResourcePermissionException,
                                             SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_P_O_Last

ResourcePermission fetchByC_N_P_O_Last(long companyId,
                                       String name,
                                       String primKey,
                                       long ownerId,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_P_O_PrevAndNext

ResourcePermission[] findByC_N_P_O_PrevAndNext(long resourcePermissionId,
                                               long companyId,
                                               String name,
                                               String primKey,
                                               long ownerId,
                                               OrderByComparator orderByComparator)
                                               throws NoSuchResourcePermissionException,
                                                      SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_S_P_R

List<ResourcePermission> findByC_N_S_P_R(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long roleId)
                                         throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R

List<ResourcePermission> findByC_N_S_P_R(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long roleId,
                                         int start,
                                         int end)
                                         throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R

List<ResourcePermission> findByC_N_S_P_R(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long roleId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_First

ResourcePermission findByC_N_S_P_R_First(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long roleId,
                                         OrderByComparator orderByComparator)
                                         throws NoSuchResourcePermissionException,
                                                SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_R_First

ResourcePermission fetchByC_N_S_P_R_First(long companyId,
                                          String name,
                                          int scope,
                                          String primKey,
                                          long roleId,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_Last

ResourcePermission findByC_N_S_P_R_Last(long companyId,
                                        String name,
                                        int scope,
                                        String primKey,
                                        long roleId,
                                        OrderByComparator orderByComparator)
                                        throws NoSuchResourcePermissionException,
                                               SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_R_Last

ResourcePermission fetchByC_N_S_P_R_Last(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long roleId,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_PrevAndNext

ResourcePermission[] findByC_N_S_P_R_PrevAndNext(long resourcePermissionId,
                                                 long companyId,
                                                 String name,
                                                 int scope,
                                                 String primKey,
                                                 long roleId,
                                                 OrderByComparator orderByComparator)
                                                 throws NoSuchResourcePermissionException,
                                                        SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_S_P_R

List<ResourcePermission> findByC_N_S_P_R(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long[] roleIds)
                                         throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R

List<ResourcePermission> findByC_N_S_P_R(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long[] roleIds,
                                         int start,
                                         int end)
                                         throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R

List<ResourcePermission> findByC_N_S_P_R(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long[] roleIds,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_R_A

List<ResourcePermission> findByC_N_P_R_A(long companyId,
                                         String name,
                                         String primKey,
                                         long roleId,
                                         long actionIds)
                                         throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_R_A

List<ResourcePermission> findByC_N_P_R_A(long companyId,
                                         String name,
                                         String primKey,
                                         long roleId,
                                         long actionIds,
                                         int start,
                                         int end)
                                         throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_R_A

List<ResourcePermission> findByC_N_P_R_A(long companyId,
                                         String name,
                                         String primKey,
                                         long roleId,
                                         long actionIds,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_P_R_A_First

ResourcePermission findByC_N_P_R_A_First(long companyId,
                                         String name,
                                         String primKey,
                                         long roleId,
                                         long actionIds,
                                         OrderByComparator orderByComparator)
                                         throws NoSuchResourcePermissionException,
                                                SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_P_R_A_First

ResourcePermission fetchByC_N_P_R_A_First(long companyId,
                                          String name,
                                          String primKey,
                                          long roleId,
                                          long actionIds,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_P_R_A_Last

ResourcePermission findByC_N_P_R_A_Last(long companyId,
                                        String name,
                                        String primKey,
                                        long roleId,
                                        long actionIds,
                                        OrderByComparator orderByComparator)
                                        throws NoSuchResourcePermissionException,
                                               SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_P_R_A_Last

ResourcePermission fetchByC_N_P_R_A_Last(long companyId,
                                         String name,
                                         String primKey,
                                         long roleId,
                                         long actionIds,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_P_R_A_PrevAndNext

ResourcePermission[] findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
                                                 long companyId,
                                                 String name,
                                                 String primKey,
                                                 long roleId,
                                                 long actionIds,
                                                 OrderByComparator orderByComparator)
                                                 throws NoSuchResourcePermissionException,
                                                        SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_S_P_R_A

List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long roleId,
                                           long actionIds)
                                           throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A

List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long roleId,
                                           long actionIds,
                                           int start,
                                           int end)
                                           throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A

List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long roleId,
                                           long actionIds,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A_First

ResourcePermission findByC_N_S_P_R_A_First(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long roleId,
                                           long actionIds,
                                           OrderByComparator orderByComparator)
                                           throws NoSuchResourcePermissionException,
                                                  SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_R_A_First

ResourcePermission fetchByC_N_S_P_R_A_First(long companyId,
                                            String name,
                                            int scope,
                                            String primKey,
                                            long roleId,
                                            long actionIds,
                                            OrderByComparator orderByComparator)
                                            throws SystemException
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A_Last

ResourcePermission findByC_N_S_P_R_A_Last(long companyId,
                                          String name,
                                          int scope,
                                          String primKey,
                                          long roleId,
                                          long actionIds,
                                          OrderByComparator orderByComparator)
                                          throws NoSuchResourcePermissionException,
                                                 SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_R_A_Last

ResourcePermission fetchByC_N_S_P_R_A_Last(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long roleId,
                                           long actionIds,
                                           OrderByComparator orderByComparator)
                                           throws SystemException
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A_PrevAndNext

ResourcePermission[] findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId,
                                                   long companyId,
                                                   String name,
                                                   int scope,
                                                   String primKey,
                                                   long roleId,
                                                   long actionIds,
                                                   OrderByComparator orderByComparator)
                                                   throws NoSuchResourcePermissionException,
                                                          SystemException
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
resourcePermissionId - the primary key of the current resource permission
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next resource permission
Throws:
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred

findByC_N_S_P_R_A

List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long[] roleIds,
                                           long actionIds)
                                           throws SystemException
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
actionIds - the action IDs
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A

List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long[] roleIds,
                                           long actionIds,
                                           int start,
                                           int end)
                                           throws SystemException
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
actionIds - the action IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_A

List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
                                           String name,
                                           int scope,
                                           String primKey,
                                           long[] roleIds,
                                           long actionIds,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
actionIds - the action IDs
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByC_N_S_P_R_O_A

ResourcePermission findByC_N_S_P_R_O_A(long companyId,
                                       String name,
                                       int scope,
                                       String primKey,
                                       long roleId,
                                       long ownerId,
                                       long actionIds)
                                       throws NoSuchResourcePermissionException,
                                              SystemException
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
ownerId - the owner ID
actionIds - the action IDs
Returns:
the matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

fetchByC_N_S_P_R_O_A

ResourcePermission fetchByC_N_S_P_R_O_A(long companyId,
                                        String name,
                                        int scope,
                                        String primKey,
                                        long roleId,
                                        long ownerId,
                                        long actionIds)
                                        throws SystemException
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
ownerId - the owner ID
actionIds - the action IDs
Returns:
the matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_N_S_P_R_O_A

ResourcePermission fetchByC_N_S_P_R_O_A(long companyId,
                                        String name,
                                        int scope,
                                        String primKey,
                                        long roleId,
                                        long ownerId,
                                        long actionIds,
                                        boolean retrieveFromCache)
                                        throws SystemException
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
ownerId - the owner ID
actionIds - the action IDs
retrieveFromCache - whether to use the finder cache
Returns:
the matching resource permission, or null if a matching resource permission could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<ResourcePermission> findAll()
                                 throws SystemException
Returns all the resource permissions.

Returns:
the resource permissions
Throws:
SystemException - if a system exception occurred

findAll

List<ResourcePermission> findAll(int start,
                                 int end)
                                 throws SystemException
Returns a range of all the resource permissions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
Returns:
the range of resource permissions
Throws:
SystemException - if a system exception occurred

findAll

List<ResourcePermission> findAll(int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the resource permissions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of resource permissions
end - the upper bound of the range of resource permissions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of resource permissions
Throws:
SystemException - if a system exception occurred

removeByScope

void removeByScope(int scope)
                   throws SystemException
Removes all the resource permissions where scope = ? from the database.

Parameters:
scope - the scope
Throws:
SystemException - if a system exception occurred

removeByRoleId

void removeByRoleId(long roleId)
                    throws SystemException
Removes all the resource permissions where roleId = ? from the database.

Parameters:
roleId - the role ID
Throws:
SystemException - if a system exception occurred

removeByC_P

void removeByC_P(long companyId,
                 String primKey)
                 throws SystemException
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.

Parameters:
companyId - the company ID
primKey - the prim key
Throws:
SystemException - if a system exception occurred

removeByC_N_S

void removeByC_N_S(long companyId,
                   String name,
                   int scope)
                   throws SystemException
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.

Parameters:
companyId - the company ID
name - the name
scope - the scope
Throws:
SystemException - if a system exception occurred

removeByC_P_R

void removeByC_P_R(long companyId,
                   String primKey,
                   long roleId)
                   throws SystemException
Removes all the resource permissions where companyId = ? and primKey = ? and roleId = ? from the database.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
Throws:
SystemException - if a system exception occurred

removeByC_N_S_P

void removeByC_N_S_P(long companyId,
                     String name,
                     int scope,
                     String primKey)
                     throws SystemException
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
Throws:
SystemException - if a system exception occurred

removeByC_N_P_O

void removeByC_N_P_O(long companyId,
                     String name,
                     String primKey,
                     long ownerId)
                     throws SystemException
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ? from the database.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
Throws:
SystemException - if a system exception occurred

removeByC_N_S_P_R

void removeByC_N_S_P_R(long companyId,
                       String name,
                       int scope,
                       String primKey,
                       long roleId)
                       throws SystemException
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
Throws:
SystemException - if a system exception occurred

removeByC_N_P_R_A

void removeByC_N_P_R_A(long companyId,
                       String name,
                       String primKey,
                       long roleId,
                       long actionIds)
                       throws SystemException
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ? from the database.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
Throws:
SystemException - if a system exception occurred

removeByC_N_S_P_R_A

void removeByC_N_S_P_R_A(long companyId,
                         String name,
                         int scope,
                         String primKey,
                         long roleId,
                         long actionIds)
                         throws SystemException
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ? from the database.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
Throws:
SystemException - if a system exception occurred

removeByC_N_S_P_R_O_A

ResourcePermission removeByC_N_S_P_R_O_A(long companyId,
                                         String name,
                                         int scope,
                                         String primKey,
                                         long roleId,
                                         long ownerId,
                                         long actionIds)
                                         throws NoSuchResourcePermissionException,
                                                SystemException
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
ownerId - the owner ID
actionIds - the action IDs
Returns:
the resource permission that was removed
Throws:
SystemException - if a system exception occurred
NoSuchResourcePermissionException

removeAll

void removeAll()
               throws SystemException
Removes all the resource permissions from the database.

Throws:
SystemException - if a system exception occurred

countByScope

int countByScope(int scope)
                 throws SystemException
Returns the number of resource permissions where scope = ?.

Parameters:
scope - the scope
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByScope

int countByScope(int[] scopes)
                 throws SystemException
Returns the number of resource permissions where scope = any ?.

Parameters:
scopes - the scopes
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByRoleId

int countByRoleId(long roleId)
                  throws SystemException
Returns the number of resource permissions where roleId = ?.

Parameters:
roleId - the role ID
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_P

int countByC_P(long companyId,
               String primKey)
               throws SystemException
Returns the number of resource permissions where companyId = ? and primKey LIKE ?.

Parameters:
companyId - the company ID
primKey - the prim key
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S

int countByC_N_S(long companyId,
                 String name,
                 int scope)
                 throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_P_R

int countByC_P_R(long companyId,
                 String primKey,
                 long roleId)
                 throws SystemException
Returns the number of resource permissions where companyId = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
primKey - the prim key
roleId - the role ID
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S_P

int countByC_N_S_P(long companyId,
                   String name,
                   int scope,
                   String primKey)
                   throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_P_O

int countByC_N_P_O(long companyId,
                   String name,
                   String primKey,
                   long ownerId)
                   throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
ownerId - the owner ID
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S_P_R

int countByC_N_S_P_R(long companyId,
                     String name,
                     int scope,
                     String primKey,
                     long roleId)
                     throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S_P_R

int countByC_N_S_P_R(long companyId,
                     String name,
                     int scope,
                     String primKey,
                     long[] roleIds)
                     throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_P_R_A

int countByC_N_P_R_A(long companyId,
                     String name,
                     String primKey,
                     long roleId,
                     long actionIds)
                     throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S_P_R_A

int countByC_N_S_P_R_A(long companyId,
                       String name,
                       int scope,
                       String primKey,
                       long roleId,
                       long actionIds)
                       throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
actionIds - the action IDs
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S_P_R_A

int countByC_N_S_P_R_A(long companyId,
                       String name,
                       int scope,
                       String primKey,
                       long[] roleIds,
                       long actionIds)
                       throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleIds - the role IDs
actionIds - the action IDs
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByC_N_S_P_R_O_A

int countByC_N_S_P_R_O_A(long companyId,
                         String name,
                         int scope,
                         String primKey,
                         long roleId,
                         long ownerId,
                         long actionIds)
                         throws SystemException
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?.

Parameters:
companyId - the company ID
name - the name
scope - the scope
primKey - the prim key
roleId - the role ID
ownerId - the owner ID
actionIds - the action IDs
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of resource permissions.

Returns:
the number of resource permissions
Throws:
SystemException - if a system exception occurred

Liferay 6.1.2-ce-ga3