Interface ModifiableSettings
- All Superinterfaces:
Settings
- All Known Subinterfaces:
ArchivedSettings
- All Known Implementing Classes:
BaseModifiableSettings,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 -
Method Summary
Modifier and TypeMethodDescriptionvoidreset()voidsetValues(ModifiableSettings modifiableSettings) voidstore()Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
-
Method Details
-
getModifiedKeys
Collection<String> getModifiedKeys() -
reset
void reset() -
reset
-
setValue
-
setValues
-
setValues
-
store
- Throws:
IOExceptionValidatorException
-