|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourcePermissionPersistence
The persistence interface for the resource permission service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
ResourcePermissionPersistenceImpl,
ResourcePermissionUtil| Method Summary | |
|---|---|
void |
cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled. |
void |
cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled. |
int |
countAll()
Counts all the resource permissions. |
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 = ?. |
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 = ?. |
int |
countByC_N_S(long companyId,
String name,
int scope)
Counts all the resource permissions where companyId = ? and name = ? and scope = ?. |
int |
countByR_S(long roleId,
int scope)
Counts all the resource permissions where roleId = ? and scope = ?. |
int |
countByRoleId(long roleId)
Counts all the resource permissions where roleId = ?. |
ResourcePermission |
create(long resourcePermissionId)
Creates a new resource permission with the primary key. |
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. |
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. |
ResourcePermission |
fetchByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or returns null if it could not be found. |
List<ResourcePermission> |
findAll()
Finds all the resource permissions. |
List<ResourcePermission> |
findAll(int start,
int end)
Finds a range of all the resource permissions. |
List<ResourcePermission> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
List<ResourcePermission> |
findByC_N_S(long companyId,
String name,
int scope)
Finds all the resource permissions where companyId = ? and name = ? and scope = ?. |
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 = ?. |
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 = ?. |
ResourcePermission |
findByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
findByR_S_First(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission |
findByR_S_Last(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ? and scope = ?. |
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 = ?. |
List<ResourcePermission> |
findByR_S(long roleId,
int scope)
Finds all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
findByR_S(long roleId,
int scope,
int start,
int end)
Finds a range of all the resource permissions where roleId = ? and scope = ?. |
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 = ?. |
ResourcePermission |
findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ?. |
ResourcePermission |
findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ?. |
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 = ?. |
List<ResourcePermission> |
findByRoleId(long roleId)
Finds all the resource permissions where roleId = ?. |
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end)
Finds a range of all the resource permissions where roleId = ?. |
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where roleId = ?. |
ResourcePermission |
remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database. |
void |
removeAll()
Removes all the resource permissions from the database. |
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. |
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. |
void |
removeByC_N_S(long companyId,
String name,
int scope)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database. |
void |
removeByR_S(long roleId,
int scope)
Removes all the resource permissions where roleId = ? and scope = ? from the database. |
void |
removeByRoleId(long roleId)
Removes all the resource permissions where roleId = ? from the database. |
ResourcePermission |
updateImpl(ResourcePermission resourcePermission,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(ResourcePermission resourcePermission)
resourcePermission - the resource permission to cachevoid cacheResult(List<ResourcePermission> resourcePermissions)
resourcePermissions - the resource permissions to cacheResourcePermission create(long resourcePermissionId)
resourcePermissionId - the primary key for the new resource permission
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 occurred
ResourcePermission updateImpl(ResourcePermission resourcePermission,
boolean merge)
throws SystemException
SystemException
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 occurred
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 occurred
List<ResourcePermission> findByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
List<ResourcePermission> findAll()
throws SystemException
SystemException - if a system exception occurred
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 occurred
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 occurred
void removeByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
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 occurred
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 occurred
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 occurred
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
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByRoleId(long roleId)
throws SystemException
roleId - the role id to search with
SystemException - if a system exception occurred
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 occurred
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 occurred
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 occurred
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 occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||