WebCenter Interaction API  
 

IPTPersist Members

IPTPersist overview

Public Instance Methods

public methodGetDirty 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.
public methodLoad Load the persistent data about the object from a PropertyBag (which was typically retrieved from the database)
public methodLoadFromXML Load the persistent data about the object from an XML string
public methodSave Save the persistent data about the object to a PropertyBag (which will typically be stored into the database)
public methodSaveToXML Save the persistent data about the object to an XML string
public methodSetDirty 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