public int doVerbForCustom(CWConnectorBusObj theBusObj);
An integer that indicates the outcome status of the verb operation. Compare this integer value with the following outcome-status constants to determine the status:
The doVerbForCustom() method performs the action of the active verb in the theBusObj business object, if this business object's verb application-specific information contains the CBOH tag. This tag specifies the entire class name (including its package name) for your implementation of the CWCustomBOHandlerInterface interface. For information on the format of this tag, see Adding the verb application-specific information.
When a business object handler is invoked, the low-level doVerbFor() method, (inherited from the BOHandlerBase class) is what the connector framework actually invokes. The low-level doVerbFor() method determines which business object handler to call as follows:
For more information, see Populating the return-status descriptor.
If the doVerbForCustom() method needs to throw one of its exceptions, it first needs to populate an exception-detail object that it contain information about the exception. For more information, see Table 121. For information about how to implement this method, see Implementing the doVerbForCustom() method.