the given object.
* @exception CBSystemException
* If there is an problem that this method cannot
* otherwise classify, it wraps the exception in an
* CBSystemException.
*/
public void update(ResponsibleEntity org)
throws NotFoundException,
CBSystemException,
BusinessRuleException,
StaleObjectException;
/**
* Delete the persited version of the given
* <code>ResponsibleEntity</code>.
* @param org
* The <code>ResponsibleEntity</code>
* object to be deleted.
* @exception BusinessRuleException
* If the given object cannot be deleted
* because it is referenced by another object.
* @exception CBSystemException
* If there is an problem this method cannot
* otherwise classify, it wraps the exception in an
* CBSystemException.
*/
public void delete(ResponsibleEntity org)
throws BusinessRuleException,
CBSystemException;
} // interface ResponsibleEntityPersisterIF