com.plumtree.portalpages.browsing.settings
Interface ISettings

All Known Subinterfaces:
IPlumtreeUtilities, IPortalSettings, IServerSettings
All Known Implementing Classes:
AccessUnclassifiedDocumentsPlumtreeUtilities, ActivitySecurityPlumtreeUtilities, ApproveDocumentsPlumtreeUtilities, ApproveObjectsForMigrationPlumtreeUtilities, AuditManagerServerSetting, AutomationServerPlumtreeUtilities, CredentialVaultManagerPlumtreeUtilities, DefaultProfilesPlumtreeUtilities, DiagnosticPageUtilities, DisplayPortalSetting, EditUserProfileSetting, GbDocTypeMapServerSetting, GbPropMapServerSetting, GeneralServerSetting, GlobalACLSyncMapServerSetting, KnowledgeDirectoryPreferencesPlumtreeUtilities, LocalePortalSetting, LocalizedStringsPlumtreeUtilities, MigrationExportPlumtreeUtilities, MigrationImportPlumtreeUtilities, ObjectLockManagerPlumtreeUtilities, ObjectMigrationStatusPlumtreeUtilities, ObjPropMapServerSetting, PasswordManagerPortalSetting, PasswordPortalSetting, ProfileLayoutPlumtreeUtilities, SearchPortalSetting, SearchServerSetting, SearchServerTuningPlumtreeUtilities, SmartSortPlumtreeUtilities, SubPortalRulesManagerPlumtreeUtilities, TagLibManagerServerSetting, UserLockManagerPlumtreeUtilities, ViewUserProfileSetting

public interface ISettings

Version:
5.0
Author:
SudhaSathiaseelan

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
 

Method Detail

GetASControlName

java.lang.String GetASControlName()
The name of the control to use


GetASDPName

java.lang.String GetASDPName()
The name of the display page to view (null means default)


GetASName

java.lang.String GetASName()
The name of the activity space to go to


GetASQueryString

java.lang.String GetASQueryString()
the rest of the query string for the URL (starting with &...)


GetLinkText

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"


IsStandardPortalOption

boolean IsStandardPortalOption()
Describes whether the setting comes with the standard portal


IsViewable

boolean IsViewable()
Describes whether the setting is currently viewable




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