Uiinfrastructure API Docs  
 

ErrorModel Members

ErrorModel overview

Public Static Fields

STR_MVC_CLASS_NAME 

Public Instance Constructors

ErrorModel Constructor Initializes a new instance of the ErrorModel class.

Public Instance Methods

CleanupAllData (inherited from AErrorModel) 
CleanupTempData (inherited from AErrorModel) 
ClearErrorOverloaded.  
ClearError (inherited from AErrorModel)Overloaded. Implement to remove the specified error. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

ClearErrorsOverloaded.  
ClearErrors (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.

ClearErrorsForASChange 
Create 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDisplaySeparatePageErrors 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.
GetErrorsOverloaded.  
GetErrors (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.

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

Protected Instance Fields

m_asOwner (inherited from AErrorModel) 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace