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 StringdoGetValue(String key) protected String[]doGetValues(String key) voidvoidstore()Methods inherited from class com.liferay.portal.kernel.settings.BaseModifiableSettings
reset, setValuesMethods inherited from class com.liferay.portal.kernel.settings.BaseSettings
getModifiableSettings, getParentSettings, getValue, getValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
IOExceptionValidatorException
-
doGetValue
- Specified by:
doGetValuein classBaseSettings
-
doGetValues
- Specified by:
doGetValuesin classBaseSettings
-