The BOHandlerBase class is the low-level Java connector library class for the base class of a business object handler. It is part of the AppSide_Connector package. All low-level Java connectors must extend this class for each of its business object handlers and implement the doVerbFor() method in each of the derived classes.
The connector framework calls ConnectorBase.getBOHandlerForBO() to create a business object handler for each of the business object definitions that the connector supports.
Table 146 summarizes the methods in the BOHandlerBase class.
Member method | Description | Page |
---|---|---|
doVerbFor() | Performs the action for the active verb of a business object. | doVerbFor() |
getName() | Returns the name of the business object handler. | getName() |
setName() | Sets the name of the business object handler. | setName() |