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 UserVO
UserService. create(UserVO vo)
Cria um novo usuário.UserVO
UserService. create(Long tenantId, UserVO vo)
UserVO
UserService. findById(Long id)
Retorna o usuário pelo id.UserVO
UserService. findByLogin(String login)
Retorna o usuário pelo login.UserVO
UserService. findByUserCode(String colleagueId)
UserVO
UserService. getCurrent()
Retorna o usuário corrente logado.UserVO
UserService. getUser(String genericId)
Deprecated.Em alguns casos pode retornar o usuário errado.UserVO
UserService. updateUser(UserVO vo)
UPDATE user.UserVO
UserService. 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 void
UserService. addUserToGroup(Long tenantId, String groupCode, UserVO userVO)
ADD user to a specific groupUserVO
UserService. create(UserVO vo)
Cria um novo usuário.UserVO
UserService. create(Long tenantId, UserVO vo)
UserVO
UserService. updateUser(UserVO vo)
UPDATE user.UserVO
UserService. updateUserEvenDisabled(UserVO vo)
UPDATE the user information even one that is disabled.
-