Uiinfrastructure API Docs  
 

ErrorModel Members

ErrorModel overview

Public Static Fields

iconiconSTR_MVC_CLASS_NAME 

Public Instance Constructors

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

Public Instance Methods

iconCleanupAllData (inherited from AErrorModel) 
iconCleanupTempData (inherited from AErrorModel) 
iconClearErrorOverloaded.  
iconClearError (inherited from AErrorModel)Overloaded. Implement to remove the specified error. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

iconClearErrorsOverloaded.  
iconClearErrors (inherited from AErrorModel)Overloaded. Implement to remove all errors available to the current user. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

iconClearErrorsForASChange 
iconCreate 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetDisplaySeparatePageErrors Returns false. Only errors not requiring a spearate page will be displayed. This fact makes this model suitable for MVCs embedded within other display pages.
iconGetErrorsOverloaded.  
iconGetErrors (inherited from AErrorModel)Overloaded. Implement to obtain an enumeration of errors appropriate for the current user. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

iconGetErrorsAssociatedWithAnAS Returns true. Only errors associated with the current activity space will be returned by the GetErrors methods.
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 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit Inits the Model with the Activity Space.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

iconm_asOwner (inherited from AErrorModel) 

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.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace