| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceDTO> |
Context.executeStats() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceDTO> |
VoteCountingResultDTO.getChoices() |
| Modifier and Type | Method and Description |
|---|---|
void |
VoteCountingResultDTO.setChoices(List<ChoiceDTO> choices) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ChoiceDTO> |
ImportExportService.toChoices(List<org.jdom.Element> listChoices) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom.Element |
ImportExportService.toDOM(ChoiceDTO choice) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.