Uiinfrastructure API Docs  
 

SinglePageErrorModel Members

SinglePageErrorModel overview

Public Static Fields

iconiconSTR_MVC_CLASS_NAME 

Public Instance Constructors

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

Public Instance Methods

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

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

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

SinglePageErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace