Builds a business object based on the information in an event from the event store.
Syntax
public CWConnectorBusObj getBO(CWConnectorEvent eventObject);
Parameters
Return values
A CWConnectorBusObj object containing a new business object based on information retrieved from the application's database. If the method was unable to retrieve the eventObject event object, it returns null.
Exceptions
Notes
The getBO() method returns a business object that contains information for an application entity that the eventObject event object describes.
The default implementation of this method performs the following actions:
If the verb is Create or Update, populate the CWConnectorBusObj object with the data that doVerbFor() has retrieved. It handles the following conditions that the doVerbFor() method might generate:
See also