Package | Description |
---|---|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.settings | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
protected Settings |
SettingsConfigurationAction.getSettings(ActionRequest actionRequest) |
protected Settings |
DefaultConfigurationAction.getSettings(ActionRequest actionRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
SettingsConfigurationAction.postProcess(long companyId,
PortletRequest portletRequest,
Settings settings) |
protected void |
DefaultConfigurationAction.postProcess(long companyId,
PortletRequest portletRequest,
Settings settings) |
Modifier and Type | Interface and Description |
---|---|
interface |
ArchivedSettings |
interface |
ModifiableSettings |
Modifier and Type | Class and Description |
---|---|
class |
BaseModifiableSettings |
class |
BaseSettings |
class |
ConfigurationBeanSettings |
class |
FallbackSettings |
class |
MemorySettings |
class |
ParameterMapSettings |
class |
PortletPreferencesSettings |
class |
PropertiesSettings |
Modifier and Type | Field and Description |
---|---|
protected Settings |
BaseSettings.parentSettings |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsLocatorHelper.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings) |
static Settings |
SettingsLocatorHelperUtil.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getConfigurationBeanSettings(String configurationPid) |
Settings |
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String settingsId) |
Settings |
SettingsLocatorHelper.getConfigurationBeanSettings(String configurationPid,
Settings parentSettings)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelper.getConfigurationBeanSettings(String) |
Settings |
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String settingsId,
Settings parentSettings)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String) |
Settings |
SettingsLocatorHelper.getGroupPortletPreferencesSettings(long groupId,
String settingsId,
Settings parentSettings) |
Settings |
SettingsLocatorHelperUtil.getGroupPortletPreferencesSettings(long groupId,
String settingsId,
Settings parentSettings) |
Settings |
Settings.getParentSettings() |
Settings |
BaseSettings.getParentSettings() |
Settings |
SettingsLocatorHelper.getPortalPreferencesSettings(long companyId,
Settings parentSettings) |
Settings |
SettingsLocatorHelperUtil.getPortalPreferencesSettings(long companyId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getPortalPropertiesSettings()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Settings |
SettingsLocatorHelperUtil.getPortalPropertiesSettings()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Settings |
SettingsLocatorHelper.getPortletInstancePortletPreferencesSettings(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
String portletId,
Settings parentSettings) |
Settings |
SettingsLocatorHelperUtil.getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
String portletId,
Settings parentSettings) |
static Settings |
SettingsFactoryUtil.getServerSettings(String settingsId)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelperUtil.getServerSettings(String) |
Settings |
SettingsFactory.getServerSettings(String settingsId)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelper.getServerSettings(String) |
Settings |
SettingsLocatorHelper.getServerSettings(String settingsId) |
Settings |
SettingsLocatorHelperUtil.getServerSettings(String settingsId) |
Settings |
SettingsLocator.getSettings() |
Settings |
SystemSettingsLocator.getSettings() |
Settings |
GroupServiceSettingsLocator.getSettings() |
Settings |
CompanyServiceSettingsLocator.getSettings() |
Settings |
ParameterMapSettingsLocator.getSettings() |
Settings |
PortletInstanceSettingsLocator.getSettings() |
static Settings |
SettingsFactoryUtil.getSettings(SettingsLocator settingsLocator) |
Settings |
SettingsFactory.getSettings(SettingsLocator settingsLocator) |
Settings |
TypedSettings.getWrappedSettings() |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsLocatorHelper.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings) |
static Settings |
SettingsLocatorHelperUtil.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getConfigurationBeanSettings(String configurationPid,
Settings parentSettings)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelper.getConfigurationBeanSettings(String) |
Settings |
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String settingsId,
Settings parentSettings)
Deprecated.
As of Judson (7.1.x), replaced by
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String) |
Settings |
SettingsLocatorHelper.getGroupPortletPreferencesSettings(long groupId,
String settingsId,
Settings parentSettings) |
Settings |
SettingsLocatorHelperUtil.getGroupPortletPreferencesSettings(long groupId,
String settingsId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getPortalPreferencesSettings(long companyId,
Settings parentSettings) |
Settings |
SettingsLocatorHelperUtil.getPortalPreferencesSettings(long companyId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getPortletInstancePortletPreferencesSettings(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Settings parentSettings) |
Settings |
SettingsLocatorHelper.getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
String portletId,
Settings parentSettings) |
Settings |
SettingsLocatorHelperUtil.getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
String portletId,
Settings parentSettings) |
Constructor and Description |
---|
BaseModifiableSettings(Settings parentSettings) |
BaseSettings(Settings parentSettings) |
ConfigurationBeanSettings(LocationVariableResolver locationVariableResolver,
Object configurationBean,
Settings parentSettings) |
FallbackSettings(Settings parentSettings,
FallbackKeys fallbackKeys) |
MemorySettings(Settings parentSettings) |
ParameterMapSettings(Map<String,String[]> parameterMap,
Settings parentSettings) |
PortletPreferencesSettings(PortletPreferences portletPreferences,
Settings parentSettings) |
PropertiesSettings(LocationVariableResolver locationVariableResolver,
Properties properties,
Settings parentSettings) |
TypedSettings(Settings settings) |
TypedSettings(Settings settings,
Collection<Locale> availableLocales) |
Modifier and Type | Method and Description |
---|---|
static String |
LocalizationUtil.getSettingsValue(Settings settings,
String key,
String languageId) |
String |
Localization.getSettingsValue(Settings settings,
String key,
String languageId)
Returns the localized settings value for the key in the language.
|
static String |
LocalizationUtil.getSettingsValue(Settings settings,
String key,
String languageId,
boolean useDefault) |
String |
Localization.getSettingsValue(Settings settings,
String key,
String languageId,
boolean useDefault)
Returns the localized settings value for the key in the language,
optionally using the default language if no localization exists for the
requested language.
|
static String[] |
LocalizationUtil.getSettingsValues(Settings settings,
String key,
String languageId) |
String[] |
Localization.getSettingsValues(Settings settings,
String key,
String languageId)
Returns the localized settings values for the key in the language.
|
static String[] |
LocalizationUtil.getSettingsValues(Settings settings,
String key,
String languageId,
boolean useDefault) |
String[] |
Localization.getSettingsValues(Settings settings,
String key,
String languageId,
boolean useDefault)
Returns the localized settings values for the key in the language,
optionally using the default language if no localization exists for the
requested language.
|