com.liferay.portal.settings
Class ArchivedSettingsImpl
java.lang.Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
com.liferay.portal.settings.ArchivedSettingsImpl
- All Implemented Interfaces:
- ArchivedSettings, ModifiableSettings, Settings
public class ArchivedSettingsImpl
- extends BaseModifiableSettings
- implements ArchivedSettings
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchivedSettingsImpl
public ArchivedSettingsImpl(PortletItem portletItem)
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