Uses of Class
org.chorem.pollen.votecounting.dto.VoteToChoiceDTO

Packages that use VoteToChoiceDTO
org.chorem.pollen.votecounting.dto Data Transfert Objects. 
org.chorem.pollen.votecounting.services Services proposés par le module VoteCounting. 
 

Uses of VoteToChoiceDTO in org.chorem.pollen.votecounting.dto
 

Methods in org.chorem.pollen.votecounting.dto that return types with arguments of type VoteToChoiceDTO
 List<VoteToChoiceDTO> VotingPersonDTO.getChoices()
           
 

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type VoteToChoiceDTO
 void VotingPersonDTO.setChoices(List<VoteToChoiceDTO> choices)
           
 

Uses of VoteToChoiceDTO in org.chorem.pollen.votecounting.services
 

Methods in org.chorem.pollen.votecounting.services that return types with arguments of type VoteToChoiceDTO
protected  List<VoteToChoiceDTO> ImportExportService.toVoteToChoices(List<org.jdom.Element> listVoteToChoices)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.