Class BaseModifiableSettings
Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
- All Implemented Interfaces:
ModifiableSettings
,Settings
- Direct Known Subclasses:
MemorySettings
,PortletPreferencesSettings
- Author:
- 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
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.kernel.settings.BaseSettings
doGetValue, doGetValues, 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.ModifiableSettings
getModifiedKeys, reset, setValue, setValues, store
Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
-
Constructor Details
-
BaseModifiableSettings
public BaseModifiableSettings() -
BaseModifiableSettings
-
-
Method Details
-
reset
public void reset()- Specified by:
reset
in interfaceModifiableSettings
-
setValues
- Specified by:
setValues
in interfaceModifiableSettings
-