Uses of Class
org.chorem.vradi.beans.XmlStreamImportResult

Packages that use XmlStreamImportResult
org.chorem.vradi.services   
org.chorem.vradi.services.managers   
org.chorem.vradi.services.tasks Gestionnaire de taches de type cron. 
 

Uses of XmlStreamImportResult in org.chorem.vradi.services
 

Methods in org.chorem.vradi.services that return XmlStreamImportResult
 XmlStreamImportResult VradiStorageService.importFormsFromWebHarvestStream(WebHarvestStream webHarvestStream)
          Creates and store forms from an WebHarvestXmlStream by using the XmlStreamBinding to link xml stream field values with form fields.
 XmlStreamImportResult VradiStorageServiceImpl.importFormsFromWebHarvestStream(WebHarvestStream webHarvestStream)
          Creates and store forms from an WebHarvestStream by using the XmlStreamBinding to link xml stream field values with form fields.
 XmlStreamImportResult VradiStorageService.importFormsFromXmlStream(XmlStream xmlStream)
          Creates and store forms from an XmlStream by using the XmlStreamBinding to link xml stream field values with form fields.
 XmlStreamImportResult VradiStorageServiceImpl.importFormsFromXmlStream(XmlStream xmlStream)
          Creates and store forms from an XmlStream by using the XmlStreamBinding to link xml stream field values with form fields.
 

Uses of XmlStreamImportResult in org.chorem.vradi.services.managers
 

Methods in org.chorem.vradi.services.managers that return XmlStreamImportResult
<E extends XmlStream>
XmlStreamImportResult
BindingManager.getFormsFromStream(E stream, org.jdom.Document document)
          Creates and store forms from an stream by using the XmlStreamBinding to link xml stream field values with form fields.
 XmlStreamImportResult BindingManager.importFormsFromWebHarvestStream(WebHarvestStream webHarvestStream)
          Creates and store forms from an WebHarvestStream by using the XmlStreamBinding to link xml stream field values with form fields.
 XmlStreamImportResult BindingManager.importFormsFromXmlStream(XmlStream xmlStream)
          Creates and store forms from an XmlStream by using the XmlStreamBinding to link xml stream field values with form fields.
 

Uses of XmlStreamImportResult in org.chorem.vradi.services.tasks
 

Fields in org.chorem.vradi.services.tasks declared as XmlStreamImportResult
protected  XmlStreamImportResult ImportXmlStreamTasks.importResult
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.