com.liferay.portlet
Class PortalPreferencesImpl
java.lang.Object
com.liferay.portlet.PortalPreferencesImpl
- All Implemented Interfaces:
- PortalPreferences, Serializable
public class PortalPreferencesImpl
- extends Object
- implements PortalPreferences
- See Also:
- Serialized Form
Method Summary |
String |
getValue(String namespace,
String key)
|
String |
getValue(String namespace,
String key,
String defaultValue)
|
String[] |
getValues(String namespace,
String key)
|
String[] |
getValues(String namespace,
String key,
String[] defaultValue)
|
void |
setValue(String namespace,
String key,
String value)
|
void |
setValues(String namespace,
String key,
String[] values)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalPreferencesImpl
public PortalPreferencesImpl(PortletPreferencesImpl preferences,
boolean signedIn)
getValue
public String getValue(String namespace,
String key)
- Specified by:
getValue
in interface PortalPreferences
getValue
public String getValue(String namespace,
String key,
String defaultValue)
- Specified by:
getValue
in interface PortalPreferences
getValues
public String[] getValues(String namespace,
String key)
- Specified by:
getValues
in interface PortalPreferences
getValues
public String[] getValues(String namespace,
String key,
String[] defaultValue)
- Specified by:
getValues
in interface PortalPreferences
setValue
public void setValue(String namespace,
String key,
String value)
- Specified by:
setValue
in interface PortalPreferences
setValues
public void setValues(String namespace,
String key,
String[] values)
- Specified by:
setValues
in interface PortalPreferences