com.ibm.commerce.foundation.dataload

Class BusinessObjectExtractor

  • All Implemented Interfaces:
    com.ibm.commerce.foundation.dataload.DataLoader


    public class BusinessObjectExtractor
    extends AbstractBusinessObjectExtractor

    This class is the out of the box implementation of the DataLoader interface, for DataExtractor. It extends the abstract implementation of the data loader interface defined by AbstractBusinessObjectExtractor.

    This class performs no function but will override the initialization of the abstract class to perform its own initialization.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void init()
      This method will perform any initialization needed for the data extractor.
      • Methods inherited from class com.ibm.commerce.foundation.dataload.AbstractBusinessObjectLoader

        close, execute, getConfigProperties, getErrorCount, getExclusionList, handleException, initConfig, processDataObject, setConfigProperties
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BusinessObjectExtractor

        public BusinessObjectExtractor()
    • Method Detail

      • init

        public void init()
                  throws DataLoadException

        This method will perform any initialization needed for the data extractor.

        Specified by:
        init in interface com.ibm.commerce.foundation.dataload.DataLoader
        Overrides:
        init in class com.ibm.commerce.foundation.dataload.AbstractBusinessObjectLoader
        Throws:
        DataLoadException - An application exception will be thrown if there was a problem initializing the data extractor.