| Package | Description |
|---|---|
| org.chorem.pollen.votecounting.business |
Gestion des dépouillements.
|
| Modifier and Type | Method and Description |
|---|---|
Choice |
Context.getChoice(String idChoice)
Renvoie un choix de la map.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
double |
StandardMethod.getValueForChoiceByGroup(Choice choice,
String idGroup,
List<String> choicesId) |
double |
PercentageMethod.getValueForChoiceByGroup(Choice choice,
String idGroup,
List<String> choicesId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardMethod.calculateChoicesByGroup(List<Choice> choices) |
void |
StandardMethod.calculateGroups(List<Choice> choices) |
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.executeCounting(List<Choice> choices,
boolean byGroup) |
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) |
Map<String,List<String>> |
StandardMethod.getChoosenChoicesByGroup(List<Choice> choices) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.