| Package | Description |
|---|---|
| fr.ifremer.coselmar.beans | |
| fr.ifremer.coselmar.converter | |
| fr.ifremer.coselmar.services.v1 |
| Modifier and Type | Field and Description |
|---|---|
protected Set<QuestionBean> |
QuestionBean.children |
protected Set<QuestionBean> |
QuestionBean.parents |
| Modifier and Type | Method and Description |
|---|---|
Set<QuestionBean> |
QuestionBean.getChildren() |
Set<QuestionBean> |
QuestionBean.getParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionBean.addChild(QuestionBean child) |
void |
QuestionBean.addParent(QuestionBean parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionBean.setChildren(Set<QuestionBean> children) |
void |
QuestionBean.setParents(Set<QuestionBean> parents) |
| Modifier and Type | Method and Description |
|---|---|
static QuestionBean |
BeanEntityConverter.toBean(org.nuiton.topia.persistence.TopiaIdFactory idFactory,
Question question) |
static QuestionBean |
BeanEntityConverter.toLightBean(org.nuiton.topia.persistence.TopiaIdFactory idFactory,
Question question) |
| Modifier and Type | Method and Description |
|---|---|
QuestionBean |
QuestionsWebService.getQuestion(String questionId) |
| Modifier and Type | Method and Description |
|---|---|
List<QuestionBean> |
QuestionsWebService.getQuestions() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionsWebService.addQuestion(QuestionBean question) |
void |
QuestionsWebService.saveQuestion(QuestionBean question) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Question> |
QuestionsWebService.retrieveQuestions(Collection<QuestionBean> questionBeans) |
Copyright © 2014 Ifremer. All rights reserved.