|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.votecounting.services.ServiceExportImpl
public class ServiceExportImpl
Implémentation du service d'export.
| Constructor Summary | |
|---|---|
ServiceExportImpl()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
executeExport(PollExportDTO pollExport)
Export d'un sondage et de ses résultats au format XML. |
java.io.File |
executeFileExport(PollExportDTO pollExport)
Export d'un sondage et de ses résultats au format XML. |
PollExportDTO |
executeImport(java.lang.String filePath)
Import d'un sondage et de ses résultats à partir d'un fichier XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceExportImpl()
| Method Detail |
|---|
public java.lang.String executeExport(PollExportDTO pollExport)
ServiceExport
executeExport in interface ServiceExportpollExport - : DTO à exporter.
public java.io.File executeFileExport(PollExportDTO pollExport)
ServiceExport
executeFileExport in interface ServiceExportpollExport - : DTO à exporter.
public PollExportDTO executeImport(java.lang.String filePath)
ServiceExport
executeImport in interface ServiceExportfilePath - chemin du fichier à importer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||