Liferay 7.0-ce-m3

com.liferay.portal.settings
Class ArchivedSettingsImpl

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

public class ArchivedSettingsImpl
extends BaseModifiableSettings
implements ArchivedSettings


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
 
Constructor Summary
ArchivedSettingsImpl(PortletItem portletItem)
           
 
Method Summary
 void delete()
           
protected  String doGetValue(String key)
           
protected  String[] doGetValues(String key)
           
 Date getModifiedDate()
           
 Collection<String> getModifiedKeys()
           
 String getName()
           
 String getUserName()
           
 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.ModifiableSettings
reset, setValues
 
Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
 

Constructor Detail

ArchivedSettingsImpl

public ArchivedSettingsImpl(PortletItem portletItem)
Method Detail

delete

public void delete()
            throws IOException
Specified by:
delete in interface ArchivedSettings
Throws:
IOException

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface ArchivedSettings

getModifiedKeys

public Collection<String> getModifiedKeys()
Specified by:
getModifiedKeys in interface ModifiableSettings

getName

public String getName()
Specified by:
getName in interface ArchivedSettings

getUserName

public String getUserName()
Specified by:
getUserName in interface ArchivedSettings

reset

public void reset(String key)
Specified by:
reset in interface ModifiableSettings

setValue

public ModifiableSettings setValue(String key,
                                   String value)
Specified by:
setValue in interface ModifiableSettings

setValues

public ModifiableSettings setValues(String key,
                                    String[] values)
Specified by:
setValues in interface ModifiableSettings

store

public void store()
           throws IOException,
                  ValidatorException
Specified by:
store in interface ModifiableSettings
Throws:
IOException
ValidatorException

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-m3