Liferay 6.0.5

com.liferay.portlet
Class PortalPreferencesImpl

java.lang.Object
  extended by com.liferay.portlet.PortalPreferencesImpl
All Implemented Interfaces:
PortalPreferences, Serializable

public class PortalPreferencesImpl
extends Object
implements PortalPreferences

See Also:
Serialized Form

Constructor Summary
PortalPreferencesImpl(PortletPreferencesImpl preferences, boolean signedIn)
           
 
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
 

Constructor Detail

PortalPreferencesImpl

public PortalPreferencesImpl(PortletPreferencesImpl preferences,
                             boolean signedIn)
Method Detail

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

Liferay 6.0.5