| Package | Description |
|---|---|
| fr.ifremer.coselmar.beans | |
| fr.ifremer.coselmar.converter | |
| fr.ifremer.coselmar.services.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
UserSearchBean |
| Modifier and Type | Field and Description |
|---|---|
protected Set<UserBean> |
QuestionBean.clients |
protected Set<UserBean> |
QuestionBean.contributors |
protected Set<UserBean> |
QuestionBean.participants |
protected Set<UserBean> |
QuestionBean.supervisors |
| Modifier and Type | Method and Description |
|---|---|
UserBean |
UserPasswordChangedMail.getUser() |
UserBean |
UserAccountCreatedMail.getUser() |
UserBean |
LostPasswordMail.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Set<UserBean> |
QuestionBean.getClients() |
Set<UserBean> |
QuestionBean.getContributors() |
Set<UserBean> |
QuestionBean.getParticipants() |
Set<UserBean> |
QuestionBean.getSupervisors() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionBean.addClient(UserBean client) |
void |
QuestionBean.addContributor(UserBean contributor) |
void |
QuestionBean.addParticipant(UserBean participant) |
void |
QuestionBean.addSupervisor(UserBean supervisor) |
void |
UserPasswordChangedMail.setUser(UserBean user) |
void |
UserAccountCreatedMail.setUser(UserBean user) |
void |
LostPasswordMail.setUser(UserBean user) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionBean.setClients(Set<UserBean> clients) |
void |
QuestionBean.setContributors(Set<UserBean> contributors) |
void |
QuestionBean.setParticipants(Set<UserBean> participants) |
void |
QuestionBean.setSupervisors(Set<UserBean> supervisors) |
| Modifier and Type | Method and Description |
|---|---|
static UserBean |
BeanEntityConverter.toBean(String lightId,
CoselmarUser user) |
| Modifier and Type | Method and Description |
|---|---|
static CoselmarUser |
BeanEntityConverter.fromBean(UserBean userBean) |
| Modifier and Type | Method and Description |
|---|---|
UserBean |
UsersWebService.getUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<UserBean> |
UsersWebService.getUsers(UserSearchBean search) |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersWebService.addUser(UserBean user) |
void |
UsersWebService.modifyUser(UserBean user) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<CoselmarUser> |
QuestionsWebService.retrieveUsers(Collection<UserBean> userBeans) |
Copyright © 2014–2015 Ifremer. All rights reserved.