public interface ServiceExport
| Modifier and Type | Method and Description |
|---|---|
String |
executeExport(PollExportDTO export)
Export d'un sondage et de ses résultats au format XML.
|
File |
executeFileExport(PollExportDTO export)
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.
|
String executeExport(PollExportDTO export)
export - : DTO à exporter.File executeFileExport(PollExportDTO export)
export - : DTO à exporter.PollExportDTO executeImport(String filePath)
filePath - chemin du fichier à importer.Copyright © 2009-2012 CodeLutin. All Rights Reserved.