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
 List<VoteCountingResultDTO> PollExportDTO.getVoteCountingResults()
           
 

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

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

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

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

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



Copyright © 2009-2012 CodeLutin. All Rights Reserved.