Uiinfrastructure API Docs  
 

AErrorModel Methods

The methods of the AErrorModel class are listed below. For a complete list of AErrorModel class members, see the AErrorModel Members topic.

Public Instance Methods

CleanupAllData 
CleanupTempData 
ClearErrorOverloaded. Implement to remove the specified error. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

ClearErrorsOverloaded. Implement to remove all errors available to the current user. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

ClearErrorsForASChange Implement to clear those errors that need to be cleared when the user changes activity space. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

Create This method is used by the ASManager to return new instances of managed objects.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDisplaySeparatePageErrors Implement to return a boolean indicating whether this MVC should display errors requiring a separate display page.
GetErrorsOverloaded. 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 Implement to return a boolean indicating whether this MVC should display only those errors associated with the current MVC.

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 Return the name of the MVC object.
GetType (inherited from Object)Gets the Type of the current instance.
Init This method initializes the model. This is called automatically when AActivitySpace.RegisterModel() is called.
ToString (inherited from Object)Returns a String that represents the current Object.

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

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace