|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Settings | |
|---|---|
| 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. |
| com.liferay.portal.settings | |
| com.liferay.portal.util | This package defines the portal utility interfaces and classes. |
| com.liferay.portlet.blogs | |
| com.liferay.portlet.documentlibrary | |
| com.liferay.portlet.messageboards | |
| com.liferay.portlet.shopping | |
| com.liferay.portlet.wiki | |
| Uses of Settings in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return Settings | |
|---|---|
protected Settings |
SettingsConfigurationAction.getSettings(ActionRequest actionRequest)
|
protected Settings |
DefaultConfigurationAction.getSettings(ActionRequest actionRequest)
|
| Methods in com.liferay.portal.kernel.portlet with parameters of type Settings | |
|---|---|
protected void |
SettingsConfigurationAction.postProcess(long companyId,
PortletRequest portletRequest,
Settings settings)
|
protected void |
DefaultConfigurationAction.postProcess(long companyId,
PortletRequest portletRequest,
Settings settings)
|
| Uses of Settings in com.liferay.portal.kernel.settings |
|---|
| Subinterfaces of Settings in com.liferay.portal.kernel.settings | |
|---|---|
interface |
ArchivedSettings
|
interface |
ModifiableSettings
|
| Classes in com.liferay.portal.kernel.settings that implement Settings | |
|---|---|
class |
BaseModifiableSettings
|
class |
BaseSettings
|
class |
FallbackSettings
|
class |
MemorySettings
|
class |
ParameterMapSettings
|
class |
PortletPreferencesSettings
|
| Fields in com.liferay.portal.kernel.settings declared as Settings | |
|---|---|
protected Settings |
BaseSettings.parentSettings
|
| Methods in com.liferay.portal.kernel.settings that return Settings | |
|---|---|
Settings |
SettingsFactory.getCompanyServiceSettings(long companyId,
String serviceName)
|
static Settings |
SettingsFactoryUtil.getCompanyServiceSettings(long companyId,
String serviceName)
|
Settings |
SettingsFactory.getGroupServiceCompanyDefaultSettings(long companyId,
String serviceName)
|
static Settings |
SettingsFactoryUtil.getGroupServiceCompanyDefaultSettings(long companyId,
String serviceName)
|
Settings |
SettingsFactory.getGroupServiceSettings(long groupId,
String serviceName)
|
static Settings |
SettingsFactoryUtil.getGroupServiceSettings(long groupId,
String serviceName)
|
Settings |
Settings.getParentSettings()
|
Settings |
BaseSettings.getParentSettings()
|
Settings |
SettingsFactory.getPortletInstanceCompanyDefaultSettings(long companyId,
String portletId)
|
static Settings |
SettingsFactoryUtil.getPortletInstanceCompanyDefaultSettings(long companyId,
String portletId)
|
Settings |
SettingsFactory.getPortletInstanceGroupDefaultSettings(long groupId,
String portletId)
|
static Settings |
SettingsFactoryUtil.getPortletInstanceGroupDefaultSettings(long groupId,
String portletId)
|
Settings |
SettingsFactory.getPortletInstanceSettings(Layout layout,
String portletId)
|
static Settings |
SettingsFactoryUtil.getPortletInstanceSettings(Layout layout,
String portletId)
|
Settings |
TypedSettings.getWrappedSettings()
|
| Constructors in com.liferay.portal.kernel.settings with parameters of type Settings | |
|---|---|
BaseModifiableSettings(Settings parentSettings)
|
|
BaseSettings(Settings parentSettings)
|
|
FallbackSettings(Settings parentSettings,
FallbackKeys fallbackKeys)
|
|
MemorySettings(Settings parentSettings)
|
|
ParameterMapSettings(Map<String,String[]> parameterMap,
Settings parentSettings)
|
|
PortletPreferencesSettings(PortletPreferences portletPreferences,
Settings parentSettings)
|
|
TypedSettings(Settings settings)
|
|
TypedSettings(Settings settings,
Locale defaultLocale,
Locale... availableLocales)
|
|
| Uses of Settings in com.liferay.portal.kernel.util |
|---|
| Methods in com.liferay.portal.kernel.util with parameters of type Settings | |
|---|---|
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)
|
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.getSettingsValue(Settings settings,
String key,
String languageId,
boolean useDefault)
|
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)
|
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. |
static String[] |
LocalizationUtil.getSettingsValues(Settings settings,
String key,
String languageId,
boolean useDefault)
|
| Uses of Settings in com.liferay.portal.settings |
|---|
| Classes in com.liferay.portal.settings that implement Settings | |
|---|---|
class |
ArchivedSettingsImpl
|
class |
PropertiesSettings
|
| Methods in com.liferay.portal.settings that return Settings | |
|---|---|
protected Settings |
SettingsFactoryImpl.applyFallbackKeys(String settingsId,
Settings settings)
|
Settings |
SettingsFactoryImpl.getCompanyServiceSettings(long companyId,
String serviceName)
|
protected Settings |
SettingsFactoryImpl.getCompanySettings(long companyId,
String settingsId)
|
Settings |
SettingsFactoryImpl.getGroupServiceCompanyDefaultSettings(long companyId,
String serviceName)
|
Settings |
SettingsFactoryImpl.getGroupServiceSettings(long groupId,
String serviceName)
|
protected Settings |
SettingsFactoryImpl.getGroupSettings(long groupId,
String settingsId)
|
Settings |
SettingsFactoryImpl.getPortletInstanceCompanyDefaultSettings(long companyId,
String portletId)
|
Settings |
SettingsFactoryImpl.getPortletInstanceGroupDefaultSettings(long groupId,
String portletId)
|
Settings |
SettingsFactoryImpl.getPortletInstanceSettings(Layout layout,
String portletId)
|
| Methods in com.liferay.portal.settings with parameters of type Settings | |
|---|---|
protected Settings |
SettingsFactoryImpl.applyFallbackKeys(String settingsId,
Settings settings)
|
| Constructors in com.liferay.portal.settings with parameters of type Settings | |
|---|---|
PropertiesSettings(Properties properties,
ResourceManager resourceManager,
Settings parentSettings)
|
|
| Uses of Settings in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util with parameters of type Settings | |
|---|---|
String |
LocalizationImpl.getSettingsValue(Settings settings,
String key,
String languageId)
|
String |
LocalizationImpl.getSettingsValue(Settings settings,
String key,
String languageId,
boolean useDefault)
|
String[] |
LocalizationImpl.getSettingsValues(Settings settings,
String key,
String languageId)
|
String[] |
LocalizationImpl.getSettingsValues(Settings settings,
String key,
String languageId,
boolean useDefault)
|
| Uses of Settings in com.liferay.portlet.blogs |
|---|
| Constructors in com.liferay.portlet.blogs with parameters of type Settings | |
|---|---|
BlogsPortletInstanceSettings(Settings settings)
|
|
BlogsSettings(Settings settings)
|
|
| Uses of Settings in com.liferay.portlet.documentlibrary |
|---|
| Constructors in com.liferay.portlet.documentlibrary with parameters of type Settings | |
|---|---|
DLPortletInstanceSettings(Settings settings)
|
|
DLSettings(Settings settings)
|
|
| Uses of Settings in com.liferay.portlet.messageboards |
|---|
| Constructors in com.liferay.portlet.messageboards with parameters of type Settings | |
|---|---|
MBSettings(Settings settings)
|
|
| Uses of Settings in com.liferay.portlet.shopping |
|---|
| Constructors in com.liferay.portlet.shopping with parameters of type Settings | |
|---|---|
ShoppingSettings(Settings settings)
|
|
| Uses of Settings in com.liferay.portlet.wiki |
|---|
| Constructors in com.liferay.portlet.wiki with parameters of type Settings | |
|---|---|
WikiPortletInstanceSettings(Settings settings)
|
|
WikiSettings(Settings settings)
|
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||