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

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

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

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

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

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

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



Copyright © 2009 CodeLutin. All Rights Reserved.