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

All Known Implementing Classes:
DebugPortletPluginModel

public interface IDebugPortletPluginModelRO

Author:
JaneD

Method Summary
 java.lang.String GetData(java.lang.String name)
           
 int GetPortletID()
          Returns the portlet id of the portlet for which debugging is turned on.
 java.lang.String GetPortletName()
          Returns the portlet name of the portlet for which debugging is turned on.
 int GetWebServiceID()
          Returns webservice id.
 

Method Detail

GetPortletID

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

Returns:

GetPortletName

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

Returns:

GetData

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

GetWebServiceID

int GetWebServiceID()
Returns webservice id.




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