Uiinfrastructure API Docs  
 

AClearModel Members

AClearModel overview

Public Instance Fields

iconm_asOwner the parent AActivitySpace

Public Instance Methods

iconCleanupAllData 
iconCleanupTempData 
iconCreate This method is used by the ASManager to return new instances of managed objects.
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetName 
iconGetNewTempData This method returns a new temporary data object. It is called at the beginning of a new HTTP Request. This method can perform initialization on the data object if necessary.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

icon AClearModel Constructor Initializes a new instance of the AClearModel class.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetTempData This method is used to access the temporary data object. This ensures that a valid temporary data object can always be obtained.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AClearModel Class | com.plumtree.uiinfrastructure.activityspace Namespace