UserQuery |
UserQuery.addGroup(String groupName) |
Add the group name to the user query so that only users belonging to the group
are included.
|
UserQuery |
UserQuery.addOrderByAsc(String orderProperty) |
Add the sort order by ascending to the query.
|
UserQuery |
UserQuery.addOrderByDesc(String orderProperty) |
Add the sort order by descending to the query.
|
UserQuery |
UserQuery.setAccountStatus(String accountStatus) |
Set the user account status [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ] query parameter.
|
UserQuery |
UserQuery.setClientCode(String clientCode) |
Set the user organization client code query parameter.
|
UserQuery |
UserQuery.setEmail(String email) |
Set the user email query parameter.
|
UserQuery |
UserQuery.setFetchLimit(int fetchLimit) |
Set the query fetch limit to limit the maximum number of records returned.
|
UserQuery |
UserQuery.setFirstName(String firstName) |
Set the user first name query parameter.
|
UserQuery |
UserQuery.setGlobalAccess(boolean hasGlobalAccess) |
Set the user has administrative global organization access.
|
UserQuery |
UserQuery.setId(Long id) |
Set the user id (PK) query parameter.
|
UserQuery |
UserQuery.setLastName(String lastName) |
Set the user last name query parameter.
|
UserQuery |
UserQuery.setLoginName(String loginName) |
Set the user login name query parameter.
|
UserQuery |
UserQuery.setMobile(String mobile) |
Set the user mobile number query parameter.
|
UserQuery |
UserQuery.setUserKey(String userKey) |
Set the user key query parameter.
|
UserQuery |
UserQuery.setUserType(String userType) |
Set the user type [ Local | LDAP | SSO ] query parameter.
|