@Deprecated public interface GlobalizationService extends ContextSensitiveSingletonService
Modifier and Type | Field and Description |
---|---|
static boolean |
getSiteCalendarSettings$UPDATES
Deprecated.
|
static boolean |
getSiteCalendarSettingsClone$UPDATES
Deprecated.
|
static boolean |
getSiteLocaleSettings$UPDATES
Deprecated.
|
static boolean |
getSiteLocaleSettingsClone$UPDATES
Deprecated.
|
static boolean |
getSiteTimeZoneSettings$UPDATES
Deprecated.
|
static boolean |
getSiteTimeZoneSettingsClone$UPDATES
Deprecated.
|
static boolean |
setSiteCalendarSettings$UPDATES
Deprecated.
|
static boolean |
setSiteLocaleSettings$UPDATES
Deprecated.
|
static boolean |
setSiteTimeZoneSettings$UPDATES
Deprecated.
|
static boolean |
setTimeZone$UPDATES
Deprecated.
|
CONFIGURE_METHOD_NAME
Modifier and Type | Method and Description |
---|---|
SiteCalendarSettings |
getSiteCalendarSettings()
Deprecated.
Retrieval of site calendar settings should be done via getSiteCalendarSettingsClone
CalendarSetting |
SiteCalendarSettings |
getSiteCalendarSettingsClone()
Deprecated.
Gets the calendar specific settings for the site
|
SiteLocaleSettings |
getSiteLocaleSettings()
Deprecated.
Retrieving site locale settings should be done via getSiteLocaleSettingsClone
|
SiteLocaleSettings |
getSiteLocaleSettingsClone()
Deprecated.
Gets the site locale settings for the site.
|
SiteTimeZoneSettings |
getSiteTimeZoneSettings()
Deprecated.
Retrieval of site timezone settings should be done via getSiteTimeZoneSettingsClone
|
SiteTimeZoneSettings |
getSiteTimeZoneSettingsClone()
Deprecated.
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 |
setTimeZone(BackendTimeZoneSimple tz)
Deprecated.
Set the time zone information using the format used by the engines to encapsulate time zone
information.
|
configureContextSensitiveSingletonService
static final boolean getSiteLocaleSettings$UPDATES
static final boolean getSiteLocaleSettingsClone$UPDATES
static final boolean setSiteLocaleSettings$UPDATES
static final boolean getSiteTimeZoneSettings$UPDATES
static final boolean getSiteTimeZoneSettingsClone$UPDATES
static final boolean setSiteTimeZoneSettings$UPDATES
static final boolean setSiteCalendarSettings$UPDATES
static final boolean getSiteCalendarSettings$UPDATES
static final boolean getSiteCalendarSettingsClone$UPDATES
static final boolean setTimeZone$UPDATES
@Deprecated SiteLocaleSettings getSiteLocaleSettings()
SiteLocaleSettings getSiteLocaleSettingsClone()
void setSiteLocaleSettings(SiteLocaleSettings localeSettings_) throws PrivilegeException
SiteLocaleSettings
parameter must be
populated.
It is required that the primary locale
defined in the parameter
is present and enabled in the array of locale settings
.localeSettings_
- New locale settings for the entire site.PrivilegeException
- if the current user is not a portal
administrator@Deprecated SiteTimeZoneSettings getSiteTimeZoneSettings()
SiteTimeZoneSettings getSiteTimeZoneSettingsClone()
void setSiteTimeZoneSettings(SiteTimeZoneSettings timezoneSettings_)
settings_
- New timezone settings for the entire site.void setSiteCalendarSettings(SiteCalendarSettings settings_)
settings_
- new calendar settings for the site
CalendarSetting
@Deprecated SiteCalendarSettings getSiteCalendarSettings()
CalendarSetting
SiteCalendarSettings getSiteCalendarSettingsClone()
CalendarSetting
void setTimeZone(BackendTimeZoneSimple tz)
tz
- The specially formatted time zone object used by the enginesCopyright © 2003-2024 Appian Corporation. All Rights Reserved.