com.ibm.commerce.foundation.dataload
Class BusinessObjectExtractor
- java.lang.Object
-
- com.ibm.commerce.foundation.dataload.AbstractBusinessObjectLoader
-
- com.ibm.commerce.foundation.dataload.AbstractBusinessObjectExtractor
-
- com.ibm.commerce.foundation.dataload.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 byAbstractBusinessObjectExtractor
.This class performs no function but will override the initialization of the abstract class to perform its own initialization.
-
-
Constructor Summary
Constructors Constructor and Description BusinessObjectExtractor()
-
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.
-
-
-
Method Detail
-
init
public void init() throws DataLoadException
This method will perform any initialization needed for the data extractor.
- Specified by:
init
in interfacecom.ibm.commerce.foundation.dataload.DataLoader
- Overrides:
init
in classcom.ibm.commerce.foundation.dataload.AbstractBusinessObjectLoader
- Throws:
DataLoadException
- An application exception will be thrown if there was a problem initializing the data extractor.
-
-