| Interface | Description |
|---|---|
| BusinessObjectBuilder |
The business object reader is responsible to populate the logic SDO based on the data read from a data reader.
|
| Class | Description |
|---|---|
| AbstractBusinessObjectBuilder |
This is an abstract class to implement many default behavior of the BusinessObjectBuilder interface.
|
| BaseBusinessObjectBuilder |
This is an base implementation class which extends from the AbstractBusinessObjectBuilder.
|
| BaseExtractBusinessObjectBuilder |
This is a base implementation class which extends from the AbstractBusinessObjectBuilder.
|
| CustomTableObjectBuilder |
This class extends the TableObjectBuilder and overrides the preProcess, postProcess and endProcess methods, to handle errors that could occur while processing the web feeds.
|
| FeedBusinessObjectBuilder |
This class extends the BaseBusinessObjectBuilder and overrides the preProcess, postProcess and endProcess methods, to handle errors that could occur while processing the web feeds.
|
| TableObjectBuilder |
This table object builder is an extension to the concept of a business object builder for data load.
|