com.liferay.portal.kernel.settings
Class PortletPreferencesSettings
java.lang.Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
com.liferay.portal.kernel.settings.PortletPreferencesSettings
- All Implemented Interfaces:
- ModifiableSettings, Settings
public class PortletPreferencesSettings
- extends BaseModifiableSettings
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesSettings
public PortletPreferencesSettings(PortletPreferences portletPreferences)
PortletPreferencesSettings
public PortletPreferencesSettings(PortletPreferences portletPreferences,
Settings parentSettings)
getModifiedKeys
public Collection<String> getModifiedKeys()
getPortletPreferences
public PortletPreferences getPortletPreferences()
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()
throws IOException,
ValidatorException
- 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
isNull
@Deprecated
protected boolean isNull(String value)
- Deprecated. As of 7.0.0, with no direct replacement
normalizeValue
@Deprecated
protected String normalizeValue(String value)
- Deprecated. As of 7.0.0, with no direct replacement
normalizeValues
@Deprecated
protected String[] normalizeValues(String[] values)
- Deprecated. As of 7.0.0, with no direct replacement