|
Liferay 7.0-ce-b4 | |||||||||
| 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.util | This package defines the portal utility interfaces and classes. |
| com.liferay.portal.verify.test | |
| com.liferay.portlet.blogs | |
| com.liferay.portlet.documentlibrary | |
| com.liferay.portlet.messageboards | |
| Uses of Settings in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return Settings | |
|---|---|
protected Settings |
DefaultConfigurationAction.getSettings(ActionRequest actionRequest)
|
protected Settings |
SettingsConfigurationAction.getSettings(ActionRequest actionRequest)
|
| Methods in com.liferay.portal.kernel.portlet with parameters of type Settings | |
|---|---|
protected void |
DefaultConfigurationAction.postProcess(long companyId,
PortletRequest portletRequest,
Settings settings)
|
protected void |
SettingsConfigurationAction.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 |
ConfigurationBeanSettings
|
class |
FallbackSettings
|
class |
MemorySettings
|
class |
ParameterMapSettings
|
class |
PortletPreferencesSettings
|
class |
PropertiesSettings
|
| 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 |
SettingsLocatorHelper.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings)
|
static Settings |
SettingsLocatorHelperUtil.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelper.getConfigurationBeanSettings(String settingsId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String settingsId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelper.getGroupPortletPreferencesSettings(long groupId,
String settingsId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelperUtil.getGroupPortletPreferencesSettings(long groupId,
String settingsId,
Settings parentSettings)
|
Settings |
BaseSettings.getParentSettings()
|
Settings |
Settings.getParentSettings()
|
Settings |
SettingsLocatorHelper.getPortalPreferencesSettings(long companyId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelperUtil.getPortalPreferencesSettings(long companyId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelper.getPortalPropertiesSettings()
|
Settings |
SettingsLocatorHelperUtil.getPortalPropertiesSettings()
|
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)
|
Settings |
SettingsFactory.getServerSettings(String settingsId)
|
Settings |
GroupServiceSettingsLocator.getSettings()
|
Settings |
SettingsLocator.getSettings()
|
Settings |
CompanyServiceSettingsLocator.getSettings()
|
Settings |
PortletInstanceSettingsLocator.getSettings()
|
Settings |
ParameterMapSettingsLocator.getSettings()
|
static Settings |
SettingsFactoryUtil.getSettings(SettingsLocator settingsLocator)
|
Settings |
SettingsFactory.getSettings(SettingsLocator settingsLocator)
|
Settings |
TypedSettings.getWrappedSettings()
|
| Methods in com.liferay.portal.kernel.settings with parameters of type Settings | |
|---|---|
Settings |
SettingsLocatorHelper.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings)
|
static Settings |
SettingsLocatorHelperUtil.getCompanyPortletPreferencesSettings(long companyId,
String settingsId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelper.getConfigurationBeanSettings(String settingsId,
Settings parentSettings)
|
Settings |
SettingsLocatorHelperUtil.getConfigurationBeanSettings(String settingsId,
Settings parentSettings)
|
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)
|
| Constructors in com.liferay.portal.kernel.settings with parameters of type Settings | |
|---|---|
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)
|
|
| 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.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.portal.verify.test |
|---|
| Methods in com.liferay.portal.verify.test that return Settings | |
|---|---|
protected Settings |
BaseCompanySettingsVerifyProcessTestCase.getSettings(long companyId)
|
| Methods in com.liferay.portal.verify.test with parameters of type Settings | |
|---|---|
protected abstract void |
BaseCompanySettingsVerifyProcessTestCase.doVerify(PortletPreferences portletPreferences,
Settings settings)
|
| Uses of Settings in com.liferay.portlet.blogs |
|---|
| Constructors in com.liferay.portlet.blogs with parameters of type Settings | |
|---|---|
BlogsGroupServiceSettings(Settings settings)
|
|
| Uses of Settings in com.liferay.portlet.documentlibrary |
|---|
| Constructors in com.liferay.portlet.documentlibrary with parameters of type Settings | |
|---|---|
DLGroupServiceSettings(Settings settings)
|
|
| Uses of Settings in com.liferay.portlet.messageboards |
|---|
| Constructors in com.liferay.portlet.messageboards with parameters of type Settings | |
|---|---|
MBGroupServiceSettings(Settings settings)
|
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||