| Package | Description |
|---|---|
| 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<VoteCountingResultDTO> |
PollExportDTO.getVoteCountingResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
PollExportDTO.setVoteCountingResults(List<VoteCountingResultDTO> voteCountingResults) |
| Modifier and Type | Method and Description |
|---|---|
VoteCountingResultDTO |
VoteCountingService.execute(PollDTO poll) |
VoteCountingResultDTO |
VoteCountingService.executeGroupCounting(PollDTO poll) |
VoteCountingResultDTO |
ServiceVoteCounting.executeGroupCounting(PollDTO poll) |
VoteCountingResultDTO |
ServiceVoteCountingImpl.executeGroupCounting(PollDTO poll)
Service de dépouillement par groupes
|
VoteCountingResultDTO |
VoteCountingService.executeVoteCounting(PollDTO poll) |
VoteCountingResultDTO |
ServiceVoteCounting.executeVoteCounting(PollDTO poll) |
VoteCountingResultDTO |
ServiceVoteCountingImpl.executeVoteCounting(PollDTO poll)
Service de dépouillement par votes (personnes)
|
| Modifier and Type | Method and Description |
|---|---|
protected List<VoteCountingResultDTO> |
ImportExportService.toVoteCountingResults(List<org.jdom.Element> listVoteCountingResults) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom.Element |
ImportExportService.toDOM(VoteCountingResultDTO voteCountingResults) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.