Class PortletPreferencesSettings
Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
com.liferay.portal.kernel.settings.PortletPreferencesSettings
- All Implemented Interfaces:
ModifiableSettings
,Settings
- Author:
- Jorge Ferrer, Iván Zaera
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.settings.Settings
Settings.Config, Settings.OverrideClass, Settings.Property
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
-
Constructor Summary
ConstructorsConstructorDescriptionPortletPreferencesSettings
(PortletPreferences portletPreferences) PortletPreferencesSettings
(PortletPreferences portletPreferences, Settings parentSettings) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
doGetValue
(String key) protected String[]
doGetValues
(String key) void
void
store()
Methods inherited from class com.liferay.portal.kernel.settings.BaseModifiableSettings
reset, setValues
Methods inherited from class com.liferay.portal.kernel.settings.BaseSettings
getModifiableSettings, getParentSettings, getValue, getValues
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
-
Constructor Details
-
PortletPreferencesSettings
-
PortletPreferencesSettings
-
-
Method Details
-
getModifiedKeys
-
getPortletPreferences
-
reset
-
setValue
-
setValues
-
store
- Throws:
IOException
ValidatorException
-
doGetValue
- Specified by:
doGetValue
in classBaseSettings
-
doGetValues
- Specified by:
doGetValues
in classBaseSettings
-