com.plumtree.portalpages.ext.providers.outgoingnetworksearch
Interface IOutgoingNSModelRO

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

public interface IOutgoingNSModelRO
extends IObjEditorModelRO

Version:
$Revision$
Author:
$author$

Method Summary
 java.lang.String GetPortalAuthPassword()
          Returns the portal authentication password.
 java.lang.String GetThisPortalIdentity()
          Returns the string that uniquely identifies this portal to incoming portals.
 java.lang.Object[] GetUserGroups()
          Returns the User Groups used in the groups to names map.
 java.lang.Object[] GetUserNames()
          Returns the user names used in the groups to names map.
 int GetWebServiceID()
          Returns the webServiceID.
 boolean GetXUIEnabled()
          Returns the m_bXUIEnabled.
 
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, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetPortalAuthPassword

java.lang.String GetPortalAuthPassword()
Returns the portal authentication password.

Returns:
String

GetThisPortalIdentity

java.lang.String GetThisPortalIdentity()
Returns the string that uniquely identifies this portal to incoming portals.

Returns:
String

GetUserGroups

java.lang.Object[] GetUserGroups()
Returns the User Groups used in the groups to names map.

Returns:
Object[]

GetUserNames

java.lang.Object[] GetUserNames()
Returns the user names used in the groups to names map.

Returns:
Object[]

GetWebServiceID

int GetWebServiceID()
Returns the webServiceID.

Returns:
int

GetXUIEnabled

boolean GetXUIEnabled()
Returns the m_bXUIEnabled.

Returns:
boolean



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