|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Choice | |
|---|---|
| org.chorem.pollen.business.converters | Gestion de la conversion des DTO en entités et des entités en DTO. |
| org.chorem.pollen.business.persistence | |
| org.chorem.pollen.business.services | Services proposés par le module Business. |
| Uses of Choice in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters with parameters of type Choice | |
|---|---|
ChoiceDTO |
DataChoiceConverter.createChoiceDTO(Choice eChoice)
Création d'un dto choix à partir d'une entité choix. |
void |
DataChoiceConverter.populateChoiceEntity(ChoiceDTO choiceDTO,
Choice eChoice)
Création d'une entité choix à partir d'un dto choix. |
| Method parameters in org.chorem.pollen.business.converters with type arguments of type Choice | |
|---|---|
List<ChoiceDTO> |
DataChoiceConverter.createChoiceDTOs(Collection<Choice> cChoices)
Retourne une liste de dtos choix à partir d'une collection d'entités. |
| Uses of Choice in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type Choice | |
|---|---|
class |
ChoiceDAOAbstract<E extends Choice>
Implantation DAO pour l'entité Choice. |
class |
ChoiceDAOImpl<E extends Choice>
Implantation du DAO pour l'entité Choice. |
| Classes in org.chorem.pollen.business.persistence that implement Choice | |
|---|---|
class |
ChoiceAbstract
Implantation POJO pour l'entité Choice. |
class |
ChoiceImpl
Implantation des operations pour l'entité Choice. |
| Fields in org.chorem.pollen.business.persistence declared as Choice | |
|---|---|
Choice |
VoteToChoiceAbstract.choice
|
| Fields in org.chorem.pollen.business.persistence with type parameters of type Choice | |
|---|---|
List<Choice> |
PollAbstract.choice
|
| Methods in org.chorem.pollen.business.persistence that return Choice | |
|---|---|
Choice |
VoteToChoiceAbstract.getChoice()
|
Choice |
VoteToChoice.getChoice()
|
Choice |
Poll.getChoiceByTopiaId(String topiaId)
Recupère l'attribut choice à partir de son topiaId. |
Choice |
PollAbstract.getChoiceByTopiaId(String topiaId)
|
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type Choice | |
|---|---|
List<Choice> |
Poll.getChoice()
|
List<Choice> |
PollAbstract.getChoice()
|
| Methods in org.chorem.pollen.business.persistence with parameters of type Choice | |
|---|---|
void |
Poll.addChoice(Choice choice)
|
void |
PollAbstract.addChoice(Choice choice)
|
List<E> |
VoteToChoiceDAOAbstract.findAllContainsChoice(Choice... v)
Retourne les éléments trouvé dont l'attribut choice contient le paramètre |
List<E> |
VoteDAOAbstract.findAllContainsChoice(Choice... v)
Retourne les éléments trouvé dont l'attribut choice contient le paramètre |
List<E> |
PollDAOAbstract.findAllContainsChoice(Choice... v)
Retourne les éléments trouvé dont l'attribut choice contient le paramètre |
E |
VoteToChoiceDAOAbstract.findContainsChoice(Choice... v)
Retourne le premier élément trouvé dont l'attribut choice contient le paramètre |
E |
VoteDAOAbstract.findContainsChoice(Choice... v)
Retourne le premier élément trouvé dont l'attribut choice contient le paramètre |
E |
PollDAOAbstract.findContainsChoice(Choice... v)
Retourne le premier élément trouvé dont l'attribut choice contient le paramètre |
VoteToChoice |
Vote.getChoiceVoteToChoice(Choice value)
|
VoteToChoice |
VoteAbstract.getChoiceVoteToChoice(Choice value)
|
void |
Poll.removeChoice(Choice choice)
|
void |
PollAbstract.removeChoice(Choice value)
|
void |
VoteToChoiceAbstract.setChoice(Choice value)
|
void |
VoteToChoice.setChoice(Choice value)
|
| Method parameters in org.chorem.pollen.business.persistence with type arguments of type Choice | |
|---|---|
void |
Poll.addAllChoice(List<Choice> choice)
|
void |
PollAbstract.addAllChoice(List<Choice> values)
|
void |
Poll.setChoice(List<Choice> choice)
|
void |
PollAbstract.setChoice(List<Choice> values)
|
| Uses of Choice in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return types with arguments of type Choice | |
|---|---|
List<Choice> |
ServiceChoiceImpl.createChoices(List<ChoiceDTO> choices,
String pollId,
org.nuiton.topia.TopiaContext transaction)
|
List<Choice> |
ServiceChoice.createChoices(List<ChoiceDTO> choices,
String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des choix du sondage |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||