com.plumtree.portalpages.admin.editors.datasource
Interface IDataSourceSelectWebServiceModelRO

All Known Implementing Classes:
DataSourceSelectWebServiceModel

public interface IDataSourceSelectWebServiceModelRO

Author:
adolfoc

Method Summary
 java.lang.String GetData(java.lang.String name)
           
 int GetWebServiceID()
          Returns the object ID of the web service
 java.lang.String GetWebServiceName()
          Returns the name of the web service
 java.lang.String GetWebServicePath()
          Returns the Plumtree Path to the web service
 boolean IsWebServiceChangeable()
          Returns whether or not the WebService should be changeable in the view.
 boolean IsWebServiceRemovable()
          Returns whether or not the WebService should be removable in the view.
 

Method Detail

GetData

java.lang.String GetData(java.lang.String name)
See Also:
com.plumtree.portalpagessample.form.ISampleFormModelRO#GetData(String)

GetWebServiceName

java.lang.String GetWebServiceName()
Returns the name of the web service

Returns:
String

GetWebServicePath

java.lang.String GetWebServicePath()
Returns the Plumtree Path to the web service

Returns:
String

GetWebServiceID

int GetWebServiceID()
Returns the object ID of the web service

Returns:
int

IsWebServiceChangeable

boolean IsWebServiceChangeable()
Returns whether or not the WebService should be changeable in the view.

Returns:
boolean

IsWebServiceRemovable

boolean IsWebServiceRemovable()
Returns whether or not the WebService should be removable in the view.

Returns:
boolean



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