com.plumtree.portalpages.browsing.portalsettings.settings
Class EditUserProfileSetting

java.lang.Object
  extended by com.plumtree.portalpages.browsing.portalsettings.settings.EditUserProfileSetting
All Implemented Interfaces:
IPortalSettings, ISettings

public class EditUserProfileSetting
extends java.lang.Object
implements IPortalSettings

Version:
$Revision$
Author:
$author$

Constructor Summary
EditUserProfileSetting()
          Creates a new UserPortalSettings object.
 
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 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 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
 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
 void SetViewable(boolean bIsViewable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditUserProfileSetting

public EditUserProfileSetting()
Creates a new UserPortalSettings object.

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:

GetDescription

public java.lang.String GetDescription(java.lang.String _strLangID)
Description copied from interface: IPortalSettings
Return the description under the link

Specified by:
GetDescription in interface IPortalSettings
Parameters:
_strLangID -
Returns:

GetImageLocation

public java.lang.String GetImageLocation()
Description copied from interface: IPortalSettings
Return the file location of the image

Specified by:
GetImageLocation in interface IPortalSettings
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
Parameters:
_strLangID -
Returns:

IsStandardPortalOption

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

Specified by:
IsStandardPortalOption in interface ISettings
Returns:

IsViewable

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

Specified by:
IsViewable in interface ISettings
Returns:

SetViewable

public void SetViewable(boolean bIsViewable)
Parameters:
bIsViewable -

GetDisplaySetting

public boolean GetDisplaySetting(java.lang.Object session)
Description copied from interface: IPortalSettings
Return whether or not to display this setting

Specified by:
GetDisplaySetting in interface IPortalSettings
Returns:
boolean true implies display this setting.
See Also:
com.plumtree.portalpages.browsing.portalsettings.IPortalSettings#GetDisplaySetting()

GetActivityRightRestriction

public int GetActivityRightRestriction()
Description copied from interface: IPortalSettings
Return activity right restriction - this should be moved to ISettings, as both Portal Settings and Plumtree Utilities require this method

Specified by:
GetActivityRightRestriction in interface IPortalSettings
Returns:
int the activity right restriction



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