E
- public class DecimalDataObjectFieldFlatFileLoaderColumn<E extends DataObject<E>> extends FlatFileLoaderColumn<E>
Modifier and Type | Class and Description |
---|---|
static class |
DecimalDataObjectFieldFlatFileLoaderColumn.DecimalParser |
FlatFileLoaderColumn.LinePreparation<E extends DataObject<E>>, FlatFileLoaderColumn.LinePreparationExtra<E extends DataObject<E>>
Modifier and Type | Field and Description |
---|---|
java.math.BigDecimal |
multiplyatexport |
Constructor and Description |
---|
DecimalDataObjectFieldFlatFileLoaderColumn(DataObjectDefinition<E> definition,
java.lang.String[] arguments,
java.lang.String name,
int scale,
int precision,
ChoiceValue<ApplocaleChoiceDefinition> locale) |
Modifier and Type | Method and Description |
---|---|
boolean |
load(E object,
java.lang.Object value,
PostUpdateProcessingStore<E> postupdateprocessingstore)
performs the load
|
protected boolean |
putContentInCell(E currentobject,
org.apache.poi.ss.usermodel.Cell cell,
java.lang.String context)
A flat file loader should be able to extract from an object the value, and
put it in a cell.
|
finalpostprocessing, generateLinePreparatorExtra, getValueRestriction, initComplexExtractorForObject, isComplexExtractor, isDiscarded, isLinePreparator, isLinePreparatorExtra, isStaticPreProcessing, LinePreparation, postprocessLine, processAfterLineInsertion, secondpass, staticpreprocessor
public DecimalDataObjectFieldFlatFileLoaderColumn(DataObjectDefinition<E> definition, java.lang.String[] arguments, java.lang.String name, int scale, int precision, ChoiceValue<ApplocaleChoiceDefinition> locale)
public boolean load(E object, java.lang.Object value, PostUpdateProcessingStore<E> postupdateprocessingstore)
FlatFileLoaderColumn
load
in class FlatFileLoaderColumn<E extends DataObject<E>>
object
- the object on which to load datavalue
- an object, either Date, String or Doublepostupdateprocessingstore
- a store to perform post processing after the
single updateprotected boolean putContentInCell(E currentobject, org.apache.poi.ss.usermodel.Cell cell, java.lang.String context)
FlatFileLoaderColumn
putContentInCell
in class FlatFileLoaderColumn<E extends DataObject<E>>
currentobject
- the object to analyzecell
- cell to put the data incontext
- a context in case of multiple lines per same object