|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vote | |
|---|---|
| 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 | |
| Uses of Vote in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters with parameters of type Vote | |
|---|---|
VoteDTO |
DataVoteConverter.createVoteDTO(Vote eVote)
Création d'un dto vote à partir d'une entité vote. |
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. |
| Method parameters in org.chorem.pollen.business.converters with type arguments of type Vote | |
|---|---|
List<VoteDTO> |
DataVoteConverter.createVoteDTOs(Collection<Vote> cVotes)
Retourne une liste de dtos vote à partir d'une collection d'entités. |
| Uses of Vote in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type Vote | |
|---|---|
class |
VoteDAOAbstract<E extends Vote>
Implantation DAO pour l'entité Vote. |
class |
VoteDAOImpl<E extends Vote>
Implantation du DAO pour l'entité Vote. |
| Classes in org.chorem.pollen.business.persistence that implement Vote | |
|---|---|
class |
VoteAbstract
Implantation POJO pour l'entité Vote. |
class |
VoteImpl
Implantation des operations pour l'entité Vote. |
| Fields in org.chorem.pollen.business.persistence declared as Vote | |
|---|---|
Vote |
VotingListAbstract.vote
|
Vote |
VoteToChoiceAbstract.vote
|
| Fields in org.chorem.pollen.business.persistence with type parameters of type Vote | |
|---|---|
List<Vote> |
PollAccountAbstract.vote
|
List<Vote> |
PollAbstract.vote
|
| Methods in org.chorem.pollen.business.persistence that return Vote | |
|---|---|
Vote |
VotingListAbstract.getVote()
|
Vote |
VoteToChoiceAbstract.getVote()
|
Vote |
VoteToChoice.getVote()
|
Vote |
VotingList.getVote()
|
Vote |
Poll.getVoteByTopiaId(String topiaId)
Recupère l'attribut vote à partir de son topiaId. |
Vote |
PollAccount.getVoteByTopiaId(String topiaId)
Recupère l'attribut vote à partir de son topiaId. |
Vote |
PollAccountAbstract.getVoteByTopiaId(String topiaId)
|
Vote |
PollAbstract.getVoteByTopiaId(String topiaId)
|
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type Vote | |
|---|---|
List<Vote> |
Poll.getVote()
|
List<Vote> |
PollAccount.getVote()
|
List<Vote> |
PollAccountAbstract.getVote()
|
List<Vote> |
PollAbstract.getVote()
|
| Methods in org.chorem.pollen.business.persistence with parameters of type Vote | |
|---|---|
void |
Poll.addVote(Vote vote)
|
void |
PollAccount.addVote(Vote vote)
|
void |
PollAccountAbstract.addVote(Vote vote)
|
void |
PollAbstract.addVote(Vote vote)
|
List<E> |
VotingListDAOAbstract.findAllByVote(Vote v)
Retourne les éléments ayant comme valeur pour l'attribut vote le paramètre |
List<E> |
VoteToChoiceDAOAbstract.findAllContainsVote(Vote... v)
Retourne les éléments trouvé dont l'attribut vote contient le paramètre |
List<E> |
PollDAOAbstract.findAllContainsVote(Vote... v)
Retourne les éléments trouvé dont l'attribut vote contient le paramètre |
List<E> |
ChoiceDAOAbstract.findAllContainsVote(Vote... v)
Retourne les éléments trouvé dont l'attribut vote contient le paramètre |
List<E> |
PollAccountDAOAbstract.findAllContainsVote(Vote... v)
Retourne les éléments trouvé dont l'attribut vote contient le paramètre |
E |
VotingListDAOAbstract.findByVote(Vote v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut vote le paramètre |
E |
VoteToChoiceDAOAbstract.findContainsVote(Vote... v)
Retourne le premier élément trouvé dont l'attribut vote contient le paramètre |
E |
PollDAOAbstract.findContainsVote(Vote... v)
Retourne le premier élément trouvé dont l'attribut vote contient le paramètre |
E |
ChoiceDAOAbstract.findContainsVote(Vote... v)
Retourne le premier élément trouvé dont l'attribut vote contient le paramètre |
E |
PollAccountDAOAbstract.findContainsVote(Vote... v)
Retourne le premier élément trouvé dont l'attribut vote contient le paramètre |
VoteToChoice |
Choice.getVoteVoteToChoice(Vote value)
|
VoteToChoice |
ChoiceAbstract.getVoteVoteToChoice(Vote value)
|
void |
Poll.removeVote(Vote vote)
|
void |
PollAccount.removeVote(Vote vote)
|
void |
PollAccountAbstract.removeVote(Vote value)
|
void |
PollAbstract.removeVote(Vote value)
|
void |
VotingListAbstract.setVote(Vote value)
|
void |
VoteToChoiceAbstract.setVote(Vote value)
|
void |
VoteToChoice.setVote(Vote value)
|
void |
VotingList.setVote(Vote vote)
|
| Method parameters in org.chorem.pollen.business.persistence with type arguments of type Vote | |
|---|---|
void |
Poll.addAllVote(List<Vote> vote)
|
void |
PollAccount.addAllVote(List<Vote> vote)
|
void |
PollAccountAbstract.addAllVote(List<Vote> values)
|
void |
PollAbstract.addAllVote(List<Vote> values)
|
void |
Poll.setVote(List<Vote> vote)
|
void |
PollAccount.setVote(List<Vote> vote)
|
void |
PollAccountAbstract.setVote(List<Vote> values)
|
void |
PollAbstract.setVote(List<Vote> values)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||