| Package | Description |
|---|---|
| fr.ifremer.coselmar.persistence.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoselmarUserGroupTopiaDao<E extends CoselmarUserGroup> |
class |
GeneratedCoselmarUserGroupTopiaDao<E extends CoselmarUserGroup> |
| Modifier and Type | Class and Description |
|---|---|
class |
CoselmarUserGroupAbstract |
class |
CoselmarUserGroupImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CoselmarUserGroup |
QuestionAbstract.participants
Nom de l'attribut en BD : participants
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<CoselmarUserGroup> |
DocumentAbstract.restrictedList
Nom de l'attribut en BD : restrictedList
|
| Modifier and Type | Method and Description |
|---|---|
CoselmarUserGroup |
QuestionAbstract.getParticipants() |
CoselmarUserGroup |
Question.getParticipants() |
CoselmarUserGroup |
DocumentAbstract.getRestrictedListByTopiaId(String topiaId) |
CoselmarUserGroup |
Document.getRestrictedListByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Set<CoselmarUserGroup> |
DocumentAbstract.getRestrictedList() |
Set<CoselmarUserGroup> |
Document.getRestrictedList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAbstract.addRestrictedList(CoselmarUserGroup restrictedList) |
void |
Document.addRestrictedList(CoselmarUserGroup restrictedList) |
boolean |
DocumentAbstract.containsRestrictedList(CoselmarUserGroup restrictedList) |
boolean |
Document.containsRestrictedList(CoselmarUserGroup restrictedList) |
List<E> |
GeneratedQuestionTopiaDao.findAllByParticipants(CoselmarUserGroup v)
Deprecated.
|
List<E> |
GeneratedDocumentTopiaDao.findAllContainsRestrictedList(CoselmarUserGroup v)
Deprecated.
|
E |
GeneratedQuestionTopiaDao.findByParticipants(CoselmarUserGroup v)
Deprecated.
|
E |
GeneratedDocumentTopiaDao.findContainsRestrictedList(CoselmarUserGroup v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedQuestionTopiaDao.forParticipantsEquals(CoselmarUserGroup v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedDocumentTopiaDao.forRestrictedListContains(CoselmarUserGroup v) |
void |
DocumentAbstract.removeRestrictedList(CoselmarUserGroup restrictedList) |
void |
Document.removeRestrictedList(CoselmarUserGroup restrictedList) |
void |
QuestionAbstract.setParticipants(CoselmarUserGroup participants) |
void |
Question.setParticipants(CoselmarUserGroup participants) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAbstract.addAllRestrictedList(Set<CoselmarUserGroup> restrictedList) |
void |
Document.addAllRestrictedList(Set<CoselmarUserGroup> restrictedList) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedQuestionTopiaDao.forParticipantsIn(Collection<CoselmarUserGroup> v) |
void |
DocumentAbstract.setRestrictedList(Set<CoselmarUserGroup> restrictedList) |
void |
Document.setRestrictedList(Set<CoselmarUserGroup> restrictedList) |
Copyright © 2014–2015 Ifremer. All rights reserved.