Uses of Class
org.chorem.pollen.votecounting.business.Choice

Packages that use Choice
org.chorem.pollen.votecounting.business Gestion des dépouillements. 
 

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

Methods in org.chorem.pollen.votecounting.business that return Choice
 Choice Context.getChoice(String idChoice)
          Renvoie un choix de la map
 

Methods in org.chorem.pollen.votecounting.business that return types with arguments of type Choice
 List<Choice> Context.getChoices()
          Renvoie la liste des choix
 List<Choice> Context.getHiddenChoices()
          Renvoie la liste des choix cachés
 List<Choice> Context.getResults()
          Renvoie la liste des résultats
 

Methods in org.chorem.pollen.votecounting.business with parameters of type Choice
 void CondorcetMethod.executeStats(List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO 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)
           
 double PercentageMethod.getValueForChoiceByGroup(Choice choice, String idGroup, List<String> choicesId)
           
 double StandardMethod.getValueForChoiceByGroup(Choice choice, String idGroup, List<String> choicesId)
           
 

Method parameters in org.chorem.pollen.votecounting.business with type arguments of type Choice
 void StandardMethod.calculateChoicesByGroup(List<Choice> choices)
           
 void StandardMethod.calculateGroups(List<Choice> choices)
           
 void CondorcetMethod.executeCounting(List<Choice> choices, boolean byGroup)
           
 void StandardMethod.executeCounting(List<Choice> choices, boolean byGroup)
           
 void Method.executeCounting(List<Choice> choices, boolean groupCounting)
          Execute le dépouillement de l'ensemble des choix spécifiés.
 void NumberMethod.executeCounting(List<Choice> choices, boolean byGroup)
           
 void CondorcetMethod.executeStats(List<Choice> choices, boolean groupCounting, Choice choice, ChoiceDTO 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)
           
 Map<String,List<String>> StandardMethod.getChoosenChoicesByGroup(List<Choice> choices)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.