com.plumtree.portalpages.admin.editors.remoteserver
Interface IRemoteServerModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
RemoteServerModel

public interface IRemoteServerModelRO
extends IObjEditorModelRO

Author:
adolfoc

Method Summary
 IASQueryResult GetAssocWebServices()
          Returns a QueryResult of all of the Associated Web Services
 int GetAuthType()
          Returns the strAuthTypeRadio.
 java.lang.String GetBaseURL()
          Returns the strBaseURL.
 java.lang.String GetLoginName()
          Returns the strLoginName.
 java.lang.String GetPublicKey()
          Returns the public key.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetAssocWebServices

IASQueryResult GetAssocWebServices()
Returns a QueryResult of all of the Associated Web Services

Returns:
IPTQueryResult

GetAuthType

int GetAuthType()
Returns the strAuthTypeRadio.

Returns:
int

GetBaseURL

java.lang.String GetBaseURL()
Returns the strBaseURL.

Returns:
String

GetLoginName

java.lang.String GetLoginName()
Returns the strLoginName.

Returns:
String

GetPublicKey

java.lang.String GetPublicKey()
Returns the public key.

Returns:
String



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