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. 
org.chorem.pollen.votecounting.services Services proposés par le module VoteCounting. 
 

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

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

Methods in org.chorem.pollen.votecounting.business with parameters of type ChoiceDTO
 void StandardMethod.executeStats(List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
           
 void Method.executeStats(List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
          Effectue des statistiques sur le choice specifié.
 void NumberMethod.executeStats(List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO choiceDTO)
           
 void CondorcetMethod.executeStats(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
 List<ChoiceDTO> VoteCountingResultDTO.getChoices()
           
 

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

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

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

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



Copyright © 2009-2012 CodeLutin. All Rights Reserved.