| Package | Description |
|---|---|
| fr.ifremer.coselmar.persistence.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQuestionTopiaDao<E extends Question> |
class |
GeneratedQuestionTopiaDao<E extends Question> |
| Modifier and Type | Class and Description |
|---|---|
class |
QuestionAbstract |
class |
QuestionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Question |
CoselmarUserGroupAbstract.question
Nom de l'attribut en BD : question
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Question> |
QuestionAbstract.parents
Nom de l'attribut en BD : parents
|
| Modifier and Type | Method and Description |
|---|---|
Question |
QuestionAbstract.getParentsByTopiaId(String topiaId) |
Question |
Question.getParentsByTopiaId(String topiaId) |
Question |
CoselmarUserGroupAbstract.getQuestion() |
Question |
CoselmarUserGroup.getQuestion() |
| Modifier and Type | Method and Description |
|---|---|
List<Question> |
QuestionTopiaDao.findForExpert(CoselmarUser expert) |
Set<Question> |
QuestionAbstract.getParents() |
Set<Question> |
Question.getParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionAbstract.addParents(Question parents) |
void |
Question.addParents(Question parents) |
boolean |
QuestionAbstract.containsParents(Question parents) |
boolean |
Question.containsParents(Question parents) |
List<E> |
GeneratedCoselmarUserGroupTopiaDao.findAllByQuestion(Question v)
Deprecated.
|
List<E> |
GeneratedQuestionTopiaDao.findAllContainsParents(Question v)
Deprecated.
|
E |
GeneratedCoselmarUserGroupTopiaDao.findByQuestion(Question v)
Deprecated.
|
E |
GeneratedQuestionTopiaDao.findContainsParents(Question v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedQuestionTopiaDao.forParentsContains(Question v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedCoselmarUserGroupTopiaDao.forQuestionEquals(Question v) |
void |
QuestionAbstract.removeParents(Question parents) |
void |
Question.removeParents(Question parents) |
void |
CoselmarUserGroupAbstract.setQuestion(Question question) |
void |
CoselmarUserGroup.setQuestion(Question question) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionAbstract.addAllParents(Set<Question> parents) |
void |
Question.addAllParents(Set<Question> parents) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedCoselmarUserGroupTopiaDao.forQuestionIn(Collection<Question> v) |
void |
QuestionAbstract.setParents(Set<Question> parents) |
void |
Question.setParents(Set<Question> parents) |
Copyright © 2014 Ifremer. All rights reserved.