|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.RoleUtil
public class RoleUtil
The persistence utility for the role service. This utility wraps RolePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
RolePersistence
,
RolePersistenceImpl
Constructor Summary | |
---|---|
RoleUtil()
|
Method Summary | |
---|---|
static void |
addGroup(long pk,
Group group)
Adds an association between the role and the group. |
static void |
addGroup(long pk,
long groupPK)
Adds an association between the role and the group. |
static void |
addGroups(long pk,
List<Group> groups)
Adds an association between the role and the groups. |
static void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the role and the groups. |
static void |
addPermission(long pk,
long permissionPK)
Adds an association between the role and the permission. |
static void |
addPermission(long pk,
Permission permission)
Adds an association between the role and the permission. |
static void |
addPermissions(long pk,
List<Permission> permissions)
Adds an association between the role and the permissions. |
static void |
addPermissions(long pk,
long[] permissionPKs)
Adds an association between the role and the permissions. |
static void |
addUser(long pk,
long userPK)
Adds an association between the role and the user. |
static void |
addUser(long pk,
User user)
Adds an association between the role and the user. |
static void |
addUsers(long pk,
List<User> users)
Adds an association between the role and the users. |
static void |
addUsers(long pk,
long[] userPKs)
Adds an association between the role and the users. |
static void |
cacheResult(List<Role> roles)
Caches the roles in the entity cache if it is enabled. |
static void |
cacheResult(Role role)
Caches the role in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(Role role)
|
static void |
clearGroups(long pk)
Clears all associations between the role and its groups. |
static void |
clearPermissions(long pk)
Clears all associations between the role and its permissions. |
static void |
clearUsers(long pk)
Clears all associations between the role and its users. |
static boolean |
containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the role. |
static boolean |
containsGroups(long pk)
Returns true if the role has any groups associated with it. |
static boolean |
containsPermission(long pk,
long permissionPK)
Returns true if the permission is associated with the role. |
static boolean |
containsPermissions(long pk)
Returns true if the role has any permissions associated with it. |
static boolean |
containsUser(long pk,
long userPK)
Returns true if the user is associated with the role. |
static boolean |
containsUsers(long pk)
Returns true if the role has any users associated with it. |
static int |
countAll()
Returns the number of roles. |
static int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?. |
static int |
countByC_N(long companyId,
String name)
Returns the number of roles where companyId = ? and name = ?. |
static int |
countByCompanyId(long companyId)
Returns the number of roles where companyId = ?. |
static int |
countByName(String name)
Returns the number of roles where name = ?. |
static int |
countBySubtype(String subtype)
Returns the number of roles where subtype = ?. |
static int |
countByT_S(int type,
String subtype)
Returns the number of roles where type = ? and subtype = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static Role |
create(long roleId)
Creates a new role with the primary key. |
static Role |
fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static Role |
fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. |
static Role |
fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
static Role |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
static Role |
fetchByName_First(String name,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?. |
static Role |
fetchByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?. |
static Role |
fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found. |
static Role |
fetchBySubtype_First(String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
static Role |
fetchBySubtype_Last(String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
static Role |
fetchByT_S_First(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
static Role |
fetchByT_S_Last(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
static int |
filterCountByCompanyId(long companyId)
Returns the number of roles that the user has permission to view where companyId = ?. |
static int |
filterCountByName(String name)
Returns the number of roles that the user has permission to view where name = ?. |
static int |
filterCountBySubtype(String subtype)
Returns the number of roles that the user has permission to view where subtype = ?. |
static int |
filterCountByT_S(int type,
String subtype)
Returns the number of roles that the user has permission to view where type = ? and subtype = ?. |
static Role[] |
filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?. |
static List<Role> |
filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?. |
static List<Role> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?. |
static List<Role> |
filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?. |
static Role[] |
filterFindByName_PrevAndNext(long roleId,
String name,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?. |
static List<Role> |
filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?. |
static List<Role> |
filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?. |
static List<Role> |
filterFindByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?. |
static Role[] |
filterFindBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?. |
static List<Role> |
filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?. |
static List<Role> |
filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?. |
static List<Role> |
filterFindBySubtype(String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?. |
static Role[] |
filterFindByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
filterFindByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
filterFindByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?. |
static List<Role> |
findAll()
Returns all the roles. |
static List<Role> |
findAll(int start,
int end)
Returns a range of all the roles. |
static List<Role> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles. |
static Role |
findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found. |
static Role |
findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found. |
static Role |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
static Role |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
static Role[] |
findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
static List<Role> |
findByCompanyId(long companyId)
Returns all the roles where companyId = ?. |
static List<Role> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?. |
static List<Role> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
static Role |
findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?. |
static Role |
findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?. |
static Role[] |
findByName_PrevAndNext(long roleId,
String name,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
static List<Role> |
findByName(String name)
Returns all the roles where name = ?. |
static List<Role> |
findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?. |
static List<Role> |
findByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where name = ?. |
static Role |
findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found. |
static Role |
findBySubtype_First(String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
static Role |
findBySubtype_Last(String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
static Role[] |
findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
static List<Role> |
findBySubtype(String subtype)
Returns all the roles where subtype = ?. |
static List<Role> |
findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?. |
static List<Role> |
findBySubtype(String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
static Role |
findByT_S_First(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
static Role |
findByT_S_Last(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
static Role[] |
findByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?. |
static List<Role> |
findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?. |
static List<Role> |
findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?. |
static List<Role> |
findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
static List<Role> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Role> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Role> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Group> |
getGroups(long pk)
Returns all the groups associated with the role. |
static List<Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role. |
static List<Group> |
getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the role. |
static int |
getGroupsSize(long pk)
Returns the number of groups associated with the role. |
static List<Permission> |
getPermissions(long pk)
Returns all the permissions associated with the role. |
static List<Permission> |
getPermissions(long pk,
int start,
int end)
Returns a range of all the permissions associated with the role. |
static List<Permission> |
getPermissions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the permissions associated with the role. |
static int |
getPermissionsSize(long pk)
Returns the number of permissions associated with the role. |
static RolePersistence |
getPersistence()
|
static List<User> |
getUsers(long pk)
Returns all the users associated with the role. |
static List<User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role. |
static List<User> |
getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the role. |
static int |
getUsersSize(long pk)
Returns the number of users associated with the role. |
static Role |
remove(long roleId)
Removes the role with the primary key from the database. |
static void |
removeAll()
Removes all the roles from the database. |
static Role |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database. |
static Role |
removeByC_N(long companyId,
String name)
Removes the role where companyId = ? and name = ? from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the roles where companyId = ? from the database. |
static void |
removeByName(String name)
Removes all the roles where name = ? from the database. |
static void |
removeBySubtype(String subtype)
Removes all the roles where subtype = ? from the database. |
static void |
removeByT_S(int type,
String subtype)
Removes all the roles where type = ? and subtype = ? from the database. |
static void |
removeGroup(long pk,
Group group)
Removes the association between the role and the group. |
static void |
removeGroup(long pk,
long groupPK)
Removes the association between the role and the group. |
static void |
removeGroups(long pk,
List<Group> groups)
Removes the association between the role and the groups. |
static void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the role and the groups. |
static void |
removePermission(long pk,
long permissionPK)
Removes the association between the role and the permission. |
static void |
removePermission(long pk,
Permission permission)
Removes the association between the role and the permission. |
static void |
removePermissions(long pk,
List<Permission> permissions)
Removes the association between the role and the permissions. |
static void |
removePermissions(long pk,
long[] permissionPKs)
Removes the association between the role and the permissions. |
static void |
removeUser(long pk,
long userPK)
Removes the association between the role and the user. |
static void |
removeUser(long pk,
User user)
Removes the association between the role and the user. |
static void |
removeUsers(long pk,
List<User> users)
Removes the association between the role and the users. |
static void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the role and the users. |
static void |
setGroups(long pk,
List<Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary. |
static void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the role, removing and adding associations as necessary. |
static void |
setPermissions(long pk,
List<Permission> permissions)
Sets the permissions associated with the role, removing and adding associations as necessary. |
static void |
setPermissions(long pk,
long[] permissionPKs)
Sets the permissions associated with the role, removing and adding associations as necessary. |
void |
setPersistence(RolePersistence persistence)
Deprecated. |
static void |
setUsers(long pk,
List<User> users)
Sets the users associated with the role, removing and adding associations as necessary. |
static void |
setUsers(long pk,
long[] userPKs)
Sets the users associated with the role, removing and adding associations as necessary. |
static Role |
update(Role role,
boolean merge)
|
static Role |
update(Role role,
boolean merge,
ServiceContext serviceContext)
|
static Role |
updateImpl(Role role,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(Role role)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<Role> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<Role> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<Role> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static Role update(Role role, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static Role update(Role role, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(Role role)
role
- the rolepublic static void cacheResult(List<Role> roles)
roles
- the rolespublic static Role create(long roleId)
roleId
- the primary key for the new role
public static Role remove(long roleId) throws NoSuchRoleException, SystemException
roleId
- the primary key of the role
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static Role updateImpl(Role role, boolean merge) throws SystemException
SystemException
public static Role findByPrimaryKey(long roleId) throws NoSuchRoleException, SystemException
NoSuchRoleException
if it could not be found.
roleId
- the primary key of the role
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static Role fetchByPrimaryKey(long roleId) throws SystemException
null
if it could not be found.
roleId
- the primary key of the role
null
if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static List<Role> findByCompanyId(long companyId, 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 IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> findByCompanyId(long companyId, 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 IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role[] findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> filterFindByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static List<Role> filterFindByCompanyId(long companyId, 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 IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> filterFindByCompanyId(long companyId, 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 IDstart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role[] filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> findByName(String name) throws SystemException
name
- the name
SystemException
- if a system exception occurredpublic static List<Role> findByName(String name, 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.
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> findByName(String name, 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.
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role findByName_First(String name, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByName_First(String name, OrderByComparator orderByComparator) throws SystemException
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role findByName_Last(String name, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByName_Last(String name, OrderByComparator orderByComparator) throws SystemException
name
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role[] findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current rolename
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> filterFindByName(String name) throws SystemException
name
- the name
SystemException
- if a system exception occurredpublic static List<Role> filterFindByName(String name, 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.
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> filterFindByName(String name, 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.
name
- the namestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role[] filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current rolename
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> findBySubtype(String subtype) throws SystemException
subtype
- the subtype
SystemException
- if a system exception occurredpublic static List<Role> findBySubtype(String subtype, 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.
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> findBySubtype(String subtype, 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.
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role findBySubtype_First(String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchBySubtype_First(String subtype, OrderByComparator orderByComparator) throws SystemException
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role findBySubtype_Last(String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchBySubtype_Last(String subtype, OrderByComparator orderByComparator) throws SystemException
subtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role[] findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current rolesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> filterFindBySubtype(String subtype) throws SystemException
subtype
- the subtype
SystemException
- if a system exception occurredpublic static List<Role> filterFindBySubtype(String subtype, 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.
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> filterFindBySubtype(String subtype, 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.
subtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role[] filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current rolesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static Role findByC_N(long companyId, String name) throws NoSuchRoleException, SystemException
NoSuchRoleException
if it could not be found.
companyId
- the company IDname
- the name
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByC_N(long companyId, String name) throws SystemException
null
if it could not be found. Uses the finder cache.
companyId
- the company IDname
- the name
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByC_N(long companyId, String name, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
companyId
- the company IDname
- the nameretrieveFromCache
- whether to use the finder cache
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static List<Role> findByT_S(int type, String subtype) throws SystemException
type
- the typesubtype
- the subtype
SystemException
- if a system exception occurredpublic static List<Role> findByT_S(int type, String subtype, 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.
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> findByT_S(int type, String subtype, 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.
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role findByT_S_First(int type, String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByT_S_First(int type, String subtype, OrderByComparator orderByComparator) throws SystemException
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByT_S_Last(int type, String subtype, OrderByComparator orderByComparator) throws SystemException
type
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role[] findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current roletype
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<Role> filterFindByT_S(int type, String subtype) throws SystemException
type
- the typesubtype
- the subtype
SystemException
- if a system exception occurredpublic static List<Role> filterFindByT_S(int type, String subtype, 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.
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> filterFindByT_S(int type, String subtype, 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.
type
- the typesubtype
- the subtypestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static Role[] filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator) throws NoSuchRoleException, SystemException
roleId
- the primary key of the current roletype
- the typesubtype
- the subtypeorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchRoleException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static Role findByC_C_C(long companyId, long classNameId, long classPK) throws NoSuchRoleException, SystemException
NoSuchRoleException
if it could not be found.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
NoSuchRoleException
- if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByC_C_C(long companyId, long classNameId, long classPK) throws SystemException
null
if it could not be found. Uses the finder cache.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static Role fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p kretrieveFromCache
- whether to use the finder cache
null
if a matching role could not be found
SystemException
- if a system exception occurredpublic static List<Role> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<Role> 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 rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Role> 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 rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static void removeByName(String name) throws SystemException
name
- the name
SystemException
- if a system exception occurredpublic static void removeBySubtype(String subtype) throws SystemException
subtype
- the subtype
SystemException
- if a system exception occurredpublic static Role removeByC_N(long companyId, String name) throws NoSuchRoleException, SystemException
companyId
- the company IDname
- the name
SystemException
- if a system exception occurred
NoSuchRoleException
public static void removeByT_S(int type, String subtype) throws SystemException
type
- the typesubtype
- the subtype
SystemException
- if a system exception occurredpublic static Role removeByC_C_C(long companyId, long classNameId, long classPK) throws NoSuchRoleException, SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurred
NoSuchRoleException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static int filterCountByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static int countByName(String name) throws SystemException
name
- the name
SystemException
- if a system exception occurredpublic static int filterCountByName(String name) throws SystemException
name
- the name
SystemException
- if a system exception occurredpublic static int countBySubtype(String subtype) throws SystemException
subtype
- the subtype
SystemException
- if a system exception occurredpublic static int filterCountBySubtype(String subtype) throws SystemException
subtype
- the subtype
SystemException
- if a system exception occurredpublic static int countByC_N(long companyId, String name) throws SystemException
companyId
- the company IDname
- the name
SystemException
- if a system exception occurredpublic static int countByT_S(int type, String subtype) throws SystemException
type
- the typesubtype
- the subtype
SystemException
- if a system exception occurredpublic static int filterCountByT_S(int type, String subtype) throws SystemException
type
- the typesubtype
- the subtype
SystemException
- if a system exception occurredpublic static int countByC_C_C(long companyId, long classNameId, long classPK) throws SystemException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<Group> getGroups(long pk) throws SystemException
pk
- the primary key of the role
SystemException
- if a system exception occurredpublic static List<Group> getGroups(long pk, 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.
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Group> getGroups(long pk, 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.
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static int getGroupsSize(long pk) throws SystemException
pk
- the primary key of the role
SystemException
- if a system exception occurredpublic static boolean containsGroup(long pk, long groupPK) throws SystemException
true
if the group is associated with the role.
pk
- the primary key of the rolegroupPK
- the primary key of the group
true
if the group is associated with the role; false
otherwise
SystemException
- if a system exception occurredpublic static boolean containsGroups(long pk) throws SystemException
true
if the role has any groups associated with it.
pk
- the primary key of the role to check for associations with groups
true
if the role has any groups associated with it; false
otherwise
SystemException
- if a system exception occurredpublic static void addGroup(long pk, long groupPK) throws SystemException
pk
- the primary key of the rolegroupPK
- the primary key of the group
SystemException
- if a system exception occurredpublic static void addGroup(long pk, Group group) throws SystemException
pk
- the primary key of the rolegroup
- the group
SystemException
- if a system exception occurredpublic static void addGroups(long pk, long[] groupPKs) throws SystemException
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups
SystemException
- if a system exception occurredpublic static void addGroups(long pk, List<Group> groups) throws SystemException
pk
- the primary key of the rolegroups
- the groups
SystemException
- if a system exception occurredpublic static void clearGroups(long pk) throws SystemException
pk
- the primary key of the role to clear the associated groups from
SystemException
- if a system exception occurredpublic static void removeGroup(long pk, long groupPK) throws SystemException
pk
- the primary key of the rolegroupPK
- the primary key of the group
SystemException
- if a system exception occurredpublic static void removeGroup(long pk, Group group) throws SystemException
pk
- the primary key of the rolegroup
- the group
SystemException
- if a system exception occurredpublic static void removeGroups(long pk, long[] groupPKs) throws SystemException
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups
SystemException
- if a system exception occurredpublic static void removeGroups(long pk, List<Group> groups) throws SystemException
pk
- the primary key of the rolegroups
- the groups
SystemException
- if a system exception occurredpublic static void setGroups(long pk, long[] groupPKs) throws SystemException
pk
- the primary key of the rolegroupPKs
- the primary keys of the groups to be associated with the role
SystemException
- if a system exception occurredpublic static void setGroups(long pk, List<Group> groups) throws SystemException
pk
- the primary key of the rolegroups
- the groups to be associated with the role
SystemException
- if a system exception occurredpublic static List<Permission> getPermissions(long pk) throws SystemException
pk
- the primary key of the role
SystemException
- if a system exception occurredpublic static List<Permission> getPermissions(long pk, 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.
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<Permission> getPermissions(long pk, 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.
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static int getPermissionsSize(long pk) throws SystemException
pk
- the primary key of the role
SystemException
- if a system exception occurredpublic static boolean containsPermission(long pk, long permissionPK) throws SystemException
true
if the permission is associated with the role.
pk
- the primary key of the rolepermissionPK
- the primary key of the permission
true
if the permission is associated with the role; false
otherwise
SystemException
- if a system exception occurredpublic static boolean containsPermissions(long pk) throws SystemException
true
if the role has any permissions associated with it.
pk
- the primary key of the role to check for associations with permissions
true
if the role has any permissions associated with it; false
otherwise
SystemException
- if a system exception occurredpublic static void addPermission(long pk, long permissionPK) throws SystemException
pk
- the primary key of the rolepermissionPK
- the primary key of the permission
SystemException
- if a system exception occurredpublic static void addPermission(long pk, Permission permission) throws SystemException
pk
- the primary key of the rolepermission
- the permission
SystemException
- if a system exception occurredpublic static void addPermissions(long pk, long[] permissionPKs) throws SystemException
pk
- the primary key of the rolepermissionPKs
- the primary keys of the permissions
SystemException
- if a system exception occurredpublic static void addPermissions(long pk, List<Permission> permissions) throws SystemException
pk
- the primary key of the rolepermissions
- the permissions
SystemException
- if a system exception occurredpublic static void clearPermissions(long pk) throws SystemException
pk
- the primary key of the role to clear the associated permissions from
SystemException
- if a system exception occurredpublic static void removePermission(long pk, long permissionPK) throws SystemException
pk
- the primary key of the rolepermissionPK
- the primary key of the permission
SystemException
- if a system exception occurredpublic static void removePermission(long pk, Permission permission) throws SystemException
pk
- the primary key of the rolepermission
- the permission
SystemException
- if a system exception occurredpublic static void removePermissions(long pk, long[] permissionPKs) throws SystemException
pk
- the primary key of the rolepermissionPKs
- the primary keys of the permissions
SystemException
- if a system exception occurredpublic static void removePermissions(long pk, List<Permission> permissions) throws SystemException
pk
- the primary key of the rolepermissions
- the permissions
SystemException
- if a system exception occurredpublic static void setPermissions(long pk, long[] permissionPKs) throws SystemException
pk
- the primary key of the rolepermissionPKs
- the primary keys of the permissions to be associated with the role
SystemException
- if a system exception occurredpublic static void setPermissions(long pk, List<Permission> permissions) throws SystemException
pk
- the primary key of the rolepermissions
- the permissions to be associated with the role
SystemException
- if a system exception occurredpublic static List<User> getUsers(long pk) throws SystemException
pk
- the primary key of the role
SystemException
- if a system exception occurredpublic static List<User> getUsers(long pk, 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.
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)
SystemException
- if a system exception occurredpublic static List<User> getUsers(long pk, 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.
pk
- the primary key of the rolestart
- the lower bound of the range of rolesend
- the upper bound of the range of roles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static int getUsersSize(long pk) throws SystemException
pk
- the primary key of the role
SystemException
- if a system exception occurredpublic static boolean containsUser(long pk, long userPK) throws SystemException
true
if the user is associated with the role.
pk
- the primary key of the roleuserPK
- the primary key of the user
true
if the user is associated with the role; false
otherwise
SystemException
- if a system exception occurredpublic static boolean containsUsers(long pk) throws SystemException
true
if the role has any users associated with it.
pk
- the primary key of the role to check for associations with users
true
if the role has any users associated with it; false
otherwise
SystemException
- if a system exception occurredpublic static void addUser(long pk, long userPK) throws SystemException
pk
- the primary key of the roleuserPK
- the primary key of the user
SystemException
- if a system exception occurredpublic static void addUser(long pk, User user) throws SystemException
pk
- the primary key of the roleuser
- the user
SystemException
- if a system exception occurredpublic static void addUsers(long pk, long[] userPKs) throws SystemException
pk
- the primary key of the roleuserPKs
- the primary keys of the users
SystemException
- if a system exception occurredpublic static void addUsers(long pk, List<User> users) throws SystemException
pk
- the primary key of the roleusers
- the users
SystemException
- if a system exception occurredpublic static void clearUsers(long pk) throws SystemException
pk
- the primary key of the role to clear the associated users from
SystemException
- if a system exception occurredpublic static void removeUser(long pk, long userPK) throws SystemException
pk
- the primary key of the roleuserPK
- the primary key of the user
SystemException
- if a system exception occurredpublic static void removeUser(long pk, User user) throws SystemException
pk
- the primary key of the roleuser
- the user
SystemException
- if a system exception occurredpublic static void removeUsers(long pk, long[] userPKs) throws SystemException
pk
- the primary key of the roleuserPKs
- the primary keys of the users
SystemException
- if a system exception occurredpublic static void removeUsers(long pk, List<User> users) throws SystemException
pk
- the primary key of the roleusers
- the users
SystemException
- if a system exception occurredpublic static void setUsers(long pk, long[] userPKs) throws SystemException
pk
- the primary key of the roleuserPKs
- the primary keys of the users to be associated with the role
SystemException
- if a system exception occurredpublic static void setUsers(long pk, List<User> users) throws SystemException
pk
- the primary key of the roleusers
- the users to be associated with the role
SystemException
- if a system exception occurredpublic static RolePersistence getPersistence()
public void setPersistence(RolePersistence persistence)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |