| Package | Description |
|---|---|
| org.chorem.pollen.votecounting.services |
Services proposés par le module VoteCounting.
|
| Modifier and Type | Method and Description |
|---|---|
PollExportDTO |
ServiceExportImpl.executeImport(String filePath) |
PollExportDTO |
ServiceExport.executeImport(String filePath)
Import d'un sondage et de ses résultats à partir d'un fichier XML.
|
PollExportDTO |
ImportExportService.importFromXml(File file)
Import into a
PollExportDTO his xml representation from the
given file. |
protected PollExportDTO |
ImportExportService.toDTO(org.jdom.Element racine) |
| Modifier and Type | Method and Description |
|---|---|
String |
ServiceExportImpl.executeExport(PollExportDTO pollExport) |
String |
ServiceExport.executeExport(PollExportDTO export)
Export d'un sondage et de ses résultats au format XML.
|
File |
ServiceExportImpl.executeFileExport(PollExportDTO pollExport) |
File |
ServiceExport.executeFileExport(PollExportDTO export)
Export d'un sondage et de ses résultats au format XML.
|
String |
ImportExportService.exportToXml(PollExportDTO exportPoll)
Export the given poll to an xml representation.
|
protected org.jdom.Document |
ImportExportService.toDOM(PollExportDTO exportPoll) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.