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

Packages that use VoteToChoiceDTO
org.chorem.pollen.votecounting.dto   
org.chorem.pollen.votecounting.export   
 

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

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

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

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

Methods in org.chorem.pollen.votecounting.export with parameters of type VoteToChoiceDTO
 org.jdom.Element PollExportXML.save(VoteToChoiceDTO voteToChoice)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.