planetj.businessObjects
Interface IBusinessObject

All Known Implementing Classes:
Row

public interface IBusinessObject

This type was created in VisualAge.


Method Summary
 void addObject()
          Add an object to the system.
 void deleteObject()
          Delete an object from the system.
 void updateObject()
          update an object from the system.
 

Method Detail

addObject

public void addObject()
               throws Exception
Add an object to the system.

Exception

deleteObject

public void deleteObject()
                  throws Exception
Delete an object from the system. First call the BusinessObjectManager who can either delete it or veto the delete by throwing an Exception.

Exception

updateObject

public void updateObject()
                  throws Exception
update an object from the system.

Exception