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

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

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.services
 

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



Copyright © 2009 CodeLutin. All Rights Reserved.