|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VoteDTO | |
|---|---|
| org.chorem.pollen.business.converters | Gestion de la conversion des DTO en entités et des entités en DTO. |
| org.chorem.pollen.business.dto | Data Transfert Objects. |
| org.chorem.pollen.business.services | Services proposés par le module Business. |
| Uses of VoteDTO in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters that return VoteDTO | |
|---|---|
VoteDTO |
DataVoteConverter.createVoteDTO(Vote eVote)
Création d'un dto vote à partir d'une entité vote. |
| Methods in org.chorem.pollen.business.converters that return types with arguments of type VoteDTO | |
|---|---|
java.util.List<VoteDTO> |
DataVoteConverter.createVoteDTOs(java.util.Collection<Vote> cVotes)
Retourne une liste de dtos vote à partir d'une collection d'entités. |
| Methods in org.chorem.pollen.business.converters with parameters of type VoteDTO | |
|---|---|
void |
DataVoteConverter.populateChoiceVote(VoteDTO voteDTO,
Vote eVote)
Mise à jour des VoteToChoice d'une entité vote à partir d'un dto vote. |
void |
DataVoteConverter.populateVoteEntity(VoteDTO voteDTO,
Vote eVote)
Création d'une entité vote à partir d'un dto vote. |
| Uses of VoteDTO in org.chorem.pollen.business.dto |
|---|
| Methods in org.chorem.pollen.business.dto that return types with arguments of type VoteDTO | |
|---|---|
java.util.List<VoteDTO> |
PollDTO.getVoteDTOs()
|
java.util.List<VoteDTO> |
PollAccountDTO.getVoteDTOs()
|
| Method parameters in org.chorem.pollen.business.dto with type arguments of type VoteDTO | |
|---|---|
void |
PollDTO.setVoteDTOs(java.util.List<VoteDTO> voteDTOs)
|
void |
PollAccountDTO.setVoteDTOs(java.util.List<VoteDTO> voteDTOs)
|
| Uses of VoteDTO in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return types with arguments of type VoteDTO | |
|---|---|
java.util.List<VoteDTO> |
ServiceVote.selectVotes(java.util.Map<java.lang.String,java.lang.Object> properties)
Retourne les votes d'un sondage |
java.util.List<VoteDTO> |
ServiceVoteImpl.selectVotes(java.util.Map<java.lang.String,java.lang.Object> properties)
|
| Methods in org.chorem.pollen.business.services with parameters of type VoteDTO | |
|---|---|
java.lang.String |
ServiceVote.createVote(VoteDTO voteDTO,
PollAccountDTO pollAccountDTO)
Rajouter un vote à un sondage |
java.lang.String |
ServiceVoteImpl.createVote(VoteDTO voteDTO,
PollAccountDTO pollAccountDTO)
|
boolean |
ServiceVote.updateVote(VoteDTO voteDTO)
Mise à jour d'un vote |
boolean |
ServiceVoteImpl.updateVote(VoteDTO voteDTO)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||