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

Packages that use PollDTO
org.chorem.pollen.votecounting.business   
org.chorem.pollen.votecounting.dto   
org.chorem.pollen.votecounting.services   
 

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

Methods in org.chorem.pollen.votecounting.business with parameters of type PollDTO
 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 PollDTO in org.chorem.pollen.votecounting.dto
 

Methods in org.chorem.pollen.votecounting.dto that return PollDTO
 PollDTO PollExportDTO.getPoll()
           
 

Methods in org.chorem.pollen.votecounting.dto with parameters of type PollDTO
 void PollExportDTO.setPoll(PollDTO poll)
           
 

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

Methods in org.chorem.pollen.votecounting.services with parameters of type PollDTO
 VoteCountingResultDTO ServiceVoteCounting.executeGroupCounting(PollDTO poll)
           
 VoteCountingResultDTO ServiceVoteCounting.executeVoteCounting(PollDTO poll)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.