com.plumtree.portalpages.admin.editors.webservice.plugins
Interface IDebugUserPluginModelRO

All Known Implementing Classes:
DebugUserPluginModel

public interface IDebugUserPluginModelRO

Author:
JaneD

Method Summary
 java.lang.String GetData(java.lang.String name)
           
 int GetUserID()
          Returns the user id of the user for which debugging is turned on.
 java.lang.String GetUserName()
          Returns the user name of the user for which debugging is turned on.
 

Method Detail

GetUserID

int GetUserID()
Returns the user id of the user for which debugging is turned on. If it returns 0, that means debugging should be turned on for ALL users.

Returns:

GetUserName

java.lang.String GetUserName()
Returns the user name of the user for which debugging is turned on. If it returns null, that means debugging should be turned on for ALL users.

Returns:

GetData

java.lang.String GetData(java.lang.String name)
Returns:



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