com.plumtree.portalpages.admin.serversettings.settings
Class GlobalACLSyncMapServerSetting

java.lang.Object
  extended by com.plumtree.portalpages.admin.serversettings.settings.GlobalACLSyncMapServerSetting
All Implemented Interfaces:
IServerSettings, ISettings

public class GlobalACLSyncMapServerSetting
extends java.lang.Object
implements IServerSettings

The user lock manager is used to remove locks on users that have been left in place due to a system error or a security violation.

Version:
5.0
Author:
JohnH

Constructor Summary
GlobalACLSyncMapServerSetting()
           
 
Method Summary
 java.lang.String GetASControlName()
          The name of the control to use
 java.lang.String GetASDPName()
          The name of the display page to view (null means default)
 java.lang.String GetASName()
          The name of the activity space to go to
 java.lang.String GetASQueryString()
          the rest of the query string for the URL (starting with &...)
 java.lang.String GetLinkText(java.lang.String _strLangID)
          Use public static Object GetPersonalSettingValue(String sSettingName, ISessionManager sessionManager, IPTSession ptSession) to get the language ID "en"
 boolean IsStandardPortalOption()
          Describes whether the setting comes with the standard portal
 boolean IsViewable()
          Describes whether the setting is currently viewable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalACLSyncMapServerSetting

public GlobalACLSyncMapServerSetting()
Method Detail

GetASControlName

public java.lang.String GetASControlName()
Description copied from interface: ISettings
The name of the control to use

Specified by:
GetASControlName in interface ISettings
Returns:

GetASDPName

public java.lang.String GetASDPName()
Description copied from interface: ISettings
The name of the display page to view (null means default)

Specified by:
GetASDPName in interface ISettings
Returns:

GetASName

public java.lang.String GetASName()
Description copied from interface: ISettings
The name of the activity space to go to

Specified by:
GetASName in interface ISettings
Returns:

GetASQueryString

public java.lang.String GetASQueryString()
Description copied from interface: ISettings
the rest of the query string for the URL (starting with &...)

Specified by:
GetASQueryString in interface ISettings
Returns:

GetLinkText

public java.lang.String GetLinkText(java.lang.String _strLangID)
Description copied from interface: ISettings
Use public static Object GetPersonalSettingValue(String sSettingName, ISessionManager sessionManager, IPTSession ptSession) to get the language ID "en"

Specified by:
GetLinkText in interface ISettings

IsStandardPortalOption

public boolean IsStandardPortalOption()
Description copied from interface: ISettings
Describes whether the setting comes with the standard portal

Specified by:
IsStandardPortalOption in interface ISettings

IsViewable

public boolean IsViewable()
Description copied from interface: ISettings
Describes whether the setting is currently viewable

Specified by:
IsViewable in interface ISettings



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