com.plumtree.uiinfrastructure.errordisplay
Interface IAdminUIErrorHelper

All Known Implementing Classes:
PTErrorHandler

public interface IAdminUIErrorHelper

This interface is designed to allow developers to provide their own implementations of whether or not a user can see admin errors.


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.
 

Method Detail

GetDisplayAdminErrors

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.

Parameters:
Object - session
Returns:
boolean value

GetDisplayAdminErrors

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.

Parameters:
AActivitySpace -
Returns:
boolean value



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