Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Class MemorySettings

java.lang.Object
  extended by com.liferay.portal.kernel.settings.BaseSettings
      extended by com.liferay.portal.kernel.settings.BaseModifiableSettings
          extended by com.liferay.portal.kernel.settings.MemorySettings
All Implemented Interfaces:
ModifiableSettings, Settings

public class MemorySettings
extends BaseModifiableSettings


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
MemorySettings()
           
MemorySettings(Settings parentSettings)
           
 
Method Summary
protected  String doGetValue(String key)
           
protected  String[] doGetValues(String key)
           
 Collection<String> getModifiedKeys()
           
 void reset(String key)
           
 ModifiableSettings setValue(String key, String value)
           
 ModifiableSettings setValues(String key, String[] values)
           
 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 Detail

MemorySettings

public MemorySettings()

MemorySettings

public MemorySettings(Settings parentSettings)
Method Detail

getModifiedKeys

public Collection<String> getModifiedKeys()

reset

public void reset(String key)

setValue

public ModifiableSettings setValue(String key,
                                   String value)

setValues

public ModifiableSettings setValues(String key,
                                    String[] values)

store

public void store()

doGetValue

protected String doGetValue(String key)
Specified by:
doGetValue in class BaseSettings

doGetValues

protected String[] doGetValues(String key)
Specified by:
doGetValues in class BaseSettings

Liferay 7.0-ce-b4