com.plumtree.portalpages.ext.providers.rap.authsource
Interface IAuthSourceSelectWebServiceModelRO

All Known Implementing Classes:
AuthSourceSelectWebServiceModel

public interface IAuthSourceSelectWebServiceModelRO

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 IsReadOnly()
          Returns whether or not the WebService should be changeable 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

IsReadOnly

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

Returns:
boolean



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