|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.ResourcePermissionUtil
public class ResourcePermissionUtil
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
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_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static int |
countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static int |
countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static int |
countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static int |
countByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?. |
static int |
countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static int |
countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static int |
countByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static int |
countByC_N_S(long companyId,
String name,
int scope)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?. |
static int |
countByRoleId(long roleId)
Returns the number of resource permissions where roleId = ?. |
static int |
countByScope(int scope)
Returns the number of resource permissions where scope = ?. |
static int |
countByScope(int[] scopes)
Returns the number of resource permissions where scope = any ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ResourcePermission |
create(long resourcePermissionId)
Creates a new resource permission with the primary key. |
static ResourcePermission |
fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. |
static ResourcePermission |
fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourcePermission |
fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns null if it could not be found. |
static List<ResourcePermission> |
findAll()
Returns all the resource permissions. |
static List<ResourcePermission> |
findAll(int start,
int end)
Returns a range of all the resource permissions. |
static List<ResourcePermission> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions. |
static ResourcePermission |
findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission[] |
findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission[] |
findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission[] |
findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
findByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
findByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission[] |
findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
findByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
findByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission[] |
findByC_N_S_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission[] |
findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
findByC_N_S(long companyId,
String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
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 ResourcePermission |
remove(ResourcePermission resourcePermission)
|
static void |
removeAll()
Removes all the resource permissions from the database. |
static void |
removeByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ? from the database. |
static void |
removeByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
static void |
removeByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
static void |
removeByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database. |
static void |
removeByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database. |
static void |
removeByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database. |
static void |
removeByC_N_S(long companyId,
String name,
int scope)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database. |
static void |
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)
|
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 |
|---|
public ResourcePermissionUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(ResourcePermission resourcePermission)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ResourcePermission remove(ResourcePermission resourcePermission)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static ResourcePermission update(ResourcePermission resourcePermission,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static ResourcePermission update(ResourcePermission resourcePermission,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(ResourcePermission resourcePermission)
resourcePermission - the resource permissionpublic static void cacheResult(List<ResourcePermission> resourcePermissions)
resourcePermissions - the resource permissionspublic static ResourcePermission create(long resourcePermissionId)
resourcePermissionId - the primary key for the new resource permission
public static ResourcePermission remove(long resourcePermissionId)
throws NoSuchResourcePermissionException,
SystemException
resourcePermissionId - the primary key of the resource permission
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static ResourcePermission updateImpl(ResourcePermission resourcePermission,
boolean merge)
throws SystemException
SystemException
public static ResourcePermission findByPrimaryKey(long resourcePermissionId)
throws NoSuchResourcePermissionException,
SystemException
NoSuchResourcePermissionException if it could not be found.
resourcePermissionId - the primary key of the resource permission
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static ResourcePermission fetchByPrimaryKey(long resourcePermissionId)
throws SystemException
null if it could not be found.
resourcePermissionId - the primary key of the resource permission
null if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByScope(int scope)
throws SystemException
scope - the scope
SystemException - if a system exception occurred
public static List<ResourcePermission> findByScope(int scope,
int start,
int end)
throws SystemException
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.
scope - the scopestart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByScope(int scope,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
scope - the scopestart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByScope_First(int scope,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
scope - the scopeorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByScope_Last(int scope,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
scope - the scopeorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissionscope - the scopeorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByScope(int[] scopes)
throws SystemException
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.
scopes - the scopes
SystemException - if a system exception occurred
public static List<ResourcePermission> findByScope(int[] scopes,
int start,
int end)
throws SystemException
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.
scopes - the scopesstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByScope(int[] scopes,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
scopes - the scopesstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByRoleId(long roleId)
throws SystemException
roleId - the role ID
SystemException - if a system exception occurred
public static List<ResourcePermission> findByRoleId(long roleId,
int start,
int end)
throws SystemException
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.
roleId - the role IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
roleId - the role IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
roleId - the role IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
roleId - the role IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissionroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S(long companyId,
String name,
int scope)
throws SystemException
companyId - the company IDname - the namescope - the scope
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopestart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopestart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the namescope - the scopeorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim key
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keystart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keystart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
throws SystemException
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner ID
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the nameprimKey - the prim keyownerId - the owner IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role ID
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByC_N_S_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDs
SystemException - if a system exception occurred
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
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
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
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDs
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDsorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDsorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDsorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDs
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDsorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDsorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission[] findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
throws NoSuchResourcePermissionException,
SystemException
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.
resourcePermissionId - the primary key of the current resource permissioncompanyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDsorderByComparator - the comparator to order the set by (optionally null)
NoSuchResourcePermissionException - if a resource permission with the primary key could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDsactionIds - the action IDs
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDsactionIds - the action IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDsactionIds - the action IDsstart - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static ResourcePermission findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
throws NoSuchResourcePermissionException,
SystemException
NoSuchResourcePermissionException if it could not be found.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDownerId - the owner IDactionIds - the action IDs
NoSuchResourcePermissionException - if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDownerId - the owner IDactionIds - the action IDs
null if a matching resource permission could not be found
SystemException - if a system exception occurred
public static ResourcePermission fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDownerId - the owner IDactionIds - the action IDsretrieveFromCache - whether to use the finder cache
null if a matching resource permission could not be found
SystemException - if a system exception occurred
public static List<ResourcePermission> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<ResourcePermission> findAll(int start,
int end)
throws SystemException
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.
start - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)
SystemException - if a system exception occurred
public static List<ResourcePermission> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
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.
start - the lower bound of the range of resource permissionsend - the upper bound of the range of resource permissions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static void removeByScope(int scope)
throws SystemException
scope - the scope
SystemException - if a system exception occurred
public static void removeByRoleId(long roleId)
throws SystemException
roleId - the role ID
SystemException - if a system exception occurred
public static void removeByC_N_S(long companyId,
String name,
int scope)
throws SystemException
companyId - the company IDname - the namescope - the scope
SystemException - if a system exception occurred
public static void removeByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim key
SystemException - if a system exception occurred
public static void removeByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
throws SystemException
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner ID
SystemException - if a system exception occurred
public static void removeByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role ID
SystemException - if a system exception occurred
public static void removeByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDs
SystemException - if a system exception occurred
public static void removeByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDs
SystemException - if a system exception occurred
public static void removeByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
throws NoSuchResourcePermissionException,
SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDownerId - the owner IDactionIds - the action IDs
SystemException - if a system exception occurred
NoSuchResourcePermissionException
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByScope(int scope)
throws SystemException
scope - the scope
SystemException - if a system exception occurred
public static int countByScope(int[] scopes)
throws SystemException
scopes - the scopes
SystemException - if a system exception occurred
public static int countByRoleId(long roleId)
throws SystemException
roleId - the role ID
SystemException - if a system exception occurred
public static int countByC_N_S(long companyId,
String name,
int scope)
throws SystemException
companyId - the company IDname - the namescope - the scope
SystemException - if a system exception occurred
public static int countByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim key
SystemException - if a system exception occurred
public static int countByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
throws SystemException
companyId - the company IDname - the nameprimKey - the prim keyownerId - the owner ID
SystemException - if a system exception occurred
public static int countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role ID
SystemException - if a system exception occurred
public static int countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDs
SystemException - if a system exception occurred
public static int countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company IDname - the nameprimKey - the prim keyroleId - the role IDactionIds - the action IDs
SystemException - if a system exception occurred
public static int countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDactionIds - the action IDs
SystemException - if a system exception occurred
public static int countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleIds - the role IDsactionIds - the action IDs
SystemException - if a system exception occurred
public static int countByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
throws SystemException
companyId - the company IDname - the namescope - the scopeprimKey - the prim keyroleId - the role IDownerId - the owner IDactionIds - the action IDs
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static ResourcePermissionPersistence getPersistence()
public void setPersistence(ResourcePermissionPersistence persistence)
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||