Uiinfrastructure API Docs  
 

SinglePageErrorModel Methods

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

Public Instance Methods

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

ClearErrors (inherited from ErrorModel)Overloaded. Call this method to clear all errors exposed to the current user.
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 (inherited from ErrorModel) 
Create 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDisplaySeparatePageErrors Returns true.
GetErrors (inherited from ErrorModel)Overloaded. Call this method to obtain an enumeration of all errors that are appropriate for the current user.

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 false. This MVC must retrieve all errors regardless of the activity space with which they're associated.
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 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

SinglePageErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace