Package com.ibm.commerce.foundation.dataload.config

  • Interface Summary 
    Interface Description
    ColumnHandler
    This class defines the interface for the custom extension to handle the column value in the TableObjectBuilder configuration.
    TableHandler
    This class defines the interface for the custom extension to handle the table data object in the TableObjectBuilder configuration.
    ValueHandler
    This class defines the interface for the custom extension to handle the value in the BusinessObjectBuilder configuration.
  • Class Summary 
    Class Description
    AbstractColumnHandler
    This is an abstract class to implement the ColumnHandler interface.
    AbstractTableHandler
    This is an abstract class to implement the TableHandler interface.
    AbstractValueHandler
    This is an abstract class to implement the ValueHandler interface.
    ColumnConfigProperties
    This class represent a Column node in the configuration.
    ConfigProperties
    This class models the configuration of a dataload component in the dataload configuration and business object configurations files.
    IDResolveConfigProperties
    This class represent an IDResolve node in the configuration
    PatternValueHandler
    The PatternValueHandler will allow you to specify a pattern and the token values to be replaced in the pattern.
    The pattern parameter is called "pattern".
    TableConfigProperties
    This class represent a Table node in the configuration.