public class ServiceExportImpl extends Object implements ServiceExport
| Constructor and Description |
|---|
ServiceExportImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
executeExport(PollExportDTO pollExport)
Export d'un sondage et de ses résultats au format XML.
|
File |
executeFileExport(PollExportDTO pollExport)
Export d'un sondage et de ses résultats au format XML.
|
PollExportDTO |
executeImport(String filePath)
Import d'un sondage et de ses résultats à partir d'un fichier XML.
|
public String executeExport(PollExportDTO pollExport)
ServiceExportexecuteExport in interface ServiceExportpollExport - : DTO à exporter.public File executeFileExport(PollExportDTO pollExport)
ServiceExportexecuteFileExport in interface ServiceExportpollExport - : DTO à exporter.public PollExportDTO executeImport(String filePath)
ServiceExportexecuteImport in interface ServiceExportfilePath - chemin du fichier à importer.Copyright © 2009-2012 CodeLutin. All Rights Reserved.