|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String idChoice)
Renvoie un choix de la map |
| Methods in org.chorem.pollen.votecounting.business that return types with arguments of type Choice | |
|---|---|
java.util.List<Choice> |
Context.getChoices()
Renvoie la liste des choix |
java.util.List<Choice> |
Context.getHiddenChoices()
Renvoie la liste des choix cachés |
java.util.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(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)
|
double |
PercentageMethod.getValueForChoiceByGroup(Choice choice,
java.lang.String idGroup,
java.util.List<java.lang.String> choicesId)
|
double |
StandardMethod.getValueForChoiceByGroup(Choice choice,
java.lang.String idGroup,
java.util.List<java.lang.String> choicesId)
|
| Method parameters in org.chorem.pollen.votecounting.business with type arguments of type Choice | |
|---|---|
void |
StandardMethod.calculateChoicesByGroup(java.util.List<Choice> choices)
|
void |
StandardMethod.calculateGroups(java.util.List<Choice> choices)
|
void |
CondorcetMethod.executeCounting(java.util.List<Choice> choices,
boolean byGroup)
|
void |
StandardMethod.executeCounting(java.util.List<Choice> choices,
boolean byGroup)
|
void |
Method.executeCounting(java.util.List<Choice> choices,
boolean groupCounting)
Execute le dépouillement de l'ensemble des choix spécifiés. |
void |
NumberMethod.executeCounting(java.util.List<Choice> choices,
boolean byGroup)
|
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)
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
StandardMethod.getChoosenChoicesByGroup(java.util.List<Choice> choices)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||