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

Packages that use ChoiceDTO
org.chorem.pollen.votecounting.business Gestion des dépouillements. 
org.chorem.pollen.votecounting.dto Data Transfert Objects. 
 

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

Methods in org.chorem.pollen.votecounting.business that return types with arguments of type ChoiceDTO
 java.util.List<ChoiceDTO> Context.executeStats()
           
 

Methods in org.chorem.pollen.votecounting.business with parameters of type ChoiceDTO
 void CondorcetMethod.executeStats(java.util.List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
           
 void StandardMethod.executeStats(java.util.List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
           
 void Method.executeStats(java.util.List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
          Effectue des statistiques sur le choice specifié.
 void NumberMethod.executeStats(java.util.List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
           
 

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

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

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type ChoiceDTO
 void VoteCountingResultDTO.setChoices(java.util.List<ChoiceDTO> choices)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.