|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChoiceDTO | |
|---|---|
| org.chorem.pollen.business | |
| org.chorem.pollen.business.converters | |
| org.chorem.pollen.business.dto | |
| Uses of ChoiceDTO in org.chorem.pollen.business |
|---|
| Methods in org.chorem.pollen.business that return ChoiceDTO | |
|---|---|
ChoiceDTO |
ServiceChoice.findChoiceById(java.lang.String choiceId)
Recherche d'un choix par son identifiant |
ChoiceDTO |
ServiceChoiceImpl.findChoiceById(java.lang.String choiceId)
|
| Methods in org.chorem.pollen.business that return types with arguments of type ChoiceDTO | |
|---|---|
java.util.List<ChoiceDTO> |
ServiceChoice.findChoicesByName(java.lang.String choiceName,
java.lang.String pollId)
Recherche de choix d'un sondage à partir du nom |
java.util.List<ChoiceDTO> |
ServiceChoiceImpl.findChoicesByName(java.lang.String choiceName,
java.lang.String pollId)
|
java.util.List<ChoiceDTO> |
ServiceChoice.selectChoices(java.util.Map<java.lang.String,java.lang.Object> properties)
Recherche de tous les choix d'un sondage |
java.util.List<ChoiceDTO> |
ServiceChoiceImpl.selectChoices(java.util.Map<java.lang.String,java.lang.Object> properties)
|
| Methods in org.chorem.pollen.business with parameters of type ChoiceDTO | |
|---|---|
java.lang.String |
ServiceChoice.createChoice(ChoiceDTO choice)
Création d'un choix |
java.lang.String |
ServiceChoiceImpl.createChoice(ChoiceDTO choice)
|
boolean |
ServiceChoice.updateChoice(ChoiceDTO choiceDTO)
Mise à jour d'un choix pour un sondage |
boolean |
ServiceChoiceImpl.updateChoice(ChoiceDTO choiceDTO)
|
| Method parameters in org.chorem.pollen.business with type arguments of type ChoiceDTO | |
|---|---|
java.util.List<Choice> |
ServiceChoice.createChoices(java.util.List<ChoiceDTO> choices,
java.lang.String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des choix du sondage |
java.util.List<Choice> |
ServiceChoiceImpl.createChoices(java.util.List<ChoiceDTO> choices,
java.lang.String pollId,
org.nuiton.topia.TopiaContext trans)
|
| Uses of ChoiceDTO in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters that return ChoiceDTO | |
|---|---|
ChoiceDTO |
DataChoiceConverter.createChoiceDTO(Choice eChoice)
Création d'un dto choix à partir d'une entité choix. |
| Methods in org.chorem.pollen.business.converters that return types with arguments of type ChoiceDTO | |
|---|---|
java.util.List<ChoiceDTO> |
DataChoiceConverter.createChoiceDTOs(java.util.Collection<Choice> cChoices)
Retourne une liste de dtos choix à partir d'une collection d'entités. |
| Methods in org.chorem.pollen.business.converters with parameters of type ChoiceDTO | |
|---|---|
void |
DataChoiceConverter.populateChoiceEntity(ChoiceDTO choiceDTO,
Choice eChoice)
Création d'une entité choix à partir d'un dto choix. |
| Uses of ChoiceDTO in org.chorem.pollen.business.dto |
|---|
| Methods in org.chorem.pollen.business.dto that return types with arguments of type ChoiceDTO | |
|---|---|
java.util.List<ChoiceDTO> |
PollDTO.getChoiceDTOs()
|
java.util.List<ChoiceDTO> |
VoteDTO.getChoiceDTOs()
|
| Method parameters in org.chorem.pollen.business.dto with type arguments of type ChoiceDTO | |
|---|---|
void |
PollDTO.setChoiceDTOs(java.util.List<ChoiceDTO> choiceDTOs)
|
void |
VoteDTO.setChoiceDTOs(java.util.List<ChoiceDTO> choiceDTOs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||