Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class ResourcePermissionUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.ResourcePermissionUtil

public class ResourcePermissionUtil
extends Object

The persistence utility for the resource permission service. This utility wraps ResourcePermissionPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

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

Constructor Summary
ResourcePermissionUtil()
           
 
Method Summary
static void cacheResult(List<ResourcePermission> resourcePermissions)
          Caches the resource permissions in the entity cache if it is enabled.
static void cacheResult(ResourcePermission resourcePermission)
          Caches the resource permission in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(ResourcePermission resourcePermission)
           
static int countAll()
          Returns the number of resource permissions.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 ?.
static 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 = ?.
static int countByC_N_S(long companyId, String name, int scope)
          Returns the number of resource permissions where companyId = ? and name = ? and scope = ?.
static int countByC_P_R(long companyId, String primKey, long roleId)
          Returns the number of resource permissions where companyId = ? and primKey = ? and roleId = ?.
static int countByC_P(long companyId, String primKey)
          Returns the number of resource permissions where companyId = ? and primKey LIKE ?.
static int countByRoleId(long roleId)
          Returns the number of resource permissions where roleId = ?.
static int countByScope(int scope)
          Returns the number of resource permissions where scope = ?.
static int countByScope(int[] scopes)
          Returns the number of resource permissions where scope = any ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static ResourcePermission create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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.
static 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.
static ResourcePermission fetchByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission fetchByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static 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 = ?.
static 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 = ?.
static ResourcePermission fetchByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or returns null if it could not be found.
static ResourcePermission fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourcePermission fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static List<ResourcePermission> findAll()
          Returns all the resource permissions.
static List<ResourcePermission> findAll(int start, int end)
          Returns a range of all the resource permissions.
static List<ResourcePermission> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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.
static 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 = ?.
static 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 = ?.
static 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 ?.
static 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 ?.
static 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 ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<ResourcePermission> findByC_N_S(long companyId, String name, int scope)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
static 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 = ?.
static 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 = ?.
static ResourcePermission findByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission findByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static 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 ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
static 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 = ?.
static 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 = ?.
static List<ResourcePermission> findByC_P(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
static 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 ?.
static 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 ?.
static ResourcePermission findByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
static ResourcePermission findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourcePermission findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static 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 = ?.
static List<ResourcePermission> findByRoleId(long roleId)
          Returns all the resource permissions where roleId = ?.
static List<ResourcePermission> findByRoleId(long roleId, int start, int end)
          Returns a range of all the resource permissions where roleId = ?.
static List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
static ResourcePermission findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static 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 = ?.
static List<ResourcePermission> findByScope(int scope)
          Returns all the resource permissions where scope = ?.
static List<ResourcePermission> findByScope(int[] scopes)
          Returns all the resource permissions where scope = any ?.
static List<ResourcePermission> findByScope(int[] scopes, int start, int end)
          Returns a range of all the resource permissions where scope = any ?.
static List<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
static List<ResourcePermission> findByScope(int scope, int start, int end)
          Returns a range of all the resource permissions where scope = ?.
static List<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static ResourcePermissionPersistence getPersistence()
           
static ResourcePermission remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
static void removeAll()
          Removes all the resource permissions from the database.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static void removeByC_N_S(long companyId, String name, int scope)
          Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database.
static void removeByC_P_R(long companyId, String primKey, long roleId)
          Removes all the resource permissions where companyId = ? and primKey = ? and roleId = ? from the database.
static void removeByC_P(long companyId, String primKey)
          Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.
static void removeByRoleId(long roleId)
          Removes all the resource permissions where roleId = ? from the database.
static void removeByScope(int scope)
          Removes all the resource permissions where scope = ? from the database.
 void setPersistence(ResourcePermissionPersistence persistence)
          Deprecated.  
static ResourcePermission update(ResourcePermission resourcePermission, boolean merge)
           
static ResourcePermission update(ResourcePermission resourcePermission, boolean merge, ServiceContext serviceContext)
           
static ResourcePermission updateImpl(ResourcePermission resourcePermission, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePermissionUtil

public ResourcePermissionUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(ResourcePermission resourcePermission)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end,
                                                            OrderByComparator orderByComparator)
                                                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static ResourcePermission update(ResourcePermission resourcePermission,
                                        boolean merge)
                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static ResourcePermission update(ResourcePermission resourcePermission,
                                        boolean merge,
                                        ServiceContext serviceContext)
                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

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

Parameters:
resourcePermission - the resource permission

cacheResult

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

Parameters:
resourcePermissions - the resource permissions

create

public static 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

public static 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

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

findByPrimaryKey

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

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

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

findAll

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

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

Throws:
SystemException - if a system exception occurred

countByScope

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

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

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

getPersistence

public static ResourcePermissionPersistence getPersistence()

setPersistence

public void setPersistence(ResourcePermissionPersistence persistence)
Deprecated. 


Liferay 6.1.2-ce-ga3