public class SimpleCSVExport extends AbstractConvertPlugin implements ConvertPlugin
CONSTRUCTOR_PARAMS
コンストラクタと説明 |
---|
SimpleCSVExport(Key nameKey,
Key typeKey,
java.util.Map info,
Resource resource)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected ConvertResult |
convertLocal(java.lang.Object source)
変換処理を実行する
|
protected void |
csvConvert(au.com.bytecode.opencsv.CSVWriter csv,
java.util.List<Updatable> sourceList,
SimpleConvertInfo prop,
java.util.Date now) |
protected void |
getFixVal(SimpleConvertInfo.Columns cn,
java.util.Date now) |
protected java.lang.String |
getVal(Updatable up,
SimpleConvertInfo.Columns cn,
SimpleConvertInfo prop) |
convert, createUpdatable, createUpdatable, getConverterNameKey, getConverterTypeInfo, getConverterTypeKey, getPhenomenonType, getResource, getTranslator, getTranslator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, getConverterNameKey, getConverterTypeKey
protected ConvertResult convertLocal(java.lang.Object source) throws ConvertServiceException
convertLocal
クラス内 AbstractConvertPlugin
source
- 変換元オブジェクトConvertServiceException
- 変換処理での致命的なエラーprotected void csvConvert(au.com.bytecode.opencsv.CSVWriter csv, java.util.List<Updatable> sourceList, SimpleConvertInfo prop, java.util.Date now)
protected java.lang.String getVal(Updatable up, SimpleConvertInfo.Columns cn, SimpleConvertInfo prop)
protected void getFixVal(SimpleConvertInfo.Columns cn, java.util.Date now)