public class BsbImporterPlugin extends java.lang.Object implements ImportPluginProcessLine
| Constructor and Description | 
|---|
BsbImporterPlugin()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
postProcessLine(Importer importer,
               DBObject baseData,
               MutableDataSource ds,
               java.util.ArrayList pathList,
               java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps,
               java.util.ArrayList fieldValues,
               ValidationList vl)
postProcessLine is called after the base data has been retrieved and all objects have been updated 
 | 
void | 
preProcessLine(Importer importer,
              MutableDataSource ds,
              java.util.ArrayList pathList,
              java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps,
              java.util.ArrayList fieldValues,
              ValidationList vl)
preProcessLine is called after the field values have been read from the 
   input source and before the values are processed 
 | 
public void preProcessLine(Importer importer, MutableDataSource ds, java.util.ArrayList pathList, java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps, java.util.ArrayList fieldValues, ValidationList vl) throws java.lang.Exception
ImportPluginProcessLinepreProcessLine in interface ImportPluginProcessLineds - the data sourcejava.lang.Exception - a serious problempublic void postProcessLine(Importer importer, DBObject baseData, MutableDataSource ds, java.util.ArrayList pathList, java.util.Map<java.lang.String,java.util.ArrayList> fieldMaps, java.util.ArrayList fieldValues, ValidationList vl) throws java.lang.Exception
ImportPluginProcessLinepostProcessLine in interface ImportPluginProcessLineds - the data sourcejava.lang.Exception - a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.