|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
com.liferay.portal.kernel.settings.PortletPreferencesSettings
public class PortletPreferencesSettings
| 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 | |
|---|---|
PortletPreferencesSettings(PortletPreferences portletPreferences)
|
|
PortletPreferencesSettings(PortletPreferences portletPreferences,
Settings parentSettings)
|
|
| Method Summary | |
|---|---|
protected String |
doGetValue(String key)
|
protected String[] |
doGetValues(String key)
|
Collection<String> |
getModifiedKeys()
|
PortletPreferences |
getPortletPreferences()
|
protected boolean |
isNull(String value)
|
protected String |
normalizeValue(String value)
|
protected String[] |
normalizeValues(String[] values)
|
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 |
|---|
public PortletPreferencesSettings(PortletPreferences portletPreferences)
public PortletPreferencesSettings(PortletPreferences portletPreferences,
Settings parentSettings)
| Method Detail |
|---|
public Collection<String> getModifiedKeys()
public PortletPreferences getPortletPreferences()
public void reset(String key)
public ModifiableSettings setValue(String key,
String value)
public ModifiableSettings setValues(String key,
String[] values)
public void store()
throws IOException,
ValidatorException
IOException
ValidatorExceptionprotected String doGetValue(String key)
doGetValue in class BaseSettingsprotected String[] doGetValues(String key)
doGetValues in class BaseSettingsprotected boolean isNull(String value)
protected String normalizeValue(String value)
protected String[] normalizeValues(String[] values)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||