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

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

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

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

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

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

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



Copyright © 2009 CodeLutin. All Rights Reserved.