com.plumtree.portalpages.browsing.portalsettings
Interface IPortalSettings

All Superinterfaces:
ISettings
All Known Implementing Classes:
DisplayPortalSetting, EditUserProfileSetting, LocalePortalSetting, PasswordManagerPortalSetting, PasswordPortalSetting, SearchPortalSetting, ViewUserProfileSetting

public interface IPortalSettings
extends ISettings

Version:
5.0
Author:
SudhaSathiaseelan

Method Summary
 int GetActivityRightRestriction()
          Return activity right restriction - this should be moved to ISettings, as both Portal Settings and Plumtree Utilities require this method
 java.lang.String GetDescription(java.lang.String _strLangID)
          Return the description under the link
 boolean GetDisplaySetting(java.lang.Object session)
          Return whether or not to display this setting
 java.lang.String GetImageLocation()
          Return the file location of the image
 
Methods inherited from interface com.plumtree.portalpages.browsing.settings.ISettings
GetASControlName, GetASDPName, GetASName, GetASQueryString, GetLinkText, IsStandardPortalOption, IsViewable
 

Method Detail

GetDescription

java.lang.String GetDescription(java.lang.String _strLangID)
Return the description under the link

Parameters:
String - the language ID
Returns:
String the link description

GetImageLocation

java.lang.String GetImageLocation()
Return the file location of the image

Returns:
String the image location

GetDisplaySetting

boolean GetDisplaySetting(java.lang.Object session)
Return whether or not to display this setting

Parameters:
Object - the current user's session object
Returns:
boolean true implies display this setting.

GetActivityRightRestriction

int GetActivityRightRestriction()
Return activity right restriction - this should be moved to ISettings, as both Portal Settings and Plumtree Utilities require this method

Returns:
int the activity right restriction



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