Class MemorySettings
Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
com.liferay.portal.kernel.settings.MemorySettings
- All Implemented Interfaces:
ModifiableSettings,Settings
- 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
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
-
MemorySettings
public MemorySettings() -
MemorySettings
-
-
Method Details
-
getModifiedKeys
-
reset
-
setValue
-
setValues
-
store
public void store() -
doGetValue
- Specified by:
doGetValuein classBaseSettings
-
doGetValues
- Specified by:
doGetValuesin classBaseSettings
-