Package com.appiancorp.suiteapi.portal
Interface GlobalizationService
- All Superinterfaces:
ContextSensitiveSingletonService
,Service
Deprecated.
Globalization updates should be done via the Admin Console.
Defines methods for retrieving and configuring internationalization
settings such as locale and timezone.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.static final boolean
Deprecated.Fields inherited from interface com.appiancorp.services.ContextSensitiveSingletonService
CONFIGURE_METHOD_NAME
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Retrieval of site calendar settings should be done via getSiteCalendarSettingsCloneCalendarSetting
Deprecated.Gets the calendar specific settings for the siteDeprecated.Retrieving site locale settings should be done via getSiteLocaleSettingsCloneDeprecated.Gets the site locale settings for the site.Deprecated.Retrieval of site timezone settings should be done via getSiteTimeZoneSettingsCloneDeprecated.Gets the site timezone settings for the site.void
setSiteCalendarSettings
(SiteCalendarSettings settings_) Deprecated.Sets the Calendar specific setting for the site.void
setSiteLocaleSettings
(SiteLocaleSettings localeSettings_) Deprecated.Registers the site local settings for the entire site.void
setSiteTimeZoneSettings
(SiteTimeZoneSettings timezoneSettings_) Deprecated.Registers the site timezone settings for the entire site.void
Deprecated.Set the time zone information using the format used by the engines to encapsulate time zone information.Methods inherited from interface com.appiancorp.services.ContextSensitiveSingletonService
configureContextSensitiveSingletonService
-
Field Details
-
getSiteLocaleSettings$UPDATES
static final boolean getSiteLocaleSettings$UPDATESDeprecated.- See Also:
-
getSiteLocaleSettingsClone$UPDATES
static final boolean getSiteLocaleSettingsClone$UPDATESDeprecated.- See Also:
-
setSiteLocaleSettings$UPDATES
static final boolean setSiteLocaleSettings$UPDATESDeprecated.- See Also:
-
getSiteTimeZoneSettings$UPDATES
static final boolean getSiteTimeZoneSettings$UPDATESDeprecated.- See Also:
-
getSiteTimeZoneSettingsClone$UPDATES
static final boolean getSiteTimeZoneSettingsClone$UPDATESDeprecated.- See Also:
-
setSiteTimeZoneSettings$UPDATES
static final boolean setSiteTimeZoneSettings$UPDATESDeprecated.- See Also:
-
setSiteCalendarSettings$UPDATES
static final boolean setSiteCalendarSettings$UPDATESDeprecated.- See Also:
-
getSiteCalendarSettings$UPDATES
static final boolean getSiteCalendarSettings$UPDATESDeprecated.- See Also:
-
getSiteCalendarSettingsClone$UPDATES
static final boolean getSiteCalendarSettingsClone$UPDATESDeprecated.- See Also:
-
setTimeZone$UPDATES
static final boolean setTimeZone$UPDATESDeprecated.- See Also:
-
-
Method Details
-
getSiteLocaleSettings
Deprecated.Retrieving site locale settings should be done via getSiteLocaleSettingsCloneGets the site locale settings for the site.- Returns:
- The site locale settings of the site.
-
getSiteLocaleSettingsClone
SiteLocaleSettings getSiteLocaleSettingsClone()Deprecated.Gets the site locale settings for the site.- Returns:
- A copy of the site locale settings.
-
setSiteLocaleSettings
Deprecated.Registers the site local settings for the entire site. All the properties in theSiteLocaleSettings
parameter must be populated. It is required that theprimary locale
defined in the parameter is present and enabled in the array oflocale settings
.- Parameters:
localeSettings_
- New locale settings for the entire site.- Throws:
PrivilegeException
- if the current user is not a portal administrator
-
getSiteTimeZoneSettings
Deprecated.Retrieval of site timezone settings should be done via getSiteTimeZoneSettingsCloneGets the site timezone settings for the site.- Returns:
- The site timezone settings of the site.
-
getSiteTimeZoneSettingsClone
SiteTimeZoneSettings getSiteTimeZoneSettingsClone()Deprecated.Gets the site timezone settings for the site.- Returns:
- A copy of the site timezone settings.
-
setSiteTimeZoneSettings
Deprecated.Registers the site timezone settings for the entire site.- Parameters:
settings_
- New timezone settings for the entire site.
-
setSiteCalendarSettings
Deprecated.Sets the Calendar specific setting for the site.- Parameters:
settings_
- new calendar settings for the siteCalendarSetting
-
getSiteCalendarSettings
Deprecated.Retrieval of site calendar settings should be done via getSiteCalendarSettingsCloneCalendarSetting
Gets the calendar specific settings for the site- Returns:
- Calendar settings for the site
-
getSiteCalendarSettingsClone
SiteCalendarSettings getSiteCalendarSettingsClone()Deprecated.Gets the calendar specific settings for the site- Returns:
- A copy of the site calendar settings.
CalendarSetting
-
setTimeZone
Deprecated.Set the time zone information using the format used by the engines to encapsulate time zone information. The time zone information is initialized during the intial applicaiton startup and should not need to be set using this method or any other afterward. Consider your use case when calling this method.- Parameters:
tz
- The specially formatted time zone object used by the engines
-