Uses of Class
com.fluig.sdk.user.UserVO
-
Packages that use UserVO Package Description com.fluig.sdk.service -
-
Uses of UserVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return UserVO Modifier and Type Method Description UserVOUserService. create(UserVO vo)Cria um novo usuário.UserVOUserService. create(Long tenantId, UserVO vo)UserVOUserService. findById(Long id)Retorna o usuário pelo id.UserVOUserService. findByLogin(String login)Retorna o usuário pelo login.UserVOUserService. findByUserCode(String colleagueId)UserVOUserService. getCurrent()Retorna o usuário corrente logado.UserVOUserService. getUser(String genericId)Deprecated.Em alguns casos pode retornar o usuário errado.UserVOUserService. updateUser(UserVO vo)UPDATE user.UserVOUserService. updateUserEvenDisabled(UserVO vo)UPDATE the user information even one that is disabled.Methods in com.fluig.sdk.service that return types with arguments of type UserVO Modifier and Type Method Description List<UserVO>UserService. list(int offset, int limit)List<UserVO>UserService. list(String sortField, String sortType, int limit, int offset, String search)Pesquisa por usuários baseado em um conjunto de parâmetros.List<UserVO>UserService. list(Map<String,Object> params, int offset, int limit)Pesquisa por usuários baseado em um conjunto de parâmetros.List<UserVO>UserService. listAll(String sortField, String sortType, int limit, int offset, String search)Pesquisa por usuários ativos e inativos baseado em um conjunto de parâmetros.List<UserVO>CollaborationSDKService. listCollaborators(Long collaborationId, String pattern, int limit, int offset)Methods in com.fluig.sdk.service with parameters of type UserVO Modifier and Type Method Description voidUserService. addUserToGroup(Long tenantId, String groupCode, UserVO userVO)ADD user to a specific groupUserVOUserService. create(UserVO vo)Cria um novo usuário.UserVOUserService. create(Long tenantId, UserVO vo)UserVOUserService. updateUser(UserVO vo)UPDATE user.UserVOUserService. updateUserEvenDisabled(UserVO vo)UPDATE the user information even one that is disabled.
-