Uses of Class
com.agimatec.utility.fileimport.Importer

Packages that use Importer
com.agimatec.utility.fileimport   
com.agimatec.utility.fileimport.groovy   
 

Uses of Importer in com.agimatec.utility.fileimport
 

Fields in com.agimatec.utility.fileimport declared as Importer
protected  Importer ImportJob.importer
           
protected  Importer ImporterProcessor.importer
           
 

Methods in com.agimatec.utility.fileimport that return Importer
 Importer ImportJob.getImporter()
           
 Importer ImporterProcessor.getImporter()
           
 

Methods in com.agimatec.utility.fileimport with parameters of type Importer
 ImporterProcessor LineImporterSpec.createProcessor(Importer importer)
           
 ImporterProcessor ImporterSpec.createProcessor(Importer importer)
          factory method - create a processor capable to process the data to be imported.
 void ImportController.end(ImportControl imp, Importer importer)
           
 void ImportController.end(long importId, Importer importer)
          convenience method that takes infos from the importer.
 void ImportJob.setImporter(Importer importer)
          need not call this
 void ImportController.update(ImportControl imp, Importer importer)
          update rowCount, errorCount during running import.
 

Constructors in com.agimatec.utility.fileimport with parameters of type Importer
ImporterProcessor(Importer importer)
           
LineImportProcessor(LineImporterSpec spec, Importer importer)
           
 

Uses of Importer in com.agimatec.utility.fileimport.groovy
 

Methods in com.agimatec.utility.fileimport.groovy with parameters of type Importer
 ImporterProcessor XmlSlurperSpec.createProcessor(Importer importer)
           
 

Constructors in com.agimatec.utility.fileimport.groovy with parameters of type Importer
XmlImportProcessor(XmlSlurperSpec spec, Importer importer)
           
 



Copyright © 2008-2011. All Rights Reserved.