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

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

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

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

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type VotingGroupDTO
 void PollDTO.setVotingGroups(java.util.List<VotingGroupDTO> votingGroups)
           
 

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

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



Copyright © 2009 CodeLutin. All Rights Reserved.