E
- parent data objectpublic static interface CustomloaderDefinition.CustomloaderHelper<E extends DataObject<E>>
Modifier and Type | Method and Description |
---|---|
void |
executeAtEndOfLine(E objecforprocessing)
This method will be called at the end of each line of processing, after the
main operation object insertion or update.
|
FlatFileLoaderColumn<E> |
getFlatFileLoaderColumn(DataObjectDefinition<E> objectdefinition,
java.lang.String[] columnattributes,
ChoiceValue<ApplocaleChoiceDefinition> locale)
gets the loader column for the corresponding column attributes
|
java.lang.String[] |
getLoaderFieldList()
gets the list of fields in the custom loader
|
java.lang.String[] |
getLoaderFieldSample(java.lang.String name)
gets the same information of the field
|
FlatFileLoaderColumn<E> getFlatFileLoaderColumn(DataObjectDefinition<E> objectdefinition, java.lang.String[] columnattributes, ChoiceValue<ApplocaleChoiceDefinition> locale)
objectdefinition
- parent data object definitioncolumnattributes
- attributes of the loaderlocale
- localejava.lang.String[] getLoaderFieldList()
java.lang.String[] getLoaderFieldSample(java.lang.String name)
name
- name of the field in the custom loadervoid executeAtEndOfLine(E objecforprocessing)
objecforprocessing
-