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

Packages that use PollExportDTO
org.chorem.pollen.votecounting.export   
org.chorem.pollen.votecounting.services   
 

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

Methods in org.chorem.pollen.votecounting.export that return PollExportDTO
 PollExportDTO PollExportXML.executeImport(java.lang.String path)
           
 

Methods in org.chorem.pollen.votecounting.export with parameters of type PollExportDTO
 java.lang.String PollExportXML.executeExport(PollExportDTO pollExport)
           
 

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.
 

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.
 



Copyright © 2009 CodeLutin. All Rights Reserved.