| 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 |
|---|---|
void |
Context.addChoice(PollChoiceDTO choice)
Ajout d'un nouveau choix au contexte
|
void |
Context.addHiddenChoice(PollChoiceDTO choice)
Ajout d'un nouveau choix au contexte
|
| Modifier and Type | Method and Description |
|---|---|
List<PollChoiceDTO> |
PollDTO.getChoices() |
| Modifier and Type | Method and Description |
|---|---|
void |
PollDTO.setChoices(List<PollChoiceDTO> choices) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PollChoiceDTO> |
ImportExportService.toPollChoices(List<org.jdom.Element> listPollChoices) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom.Element |
ImportExportService.toDOM(PollChoiceDTO pollChoice) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.