Liferay 6.0-ee

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.

Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regenerate this 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()
          Counts all the resource permissions.
static int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Counts all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static int countByC_N_S_P(long companyId, String name, int scope, String primKey)
          Counts all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static int countByC_N_S(long companyId, String name, int scope)
          Counts all the resource permissions where companyId = ? and name = ? and scope = ?.
static int countByR_S(long roleId, int scope)
          Counts all the resource permissions where roleId = ? and scope = ?.
static int countByRoleId(long roleId)
          Counts all the resource permissions where roleId = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static ResourcePermission create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
static ResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Finds 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)
          Finds 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)
          Finds the resource permission with the primary key or returns null if it could not be found.
static List<ResourcePermission> findAll()
          Finds all the resource permissions.
static List<ResourcePermission> findAll(int start, int end)
          Finds a range of all the resource permissions.
static List<ResourcePermission> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource permissions.
static ResourcePermission findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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(long companyId, String name, int scope, String primKey)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
static ResourcePermission findByPrimaryKey(long resourcePermissionId)
          Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
static ResourcePermission findByR_S_First(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ? and scope = ?.
static ResourcePermission findByR_S_Last(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ? and scope = ?.
static ResourcePermission[] findByR_S_PrevAndNext(long resourcePermissionId, long roleId, int scope, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?.
static List<ResourcePermission> findByR_S(long roleId, int scope)
          Finds all the resource permissions where roleId = ? and scope = ?.
static List<ResourcePermission> findByR_S(long roleId, int scope, int start, int end)
          Finds a range of all the resource permissions where roleId = ? and scope = ?.
static List<ResourcePermission> findByR_S(long roleId, int scope, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource permissions where roleId = ? and scope = ?.
static ResourcePermission findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ?.
static ResourcePermission findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ?.
static ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static List<ResourcePermission> findByRoleId(long roleId)
          Finds all the resource permissions where roleId = ?.
static List<ResourcePermission> findByRoleId(long roleId, int start, int end)
          Finds a range of all the resource permissions where roleId = ?.
static List<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource permissions where roleId = ?.
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 ResourcePermission remove(ResourcePermission resourcePermission)
           
static void removeAll()
          Removes all the resource permissions from the database.
static void 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 removeByR_S(long roleId, int scope)
          Removes all the resource permissions where roleId = ? and scope = ? from the database.
static void removeByRoleId(long roleId)
          Removes all the resource permissions where roleId = ? from the database.
 void setPersistence(ResourcePermissionPersistence persistence)
           
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)

remove

public static ResourcePermission remove(ResourcePermission resourcePermission)
                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

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 to cache

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 to cache

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 to remove
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
Finds 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 to find
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
Finds 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 to find
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

findByRoleId

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

Parameters:
roleId - the role id to search with
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
Finds 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 to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (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
Finds 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 to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (not inclusive)
orderByComparator - the comparator to order the results by
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
Finds the first resource permission in the ordered set 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 to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

findByRoleId_Last

public static ResourcePermission findByRoleId_Last(long roleId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchResourcePermissionException,
                                                   SystemException
Finds the last resource permission in the ordered set 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 to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

findByRoleId_PrevAndNext

public static ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId,
                                                            long roleId,
                                                            OrderByComparator orderByComparator)
                                                     throws NoSuchResourcePermissionException,
                                                            SystemException
Finds the resource permissions before and after the current resource permission in the ordered set 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:
resourcePermissionId - the primary key of the current resource permission
roleId - the role id to search with
orderByComparator - the comparator to order the set by
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

findByR_S

public static List<ResourcePermission> findByR_S(long roleId,
                                                 int scope)
                                          throws SystemException
Finds all the resource permissions where roleId = ? and scope = ?.

Parameters:
roleId - the role id to search with
scope - the scope to search with
Returns:
the matching resource permissions
Throws:
SystemException - if a system exception occurred

findByR_S

public static List<ResourcePermission> findByR_S(long roleId,
                                                 int scope,
                                                 int start,
                                                 int end)
                                          throws SystemException
Finds a range of all the resource permissions where roleId = ? 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:
roleId - the role id to search with
scope - the scope to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (not inclusive)
Returns:
the range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByR_S

public static List<ResourcePermission> findByR_S(long roleId,
                                                 int scope,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Finds an ordered range of all the resource permissions where roleId = ? 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:
roleId - the role id to search with
scope - the scope to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching resource permissions
Throws:
SystemException - if a system exception occurred

findByR_S_First

public static ResourcePermission findByR_S_First(long roleId,
                                                 int scope,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchResourcePermissionException,
                                                 SystemException
Finds the first resource permission in the ordered set where roleId = ? 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:
roleId - the role id to search with
scope - the scope to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

findByR_S_Last

public static ResourcePermission findByR_S_Last(long roleId,
                                                int scope,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchResourcePermissionException,
                                                SystemException
Finds the last resource permission in the ordered set where roleId = ? 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:
roleId - the role id to search with
scope - the scope to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred

findByR_S_PrevAndNext

public static ResourcePermission[] findByR_S_PrevAndNext(long resourcePermissionId,
                                                         long roleId,
                                                         int scope,
                                                         OrderByComparator orderByComparator)
                                                  throws NoSuchResourcePermissionException,
                                                         SystemException
Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? 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:
resourcePermissionId - the primary key of the current resource permission
roleId - the role id to search with
scope - the scope to search with
orderByComparator - the comparator to order the set by
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
Finds all the resource permissions where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
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
Finds 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 to search with
name - the name to search with
scope - the scope to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (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
Finds 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 to search with
name - the name to search with
scope - the scope to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (not inclusive)
orderByComparator - the comparator to order the results by
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
Finds the first resource permission in the ordered set 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 to search with
name - the name to search with
scope - the scope to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
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
Finds the last resource permission in the ordered set 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 to search with
name - the name to search with
scope - the scope to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
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
Finds the resource permissions before and after the current resource permission in the ordered set 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:
resourcePermissionId - the primary key of the current resource permission
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
orderByComparator - the comparator to order the set by
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
Finds all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
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
Finds 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (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
Finds 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
start - the lower bound of the range of resource permissions to return
end - the upper bound of the range of resource permissions to return (not inclusive)
orderByComparator - the comparator to order the results by
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
Finds the first resource permission in the ordered set 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
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
Finds the last resource permission in the ordered set 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching resource permission
Throws:
NoSuchResourcePermissionException - if a matching resource permission could not be found
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
Finds the resource permissions before and after the current resource permission in the ordered set 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:
resourcePermissionId - the primary key of the current resource permission
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
orderByComparator - the comparator to order the set by
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 ResourcePermission findByC_N_S_P_R(long companyId,
                                                 String name,
                                                 int scope,
                                                 String primKey,
                                                 long roleId)
                                          throws NoSuchResourcePermissionException,
                                                 SystemException
Finds 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
roleId - the role id to search with
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
Finds 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
roleId - the role id to search with
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
Finds 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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
roleId - the role id to search with
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
Finds 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
Finds 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 to return
end - the upper bound of the range of resource permissions to return (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
Finds 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 to return
end - the upper bound of the range of resource permissions to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of resource permissions
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 to search with
Throws:
SystemException - if a system exception occurred

removeByR_S

public static void removeByR_S(long roleId,
                               int scope)
                        throws SystemException
Removes all the resource permissions where roleId = ? and scope = ? from the database.

Parameters:
roleId - the role id to search with
scope - the scope to search with
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 to search with
name - the name to search with
scope - the scope to search with
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 to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
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 NoSuchResourcePermissionException,
                                     SystemException
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.

Parameters:
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
roleId - the role id to search with
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

countByRoleId

public static int countByRoleId(long roleId)
                         throws SystemException
Counts all the resource permissions where roleId = ?.

Parameters:
roleId - the role id to search with
Returns:
the number of matching resource permissions
Throws:
SystemException - if a system exception occurred

countByR_S

public static int countByR_S(long roleId,
                             int scope)
                      throws SystemException
Counts all the resource permissions where roleId = ? and scope = ?.

Parameters:
roleId - the role id to search with
scope - the scope to search with
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
Counts all the resource permissions where companyId = ? and name = ? and scope = ?.

Parameters:
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
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
Counts all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.

Parameters:
companyId - the company id to search with
name - the name to search with
scope - the scope to search with
primKey - the prim key to search with
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
Counts all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.

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

countAll

public static int countAll()
                    throws SystemException
Counts all the 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)

Liferay 6.0-ee