E
- data object of the sessionF
- data object of the 'parent' Timeslotpublic class SessionStartTimeFlatFileLoader<E extends DataObject<E> & SessionInterface<E,F> & UniqueidentifiedInterface<E>,F extends DataObject<F> & TimeslotInterface<F>> extends FlatFileLoaderColumn<E>
FlatFileLoaderColumn.LinePreparation<E extends DataObject<E>>, FlatFileLoaderColumn.LinePreparationExtra<E extends DataObject<E>>
Constructor and Description |
---|
SessionStartTimeFlatFileLoader(DataObjectDefinition<E> dataobjectdefinition,
SessionDefinition<E,F> sessiondefinition,
java.lang.String dateformat,
PropertyExtractor<E> propertyextractor) |
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 SessionStartTimeFlatFileLoader(DataObjectDefinition<E> dataobjectdefinition, SessionDefinition<E,F> sessiondefinition, java.lang.String dateformat, PropertyExtractor<E> propertyextractor)
public boolean load(E object, java.lang.Object value, PostUpdateProcessingStore<E> postupdateprocessingstore)
FlatFileLoaderColumn
load
in class FlatFileLoaderColumn<E extends DataObject<E> & SessionInterface<E,F> & UniqueidentifiedInterface<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> & SessionInterface<E,F> & UniqueidentifiedInterface<E>>
currentobject
- the object to analyzecell
- cell to put the data incontext
- a context in case of multiple lines per same object