modify
public void modify()
throws MXException,
java.rmi.RemoteException
Called whenever a change is made to the attributes of a MBO. The programmer should override
if interested in intercepting this event. An example of the use of this is to set the changeby/changedate
of a Purchase order whenever one of the attributes is set. If an MXException is thrown from this routine,
the change of value is rolled back, this provides a mechanism to abort any changes. Default behavior is to do
nothing.
This method has overrided the Mbo.modify() method.
- Overrides:
modify
in class Mbo
- Throws:
MXException
java.rmi.RemoteException