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

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

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

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

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type VotingPersonDTO
 void VotingGroupDTO.setVotingPersons(List<VotingPersonDTO> votingPersons)
           
 

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

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

Methods in org.chorem.pollen.votecounting.services with parameters of type VotingPersonDTO
protected  org.jdom.Element ImportExportService.toDOM(VotingPersonDTO votingPerson)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.