|
Liferay 6.1.2-ce-ga3 | |||||||||
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()
Returns the number of resource permissions. |
int |
countByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
int |
countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
int |
countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
int |
countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
int |
countByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?. |
int |
countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
int |
countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
int |
countByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
int |
countByC_N_S(long companyId,
String name,
int scope)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?. |
int |
countByC_P_R(long companyId,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and primKey = ? and roleId = ?. |
int |
countByC_P(long companyId,
String primKey)
Returns the number of resource permissions where companyId = ? and primKey LIKE ?. |
int |
countByRoleId(long roleId)
Returns the number of resource permissions where roleId = ?. |
int |
countByScope(int scope)
Returns the number of resource permissions where scope = ?. |
int |
countByScope(int[] scopes)
Returns the number of resource permissions where scope = any ?. |
ResourcePermission |
create(long resourcePermissionId)
Creates a new resource permission with the primary key. |
ResourcePermission |
fetchByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
fetchByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
fetchByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
fetchByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
fetchByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
fetchByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
fetchByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
fetchByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. |
ResourcePermission |
fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache. |
ResourcePermission |
fetchByC_P_First(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
fetchByC_P_Last(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
fetchByC_P_R_First(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
fetchByC_P_R_Last(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns null if it could not be found. |
ResourcePermission |
fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
ResourcePermission |
fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
ResourcePermission |
fetchByScope_First(int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
ResourcePermission |
fetchByScope_Last(int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
List<ResourcePermission> |
findAll()
Returns all the resource permissions. |
List<ResourcePermission> |
findAll(int start,
int end)
Returns a range of all the resource permissions. |
List<ResourcePermission> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions. |
ResourcePermission |
findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission[] |
findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission[] |
findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission[] |
findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
findByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
findByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission[] |
findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
findByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
findByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission[] |
findByC_N_S_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission[] |
findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
findByC_N_S(long companyId,
String name,
int scope)
Returns 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)
Returns 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)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
findByC_P_First(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
findByC_P_Last(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission[] |
findByC_P_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
findByC_P_R_First(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
findByC_P_R_Last(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission[] |
findByC_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_P_R(long companyId,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_P_R(long companyId,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_P_R(long companyId,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
findByC_P(long companyId,
String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?. |
List<ResourcePermission> |
findByC_P(long companyId,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?. |
List<ResourcePermission> |
findByC_P(long companyId,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?. |
ResourcePermission |
findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
ResourcePermission |
findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
ResourcePermission[] |
findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
List<ResourcePermission> |
findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?. |
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?. |
List<ResourcePermission> |
findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?. |
ResourcePermission |
findByScope_First(int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
ResourcePermission |
findByScope_Last(int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
ResourcePermission[] |
findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?. |
List<ResourcePermission> |
findByScope(int scope)
Returns all the resource permissions where scope = ?. |
List<ResourcePermission> |
findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?. |
List<ResourcePermission> |
findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?. |
List<ResourcePermission> |
findByScope(int[] scopes,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?. |
List<ResourcePermission> |
findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?. |
List<ResourcePermission> |
findByScope(int scope,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?. |
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_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_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
ResourcePermission |
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 all the resource permissions 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 |
removeByC_P_R(long companyId,
String primKey,
long roleId)
Removes all the resource permissions where companyId = ? and primKey = ? and roleId = ? from the database. |
void |
removeByC_P(long companyId,
String primKey)
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database. |
void |
removeByRoleId(long roleId)
Removes all the resource permissions where roleId = ? from the database. |
void |
removeByScope(int scope)
Removes all the resource permissions where scope = ? from the database. |
ResourcePermission |
updateImpl(ResourcePermission resourcePermission,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(ResourcePermission resourcePermission)
resourcePermission
- the resource permissionvoid cacheResult(List<ResourcePermission> resourcePermissions)
resourcePermissions
- the resource permissionsResourcePermission 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
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredResourcePermission 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
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredResourcePermission fetchByPrimaryKey(long resourcePermissionId) throws SystemException
null
if it could not be found.
resourcePermissionId
- the primary key of the resource permission
null
if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByScope(int scope) throws SystemException
scope
- the scope
SystemException
- if a system exception occurredList<ResourcePermission> findByScope(int scope, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByScope(int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
scope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByScope_First(int scope, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByScope_First(int scope, OrderByComparator orderByComparator) throws SystemException
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByScope_Last(int scope, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByScope_Last(int scope, OrderByComparator orderByComparator) throws SystemException
scope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissionscope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByScope(int[] scopes) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
scopes
- the scopes
SystemException
- if a system exception occurredList<ResourcePermission> findByScope(int[] scopes, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
scopes
- the scopesstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<ResourcePermission> findByRoleId(long roleId) throws SystemException
roleId
- the role ID
SystemException
- if a system exception occurredList<ResourcePermission> findByRoleId(long roleId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
roleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByRoleId_First(long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByRoleId_First(long roleId, OrderByComparator orderByComparator) throws SystemException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByRoleId_Last(long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator) throws SystemException
roleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissionroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_P(long companyId, String primKey) throws SystemException
companyId
- the company IDprimKey
- the prim key
SystemException
- if a system exception occurredList<ResourcePermission> findByC_P(long companyId, 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 IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_P(long companyId, 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 IDprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_P_Last(long companyId, String primKey, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_P_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S(long companyId, String name, int scope) throws SystemException
companyId
- the company IDname
- the namescope
- the scope
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopestart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId) throws SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role ID
SystemException
- if a system exception occurredList<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDprimKey
- the prim keyroleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_P_R(long companyId, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDprimKey
- the prim keyroleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_P_R_PrevAndNext(long resourcePermissionId, long companyId, String primKey, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim key
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keystart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_P_O(long companyId, String name, String primKey, long ownerId) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner ID
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_N_P_O_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_N_S_P_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDs
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDs
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_N_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDs
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission[] findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator) throws NoSuchResourcePermissionException, SystemException
resourcePermissionId
- the primary key of the current resource permissioncompanyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDsorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchResourcePermissionException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsactionIds
- the action IDs
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsactionIds
- the action IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsactionIds
- the action IDsstart
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredResourcePermission findByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds) throws NoSuchResourcePermissionException, SystemException
NoSuchResourcePermissionException
if it could not be found.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDownerId
- the owner IDactionIds
- the action IDs
NoSuchResourcePermissionException
- if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds) throws SystemException
null
if it could not be found. Uses the finder cache.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDownerId
- the owner IDactionIds
- the action IDs
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredResourcePermission fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDownerId
- the owner IDactionIds
- the action IDsretrieveFromCache
- whether to use the finder cache
null
if a matching resource permission could not be found
SystemException
- if a system exception occurredList<ResourcePermission> findAll() throws SystemException
SystemException
- if a system exception occurredList<ResourcePermission> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredList<ResourcePermission> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByScope(int scope) throws SystemException
scope
- the scope
SystemException
- if a system exception occurredvoid removeByRoleId(long roleId) throws SystemException
roleId
- the role ID
SystemException
- if a system exception occurredvoid removeByC_P(long companyId, String primKey) throws SystemException
companyId
- the company IDprimKey
- the prim key
SystemException
- if a system exception occurredvoid removeByC_N_S(long companyId, String name, int scope) throws SystemException
companyId
- the company IDname
- the namescope
- the scope
SystemException
- if a system exception occurredvoid removeByC_P_R(long companyId, String primKey, long roleId) throws SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role ID
SystemException
- if a system exception occurredvoid removeByC_N_S_P(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim key
SystemException
- if a system exception occurredvoid removeByC_N_P_O(long companyId, String name, String primKey, long ownerId) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner ID
SystemException
- if a system exception occurredvoid removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID
SystemException
- if a system exception occurredvoid removeByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDs
SystemException
- if a system exception occurredvoid removeByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDs
SystemException
- if a system exception occurredResourcePermission removeByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds) throws NoSuchResourcePermissionException, SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDownerId
- the owner IDactionIds
- the action IDs
SystemException
- if a system exception occurred
NoSuchResourcePermissionException
void removeAll() throws SystemException
SystemException
- if a system exception occurredint countByScope(int scope) throws SystemException
scope
- the scope
SystemException
- if a system exception occurredint countByScope(int[] scopes) throws SystemException
scopes
- the scopes
SystemException
- if a system exception occurredint countByRoleId(long roleId) throws SystemException
roleId
- the role ID
SystemException
- if a system exception occurredint countByC_P(long companyId, String primKey) throws SystemException
companyId
- the company IDprimKey
- the prim key
SystemException
- if a system exception occurredint countByC_N_S(long companyId, String name, int scope) throws SystemException
companyId
- the company IDname
- the namescope
- the scope
SystemException
- if a system exception occurredint countByC_P_R(long companyId, String primKey, long roleId) throws SystemException
companyId
- the company IDprimKey
- the prim keyroleId
- the role ID
SystemException
- if a system exception occurredint countByC_N_S_P(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim key
SystemException
- if a system exception occurredint countByC_N_P_O(long companyId, String name, String primKey, long ownerId) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyownerId
- the owner ID
SystemException
- if a system exception occurredint countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role ID
SystemException
- if a system exception occurredint countByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDs
SystemException
- if a system exception occurredint countByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds) throws SystemException
companyId
- the company IDname
- the nameprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDs
SystemException
- if a system exception occurredint countByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDactionIds
- the action IDs
SystemException
- if a system exception occurredint countByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleIds
- the role IDsactionIds
- the action IDs
SystemException
- if a system exception occurredint countByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds) throws SystemException
companyId
- the company IDname
- the namescope
- the scopeprimKey
- the prim keyroleId
- the role IDownerId
- the owner IDactionIds
- the action IDs
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |