Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Interface ModifiableSettings

All Superinterfaces:
Settings
All Known Subinterfaces:
ArchivedSettings
All Known Implementing Classes:
BaseModifiableSettings, MemorySettings, PortletPreferencesSettings

public interface ModifiableSettings
extends Settings


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.settings.Settings
Settings.Config, Settings.OverrideClass, Settings.Property
 
Method Summary
 Collection<String> getModifiedKeys()
           
 void reset()
           
 void reset(String key)
           
 ModifiableSettings setValue(String key, String value)
           
 ModifiableSettings setValues(ModifiableSettings modifiableSettings)
           
 ModifiableSettings setValues(String key, String[] values)
           
 void store()
           
 
Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
 

Method Detail

getModifiedKeys

Collection<String> getModifiedKeys()

reset

void reset()

reset

void reset(String key)

setValue

ModifiableSettings setValue(String key,
                            String value)

setValues

ModifiableSettings setValues(ModifiableSettings modifiableSettings)

setValues

ModifiableSettings setValues(String key,
                             String[] values)

store

void store()
           throws IOException,
                  ValidatorException
Throws:
IOException
ValidatorException

Liferay 7.0-ce-b4