com.plumtree.uiinfrastructure.errordisplay
Class UIErrorScope

java.lang.Object
  extended by com.plumtree.uiinfrastructure.errordisplay.UIErrorScope

public class UIErrorScope
extends java.lang.Object

Author:
Ben Geislinger This class provides an enumeration of the various levels of error scope. The scope of an error determines the audience for which the error message is intended.

Field Summary
static UIErrorScope ADMIN_USERS
          Use the ADMIN_USERS scope to create an error that will be displayed only to administrative users.
static UIErrorScope ALL_USERS
          Use the ALL_USERS scope to create an error that will be displayed to all portal users.
static UIErrorScope CURRENT_USER
          Use the CURRENT_USER scope to create an error that will be displayed only to the current user.
 
Method Summary
 java.lang.String toString()
          Call this method to obtain the String representation of this scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CURRENT_USER

public static final UIErrorScope CURRENT_USER
Use the CURRENT_USER scope to create an error that will be displayed only to the current user. Such errors are stored on the current users app-server session.


ADMIN_USERS

public static final UIErrorScope ADMIN_USERS
Use the ADMIN_USERS scope to create an error that will be displayed only to administrative users.


ALL_USERS

public static final UIErrorScope ALL_USERS
Use the ALL_USERS scope to create an error that will be displayed to all portal users.

Method Detail

toString

public java.lang.String toString()
Call this method to obtain the String representation of this scope.

Overrides:
toString in class java.lang.Object
Returns:
String



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