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 ServiceExport.executeImport(java.lang.String filePath)
          Import d'un sondage et de ses résultats à partir d'un fichier XML.
 PollExportDTO ServiceExportImpl.executeImport(java.lang.String filePath)
           
 

Methods in org.chorem.pollen.votecounting.services with parameters of type PollExportDTO
 java.lang.String ServiceExport.executeExport(PollExportDTO export)
          Export d'un sondage et de ses résultats au format XML.
 java.lang.String ServiceExportImpl.executeExport(PollExportDTO pollExport)
           
 java.io.File ServiceExport.executeFileExport(PollExportDTO export)
          Export d'un sondage et de ses résultats au format XML.
 java.io.File ServiceExportImpl.executeFileExport(PollExportDTO pollExport)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.