com.plumtree.portaluiinfrastructure.error
Class PTErrorHandler

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.error.PTErrorHandler
All Implemented Interfaces:
IAdminUIErrorHelper

public class PTErrorHandler
extends java.lang.Object
implements IAdminUIErrorHelper

Author:
Ben Geislinger This helper class is used to determine whether or not to display admin errors. The UIErrorHandler should be initialized by the AppStartUp code to use this helper class.

Constructor Summary
PTErrorHandler()
           
 
Method Summary
 boolean GetDisplayAdminErrors(AActivitySpace space)
          Call this method to obtain a boolean value indicating whether or not the current user should see errors intended for administrators.
 boolean GetDisplayAdminErrors(java.lang.Object session)
          Call this method to obtain a boolean value indicating whether or not the current user should see errors intended for administrators.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTErrorHandler

public PTErrorHandler()
Method Detail

GetDisplayAdminErrors

public boolean GetDisplayAdminErrors(java.lang.Object session)
Call this method to obtain a boolean value indicating whether or not the current user should see errors intended for administrators.

Specified by:
GetDisplayAdminErrors in interface IAdminUIErrorHelper
Parameters:
ptSession - IPTSession
Returns:
boolean value

GetDisplayAdminErrors

public boolean GetDisplayAdminErrors(AActivitySpace space)
Call this method to obtain a boolean value indicating whether or not the current user should see errors intended for administrators.

Specified by:
GetDisplayAdminErrors in interface IAdminUIErrorHelper
Parameters:
AActivitySpace -
Returns:
boolean value



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