|
Liferay 6.0-ee-sp2 | |||||||||
| 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.
Caching information and settings can be found in portal.properties
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_P_O(long companyId,
String name,
String primKey,
long ownerId)
Counts all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
int |
countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Counts all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
int |
countByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Counts all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?. |
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 |
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_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Finds 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. |
ResourcePermission |
fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Finds 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. |
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_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission[] |
findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Finds all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission[] |
findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Finds all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
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_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Finds 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. |
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 |
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. |
ResourcePermission |
remove(ResourcePermission resourcePermission)
Removes the model instance from the database. |
void |
removeAll()
Removes all the resource permissions from the database. |
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. |
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. |
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. |
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 |
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, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, 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> 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
List<ResourcePermission> findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
throws SystemException
companyId - the company ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner ID to search with
SystemException - if a system exception occurred
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 ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner 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> 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 ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner 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 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 ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner 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 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 ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner 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[] 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 ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner 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
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> findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs to search with
SystemException - if a system exception occurred
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 ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs 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_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 ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs 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_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 ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs 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_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 ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs 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_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 ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs 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_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 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 withownerId - the owner ID to search withactionIds - the action IDs 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_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 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 withownerId - the owner ID to search withactionIds - the action IDs 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_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 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 withownerId - the owner ID to search withactionIds - the action IDs 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 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_P_O(long companyId,
String name,
String primKey,
long ownerId)
throws SystemException
companyId - the company ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner ID 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 removeByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs to search with
SystemException - if a system exception occurred
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 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 withownerId - the owner ID to search withactionIds - the action IDs 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 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_P_O(long companyId,
String name,
String primKey,
long ownerId)
throws SystemException
companyId - the company ID to search withname - the name to search withprimKey - the prim key to search withownerId - the owner ID 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 countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
throws SystemException
companyId - the company ID to search withname - the name to search withprimKey - the prim key to search withroleId - the role ID to search withactionIds - the action IDs to search with
SystemException - if a system exception occurred
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 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 withownerId - the owner ID to search withactionIds - the action IDs to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
ResourcePermission remove(ResourcePermission resourcePermission)
throws SystemException
BasePersistence
remove in interface BasePersistence<ResourcePermission>resourcePermission - the model instance to remove
SystemException - if a system exception occurred
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||