public interface ExportFieldValuePlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues(Exporter exporter,
ExportFieldDef exportDef,
DBObject base,
java.lang.String[] values)
This method is called to retrieve the values for a particular column
The values returned from this method will be used for that column so
if the column values are to remain same as original supplied values then
these should be returned as is
|
java.lang.String[] getValues(Exporter exporter, ExportFieldDef exportDef, DBObject base, java.lang.String[] values) throws java.lang.Exception
exporter
- - current exporter that called this methodexportDef
- - current exporter that called this methodbase
- - base object currently being exportedvalues
- - Default valuesjava.lang.Exception
- a serious problem.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.