Uses of Class
org.chorem.pollen.votecounting.dto.PollExportDTO

Packages that use PollExportDTO
org.chorem.pollen.votecounting.services Services proposés par le module VoteCounting. 
 

Uses of PollExportDTO in org.chorem.pollen.votecounting.services
 

Methods in org.chorem.pollen.votecounting.services that return PollExportDTO
 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)
           
 

Methods in org.chorem.pollen.votecounting.services with parameters of type PollExportDTO
 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.