Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class ResourcePermissionUtil

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

@ProviderType
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

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_LikeP(long companyId, String primKey)
          Returns the number of resource permissions where companyId = ? and primKey LIKE ?.
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 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 ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static ResourcePermission create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
static ResourcePermission fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
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(long companyId, String name, int scope, String primKey, long roleId)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found.
static ResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, boolean retrieveFromCache)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache.
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_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission[] findByC_LikeP_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 List<ResourcePermission> findByC_LikeP(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> findByC_LikeP(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_LikeP(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 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(long companyId, String name, int scope, String primKey, long roleId)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found.
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(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 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_LikeP(long companyId, String primKey)
          Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database.
static ResourcePermission removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Removes the resource permission 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 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. As of 6.2.0
static ResourcePermission update(ResourcePermission resourcePermission)
           
static ResourcePermission update(ResourcePermission resourcePermission, ServiceContext serviceContext)
           
static ResourcePermission updateImpl(ResourcePermission resourcePermission)
           
 
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 static 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)
                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

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

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

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

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

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

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

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

findByC_LikeP

public static List<ResourcePermission> findByC_LikeP(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_LikeP

public static List<ResourcePermission> findByC_LikeP(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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_LikeP

public static List<ResourcePermission> findByC_LikeP(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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_LikeP_First

public static ResourcePermission findByC_LikeP_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_LikeP_First

public static ResourcePermission fetchByC_LikeP_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_LikeP_Last

public static ResourcePermission findByC_LikeP_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_LikeP_Last

public static ResourcePermission fetchByC_LikeP_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_LikeP_PrevAndNext

public static ResourcePermission[] findByC_LikeP_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

removeByC_LikeP

public static void removeByC_LikeP(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

countByC_LikeP

public static int countByC_LikeP(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

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

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

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

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

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

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

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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_S_P_R

public static ResourcePermission findByC_N_S_P_R(long companyId,
                                                 String name,
                                                 int scope,
                                                 String primKey,
                                                 long roleId)
                                          throws NoSuchResourcePermissionException,
                                                 SystemException
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? 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
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

public static ResourcePermission fetchByC_N_S_P_R(long companyId,
                                                  String name,
                                                  int scope,
                                                  String primKey,
                                                  long roleId)
                                           throws SystemException
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? 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
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

public static ResourcePermission fetchByC_N_S_P_R(long companyId,
                                                  String name,
                                                  int scope,
                                                  String primKey,
                                                  long roleId,
                                                  boolean retrieveFromCache)
                                           throws SystemException
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? 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
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

removeByC_N_S_P_R

public static ResourcePermission removeByC_N_S_P_R(long companyId,
                                                   String name,
                                                   int scope,
                                                   String primKey,
                                                   long roleId)
                                            throws NoSuchResourcePermissionException,
                                                   SystemException
Removes the resource permission 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
Returns:
the resource permission that was removed
Throws:
SystemException - if a system exception occurred
NoSuchResourcePermissionException

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

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)
                                     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

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

removeAll

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

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. As of 6.2.0


Liferay 6.2-ce-ga5