Aqualogic Interaction API  
 

IPTPersist Members

IPTPersist overview

Public Instance Methods

GetDirty Retrieves the dirty flag for this object. The dirty flag is used to record if any changes have happened to the object since it was last saved. Saving an object that is not dirty is a no-op.
Load Load the persistent data about the object from a PropertyBag (which was typically retrieved from the database)
LoadFromXML Load the persistent data about the object from an XML string
Save Save the persistent data about the object to a PropertyBag (which will typically be stored into the database)
SaveToXML Save the persistent data about the object to an XML string
SetDirty Sets the dirty flag for this object. The dirty flag is used to record if any changes have happened to the object since it was last saved. Saving an object that is not dirty is a no-op.

See Also

IPTPersist Interface | com.plumtree.server Namespace