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

Packages that use VoteCountingResultDTO
org.chorem.pollen.votecounting.business   
org.chorem.pollen.votecounting.dto   
org.chorem.pollen.votecounting.export   
org.chorem.pollen.votecounting.services   
 

Uses of VoteCountingResultDTO in org.chorem.pollen.votecounting.business
 

Methods in org.chorem.pollen.votecounting.business that return VoteCountingResultDTO
 VoteCountingResultDTO VoteCounting.executeGroupCounting(PollDTO poll)
          Service de dépouillement par groupes
 VoteCountingResultDTO VoteCounting.executeVoteCounting(PollDTO poll)
          Service de dépouillement par votes (personnes)
 

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

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

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type VoteCountingResultDTO
 void PollExportDTO.setVoteCountingResults(java.util.List<VoteCountingResultDTO> voteCountingResults)
           
 

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

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

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

Methods in org.chorem.pollen.votecounting.services that return VoteCountingResultDTO
 VoteCountingResultDTO ServiceVoteCounting.executeGroupCounting(PollDTO poll)
           
 VoteCountingResultDTO ServiceVoteCounting.executeVoteCounting(PollDTO poll)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.