| Modifier and Type | Field and Description |
|---|---|
protected List<UserDto> |
DomainDto.responsibles |
| Modifier and Type | Method and Description |
|---|---|
List<UserDto> |
DomainDto.getResponsibles() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainDto.setResponsibles(List<UserDto> responsibles) |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserDto> |
GrowingPlanDto.responsibles |
| Modifier and Type | Method and Description |
|---|---|
List<UserDto> |
GrowingPlanDto.getResponsibles() |
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingPlanDto.setResponsibles(List<UserDto> responsibles) |
| Modifier and Type | Field and Description |
|---|---|
protected UserDto |
NetworkManagerDto.user |
| Modifier and Type | Method and Description |
|---|---|
UserDto |
NetworkManagerDto.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkManagerDto.setUser(UserDto user) |
| Constructor and Description |
|---|
NetworkManagerDto(String topiaId,
Date fromDate,
Date toDate,
Boolean active,
UserDto userDto) |
| Modifier and Type | Field and Description |
|---|---|
protected UserDto |
UserRoleDto.user |
| Modifier and Type | Method and Description |
|---|---|
UserDto |
AuthenticationService.getAuthenticatedUser(String token) |
UserDto |
UserRoleDto.getUser() |
UserDto |
AuthenticationService.login(String email,
String password)
Test l'authentification de l'utilisateur et charge l'entité User
|
| Modifier and Type | Method and Description |
|---|---|
List<UserDto> |
AuthorizationService.getDomainResponsibles(String domainCode) |
List<UserDto> |
AuthorizationService.getGrowingPlanResponsibles(String growingPlanCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRoleDto.setUser(UserDto user) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<AgrosystUser,UserDto> |
Users.TO_USER_DTO |
| Modifier and Type | Method and Description |
|---|---|
UserDto |
UserService.acceptCharter() |
UserDto |
UserService.createUser(UserDto user,
String password) |
UserDto |
UserService.getUser(String topiaId) |
UserDto |
UserService.preparePasswordChange(String token,
String userId) |
UserDto |
UserService.readInfoMessages(Date lastMessageReadDate) |
UserDto |
UserService.updateUser(UserDto user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<UserDto> |
UserService.getFilteredUsers(UserFilter userFilter,
boolean includeRoles) |
List<UserDto> |
UserService.getNameFilteredActiveUsers(String research,
Integer nbResult)
Return all Users with there first name or last name as there name contains the research term.
|
| Modifier and Type | Method and Description |
|---|---|
UserDto |
UserService.createUser(UserDto user,
String password) |
UserDto |
UserService.updateUser(UserDto user,
String password) |
Copyright © 2013–2015 Inra. All rights reserved.