Uses of Class
com.avoka.tm.query.UserQuery
Packages that use UserQuery
-
Uses of UserQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return UserQueryModifier and TypeMethodDescriptionAdd the group name to the user query so that only users belonging to the group are included.UserQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.UserQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.Add the role name to the user query so that only users with this role are included.UserQuery.addRoles
(Collection<String> roleNames) Add the roles name to the user query so that only users with these roles are included.UserQuery.setAccountStatus
(String accountStatus) Set the user account status [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ] query parameter.UserQuery.setClientCode
(String clientCode) Set the user organization client code query parameter.Set the user email query parameter.UserQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.UserQuery.setFirstName
(String firstName) Set the user first name query parameter.UserQuery.setGlobalAccess
(boolean hasGlobalAccess) Set the user has administrative global organization access.Set the user id (PK) query parameter.UserQuery.setLastName
(String lastName) Set the user last name query parameter.UserQuery.setLoginName
(String loginName) Set the user login name query parameter.Set the user mobile number query parameter.UserQuery.setUserKey
(String userKey) Set the user key query parameter.UserQuery.setUserType
(String userType) Set the user type [ Local | LDAP | SSO ] query parameter.