Uses of Interface
org.chorem.pollen.business.persistence.Vote

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
 java.util.List<VoteDTO> DataVoteConverter.createVoteDTOs(java.util.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
 java.util.List<Vote> PollAbstract.vote
           
 java.util.List<Vote> PollAccountAbstract.vote
           
 

Methods in org.chorem.pollen.business.persistence that return Vote
 Vote VotingListAbstract.getVote()
           
 Vote VoteToChoiceAbstract.getVote()
           
 Vote VoteToChoice.getVote()
           
 Vote VotingList.getVote()
           
 Vote PollAbstract.getVoteByTopiaId(java.lang.String topiaId)
           
 Vote PollAccountAbstract.getVoteByTopiaId(java.lang.String topiaId)
           
 Vote PollAccount.getVoteByTopiaId(java.lang.String topiaId)
          Recupère l'attribut vote à partir de son topiaId.
 Vote Poll.getVoteByTopiaId(java.lang.String topiaId)
          Recupère l'attribut vote à partir de son topiaId.
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type Vote
 java.util.List<Vote> PollAbstract.getVote()
           
 java.util.List<Vote> PollAccountAbstract.getVote()
           
 java.util.List<Vote> PollAccount.getVote()
           
 java.util.List<Vote> Poll.getVote()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type Vote
 void PollAbstract.addVote(Vote vote)
           
 void PollAccountAbstract.addVote(Vote vote)
           
 void PollAccount.addVote(Vote vote)
           
 void Poll.addVote(Vote vote)
           
 java.util.List<E> VotingListDAOAbstract.findAllByVote(Vote v)
          Retourne les éléments ayant comme valeur pour l'attribut vote le paramètre
 java.util.List<E> PollAccountDAOAbstract.findAllContainsVote(Vote... v)
          Retourne les éléments trouvé dont l'attribut vote contient le paramètre
 java.util.List<E> VoteToChoiceDAOAbstract.findAllContainsVote(Vote... v)
          Retourne les éléments trouvé dont l'attribut vote contient le paramètre
 java.util.List<E> PollDAOAbstract.findAllContainsVote(Vote... v)
          Retourne les éléments trouvé dont l'attribut vote contient le paramètre
 java.util.List<E> ChoiceDAOAbstract.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 PollAccountDAOAbstract.findContainsVote(Vote... v)
          Retourne le premier élément trouvé dont l'attribut vote contient 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
 VoteToChoice ChoiceAbstract.getVoteVoteToChoice(Vote value)
           
 VoteToChoice Choice.getVoteVoteToChoice(Vote value)
           
 void PollAbstract.removeVote(Vote value)
           
 void PollAccountAbstract.removeVote(Vote value)
           
 void PollAccount.removeVote(Vote vote)
           
 void Poll.removeVote(Vote vote)
           
 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 PollAbstract.addAllVote(java.util.List<Vote> values)
           
 void PollAccountAbstract.addAllVote(java.util.List<Vote> values)
           
 void PollAccount.addAllVote(java.util.List<Vote> vote)
           
 void Poll.addAllVote(java.util.List<Vote> vote)
           
 void PollAbstract.setVote(java.util.List<Vote> values)
           
 void PollAccountAbstract.setVote(java.util.List<Vote> values)
           
 void PollAccount.setVote(java.util.List<Vote> vote)
           
 void Poll.setVote(java.util.List<Vote> vote)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.