Uses of Class
org.chorem.pollen.business.dto.VoteDTO

Packages that use VoteDTO
org.chorem.pollen.business   
org.chorem.pollen.business.converters   
org.chorem.pollen.business.dto   
 

Uses of VoteDTO in org.chorem.pollen.business
 

Methods in org.chorem.pollen.business that return types with arguments of type VoteDTO
 java.util.List<VoteDTO> ServiceVoteImpl.selectVotes(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 java.util.List<VoteDTO> ServiceVote.selectVotes(java.util.Map<java.lang.String,java.lang.Object> properties)
          Retourne les votes d'un sondage
 

Methods in org.chorem.pollen.business with parameters of type VoteDTO
 java.lang.String ServiceVoteImpl.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
           
 java.lang.String ServiceVote.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
          Rajouter un vote à un sondage
 boolean ServiceVoteImpl.deleteVote(VoteDTO voteDTO)
           
 boolean ServiceVote.deleteVote(VoteDTO voteDTO)
          Supprime un vote de la base de données
 boolean ServiceVoteImpl.updateVote(VoteDTO voteDTO)
           
 boolean ServiceVote.updateVote(VoteDTO voteDTO)
          Mise à jour d'un vote
 

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)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.