|
Liferay 6.0-ee | |||||||||
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.
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
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()
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 |
---|
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
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<ResourcePermission> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static ResourcePermission remove(ResourcePermission resourcePermission) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static ResourcePermission update(ResourcePermission resourcePermission, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static ResourcePermission update(ResourcePermission resourcePermission, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(ResourcePermission resourcePermission)
resourcePermission
- the resource permission to cachepublic static void cacheResult(List<ResourcePermission> resourcePermissions)
resourcePermissions
- the resource permissions to cachepublic 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 to remove
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic 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 to find
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission fetchByPrimaryKey(long resourcePermissionId) throws SystemException
null
if it could not be found.
resourcePermissionId
- the primary key of the resource permission to find
null
if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findByRoleId(long roleId) throws SystemException
roleId
- the role id to search with
SystemException
- if a system exception occurredpublic 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 id to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)
SystemException
- if a system exception occurredpublic 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 id to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findByR_S(long roleId, int scope) throws SystemException
roleId
- the role id to search withscope
- the scope to search with
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findByR_S(long roleId, 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.
roleId
- the role id to search withscope
- the scope to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findByR_S(long roleId, 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.
roleId
- the role id to search withscope
- the scope to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static ResourcePermission findByR_S_First(long roleId, 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.
roleId
- the role id to search withscope
- the scope to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission findByR_S_Last(long roleId, 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.
roleId
- the role id to search withscope
- the scope to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission[] findByR_S_PrevAndNext(long resourcePermissionId, long roleId, 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 permissionroleId
- the role id to search withscope
- the scope to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findByC_N_S(long companyId, String name, int scope) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search with
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search with
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withstart
- the lower bound of the range of resource permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic 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 id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withorderByComparator
- the comparator to order the set by
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws NoSuchResourcePermissionException, SystemException
NoSuchResourcePermissionException
if it could not be found.
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withroleId
- the role id to search with
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws SystemException
null
if it could not be found. Uses the finder cache.
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withroleId
- the role id to search with
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withroleId
- the role id to search with
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredpublic static List<ResourcePermission> findAll() throws SystemException
SystemException
- if a system exception occurredpublic 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 permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)
SystemException
- if a system exception occurredpublic 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 permissions to returnend
- the upper bound of the range of resource permissions to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByRoleId(long roleId) throws SystemException
roleId
- the role id to search with
SystemException
- if a system exception occurredpublic static void removeByR_S(long roleId, int scope) throws SystemException
roleId
- the role id to search withscope
- the scope to search with
SystemException
- if a system exception occurredpublic static void removeByC_N_S(long companyId, String name, int scope) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search with
SystemException
- if a system exception occurredpublic static void removeByC_N_S_P(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search with
SystemException
- if a system exception occurredpublic static void removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws NoSuchResourcePermissionException, SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withroleId
- the role id to search with
SystemException
- if a system exception occurred
NoSuchResourcePermissionException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByRoleId(long roleId) throws SystemException
roleId
- the role id to search with
SystemException
- if a system exception occurredpublic static int countByR_S(long roleId, int scope) throws SystemException
roleId
- the role id to search withscope
- the scope to search with
SystemException
- if a system exception occurredpublic static int countByC_N_S(long companyId, String name, int scope) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search with
SystemException
- if a system exception occurredpublic static int countByC_N_S_P(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search with
SystemException
- if a system exception occurredpublic static int countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws SystemException
companyId
- the company id to search withname
- the name to search withscope
- the scope to search withprimKey
- the prim key to search withroleId
- the role id to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static ResourcePermissionPersistence getPersistence()
public void setPersistence(ResourcePermissionPersistence persistence)
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |