Uiinfrastructure API Docs  
 

AClearModel Class

This model is designed to have all of it's data stored in a temporary data storage object. This object will be automatically deleted at the end of every HTTP Request and regenerated at the beginning of the next request. This is for browsing pages that have low-memory requirements. This means that data will only be stored during requests. Admin and Editor pages should probably not use this model scheme. All data should go on the temporary storage object, especially Query Results and large arrays. The design of the temporary data object is left to the implementor's discretion.

For a list of all members of this type, see AClearModel Members.

System.Object
   com.plumtree.uiinfrastructure.activityspace.AClearModel

public abstract class AClearModel : IModel, IModelRO, IMVCObject, IManagedObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.activityspace

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

AClearModel Members | com.plumtree.uiinfrastructure.activityspace Namespace