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

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



Copyright © 2009-2010 CodeLutin. All Rights Reserved.