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

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
 List<VoteDTO> DataVoteConverter.createVoteDTOs(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
 List<VoteDTO> PollAccountDTO.getVoteDTOs()
           
 List<VoteDTO> PollDTO.getVoteDTOs()
           
 

Method parameters in org.chorem.pollen.business.dto with type arguments of type VoteDTO
 void PollAccountDTO.setVoteDTOs(List<VoteDTO> voteDTOs)
           
 void PollDTO.setVoteDTOs(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
 List<VoteDTO> ServiceVote.selectVotes(Map<String,Object> properties)
          Retourne les votes d'un sondage
 List<VoteDTO> ServiceVoteImpl.selectVotes(Map<String,Object> properties)
           
 

Methods in org.chorem.pollen.business.services with parameters of type VoteDTO
 String ServiceVote.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
          Rajouter un vote à un sondage
 String ServiceVoteImpl.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
           
 boolean ServiceVote.updateVote(VoteDTO voteDTO)
          Mise à jour d'un vote
 boolean ServiceVoteImpl.updateVote(VoteDTO voteDTO)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.