The methods of the PTPersonalSettingsHelper class are listed below. For a complete list of PTPersonalSettingsHelper class members, see the PTPersonalSettingsHelper Members topic.
![]() ![]() | Overloaded. Call this method to cache all personal settings on the session. This method will also set the session language on the Plumtree server. |
![]() ![]() | Call this method to determine if the subsession for caching personal settings exists in the specified ISessionManager. |
![]() ![]() | Call this method to find the value associated with given setting name. |
![]() ![]() | This helper method determines the fall back default locale, assuming that the locale could not be determined by the browser settings. This method will not return UseBrowser as a locale. |
![]() ![]() | This method returns an XPDateFormat in the user's current locale and timezone. It's basically a wrapper around GetPersonalSettingValue_Locale and GetPersonalSettingValue_TimeZone. |
![]() ![]() | Overloaded. Call this method to obtain the value of a personal setting. This value will be retrieved from the user's web session if possible, otherwise the portal server will be queried. |
![]() ![]() | This method returns an XPLocale object created from the current user's locale. If that cannot be done, then it returns an XPLocale made from the default locale. |
![]() ![]() | This method returns an XPTimeZone object created from the current user's time zone. If that cannot be done, then it returns an XPTimeZone made from the default time zone. |
![]() ![]() | Method GetPTSession. Gets IPTSession from AActivitySpace cleanly. |
![]() ![]() | Retrieve the individual settings to cache in the lower-level HTTPSession as opposed to the higher-level IPTSessionInfo. Defined in x_config.xml |
![]() ![]() | This method determines whether or not the supplied locale matches one of the languages that this server can actually display. |
![]() ![]() | Call this method to find the remove the specified setting from the DB |
![]() ![]() | Overloaded. Call this method to set a personal setting name value pair on the portal server, and update the session cache of personal settings. |
![]() ![]() | This method stores a personal setting on the HTTP Session, but not in the DB. It also handles setting the runtime settings in the server for language and locale if you try to set the locale. You should always set the Locale, which will automatically set the language, rather than just setting the language, which will allow the language and locale to get out of sync. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace