com.plumtree.uiinfrastructure.errordisplay
Interface IErrorModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Implementing Classes:
AErrorModel, ErrorModel, SinglePageErrorModel

public interface IErrorModelRO
extends IModelRO

Author:
BenG read-only interface to the ErrorModel classes.

Method Summary
 boolean GetDisplaySeparatePageErrors()
          Call to determine if this view should dispaly errors requiring a separate display page.
 IXPEnumerator GetErrors()
          Call to obtain an enumeration of those UIError objects appropriate for viewing by the current user.
 boolean GetErrorsAssociatedWithAnAS()
          Call this method to determine whether or not this view should display only those errors associated with the current activity space.
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetDisplaySeparatePageErrors

boolean GetDisplaySeparatePageErrors()
Call to determine if this view should dispaly errors requiring a separate display page.

Returns:
boolean value.

GetErrors

IXPEnumerator GetErrors()
Call to obtain an enumeration of those UIError objects appropriate for viewing by the current user.

Returns:
IXPEnumerator of PTErrors.

GetErrorsAssociatedWithAnAS

boolean GetErrorsAssociatedWithAnAS()
Call this method to determine whether or not this view should display only those errors associated with the current activity space.

Returns:
boolean value



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.