com.sybase.persistence
Interface MobileBusinessObject

All Superinterfaces:
BusinessObject

public interface MobileBusinessObject
extends BusinessObject


Method Summary
 void cancelPending()
          Cancel the pending operation of Mobile Business Object.
 ObjectList getLogRecords()
          Get the log records related with the Mobile Business Object.
 boolean isCreated()
          Return true if the Mobile Business Object is created and saved in database.
 boolean isPending()
          Return true if the Mobile Business Object has pending objects
 boolean isUpdated()
          Return true if the Mobile Business Object is updated and saved in database.
 void submitPending()
          Submit the pending operation of the Mobile Business Object.
 
Methods inherited from interface com.sybase.persistence.BusinessObject
create, delete, isDeleted, isDirty, isNew, refresh, save, update
 

Method Detail

cancelPending

void cancelPending()
Cancel the pending operation of Mobile Business Object.


getLogRecords

ObjectList getLogRecords()
Get the log records related with the Mobile Business Object.


isCreated

boolean isCreated()
Return true if the Mobile Business Object is created and saved in database.


isPending

boolean isPending()
Return true if the Mobile Business Object has pending objects


isUpdated

boolean isUpdated()
Return true if the Mobile Business Object is updated and saved in database.


submitPending

void submitPending()
Submit the pending operation of the Mobile Business Object.