Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.util
Interface PrefsProps


@ProviderType
public interface PrefsProps


Method Summary
 boolean getBoolean(long companyId, String name)
           
 boolean getBoolean(long companyId, String name, boolean defaultValue)
           
 boolean getBoolean(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getBoolean(PortletPreferences, String)
 boolean getBoolean(PortletPreferences preferences, long companyId, String name, boolean defaultValue)
          Deprecated. As of 7.0.0, replaced by getBoolean(PortletPreferences, String, boolean)
 boolean getBoolean(PortletPreferences preferences, String name)
           
 boolean getBoolean(PortletPreferences preferences, String name, boolean defaultValue)
           
 boolean getBoolean(String name)
           
 boolean getBoolean(String name, boolean defaultValue)
           
 String getContent(long companyId, String name)
           
 String getContent(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getContent(PortletPreferences, String)
 String getContent(PortletPreferences preferences, String name)
           
 String getContent(String name)
           
 double getDouble(long companyId, String name)
           
 double getDouble(long companyId, String name, double defaultValue)
           
 double getDouble(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getDouble(PortletPreferences, String)
 double getDouble(PortletPreferences preferences, long companyId, String name, double defaultValue)
          Deprecated. As of 7.0.0, replaced by getDouble(PortletPreferences, String, double)
 double getDouble(PortletPreferences preferences, String name)
           
 double getDouble(PortletPreferences preferences, String name, double defaultValue)
           
 double getDouble(String name)
           
 double getDouble(String name, double defaultValue)
           
 int getInteger(long companyId, String name)
           
 int getInteger(long companyId, String name, int defaultValue)
           
 int getInteger(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getInteger(PortletPreferences, String)
 int getInteger(PortletPreferences preferences, long companyId, String name, int defaultValue)
          Deprecated. As of 7.0.0, replaced by getInteger(PortletPreferences, String, int)
 int getInteger(PortletPreferences preferences, String name)
           
 int getInteger(PortletPreferences preferences, String name, int defaultValue)
           
 int getInteger(String name)
           
 int getInteger(String name, int defaultValue)
           
 long getLong(long companyId, String name)
           
 long getLong(long companyId, String name, long defaultValue)
           
 long getLong(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getLong(PortletPreferences, String)
 long getLong(PortletPreferences preferences, long companyId, String name, long defaultValue)
          Deprecated. As of 7.0.0, replaced by getLong(PortletPreferences, String, long)
 long getLong(PortletPreferences preferences, String name)
           
 long getLong(PortletPreferences preferences, String name, long defaultValue)
           
 long getLong(String name)
           
 long getLong(String name, long defaultValue)
           
 PortletPreferences getPreferences()
           
 PortletPreferences getPreferences(boolean readOnly)
           
 PortletPreferences getPreferences(long companyId)
           
 PortletPreferences getPreferences(long companyId, boolean readOnly)
           
 Properties getProperties(PortletPreferences preferences, long companyId, String prefix, boolean removePrefix)
          Deprecated. As of 7.0.0, replaced by getProperties(PortletPreferences, String, boolean)
 Properties getProperties(PortletPreferences preferences, String prefix, boolean removePrefix)
           
 Properties getProperties(String prefix, boolean removePrefix)
           
 short getShort(long companyId, String name)
           
 short getShort(long companyId, String name, short defaultValue)
           
 short getShort(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getShort(PortletPreferences, String)
 short getShort(PortletPreferences preferences, long companyId, String name, short defaultValue)
          Deprecated. As of 7.0.0, replaced by getShort(PortletPreferences, String, short)
 short getShort(PortletPreferences preferences, String name)
           
 short getShort(PortletPreferences preferences, String name, short defaultValue)
           
 short getShort(String name)
           
 short getShort(String name, short defaultValue)
           
 String getString(long companyId, String name)
           
 String getString(long companyId, String name, String defaultValue)
           
 String getString(PortletPreferences preferences, long companyId, String name)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String)
 String getString(PortletPreferences preferences, long companyId, String name, boolean defaultValue)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, boolean)
 String getString(PortletPreferences preferences, long companyId, String name, double defaultValue)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, double)
 String getString(PortletPreferences preferences, long companyId, String name, int defaultValue)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, int)
 String getString(PortletPreferences preferences, long companyId, String name, long defaultValue)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, long)
 String getString(PortletPreferences preferences, long companyId, String name, short defaultValue)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, short)
 String getString(PortletPreferences preferences, long companyId, String name, String defaultValue)
          Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, String)
 String getString(PortletPreferences preferences, String name)
           
 String getString(PortletPreferences preferences, String name, boolean defaultValue)
           
 String getString(PortletPreferences preferences, String name, double defaultValue)
           
 String getString(PortletPreferences preferences, String name, int defaultValue)
           
 String getString(PortletPreferences preferences, String name, long defaultValue)
           
 String getString(PortletPreferences preferences, String name, short defaultValue)
           
 String getString(PortletPreferences preferences, String name, String defaultValue)
           
 String getString(String name)
           
 String getString(String name, String defaultValue)
           
 String[] getStringArray(long companyId, String name, String delimiter)
           
 String[] getStringArray(long companyId, String name, String delimiter, String[] defaultValue)
           
 String[] getStringArray(PortletPreferences preferences, long companyId, String name, String delimiter)
          Deprecated. As of 7.0.0, replaced by getStringArray(PortletPreferences, String, String)
 String[] getStringArray(PortletPreferences preferences, long companyId, String name, String delimiter, String[] defaultValue)
          Deprecated. As of 7.0.0, replaced by getStringArray(PortletPreferences, String, String, String[])
 String[] getStringArray(PortletPreferences preferences, String name, String delimiter)
           
 String[] getStringArray(PortletPreferences preferences, String name, String delimiter, String[] defaultValue)
           
 String[] getStringArray(String name, String delimiter)
           
 String[] getStringArray(String name, String delimiter, String[] defaultValue)
           
 String getStringFromNames(long companyId, String... names)
           
 

Method Detail

getBoolean

boolean getBoolean(long companyId,
                   String name)

getBoolean

boolean getBoolean(long companyId,
                   String name,
                   boolean defaultValue)

getBoolean

@Deprecated
boolean getBoolean(PortletPreferences preferences,
                              long companyId,
                              String name)
Deprecated. As of 7.0.0, replaced by getBoolean(PortletPreferences, String)


getBoolean

@Deprecated
boolean getBoolean(PortletPreferences preferences,
                              long companyId,
                              String name,
                              boolean defaultValue)
Deprecated. As of 7.0.0, replaced by getBoolean(PortletPreferences, String, boolean)


getBoolean

boolean getBoolean(PortletPreferences preferences,
                   String name)

getBoolean

boolean getBoolean(PortletPreferences preferences,
                   String name,
                   boolean defaultValue)

getBoolean

boolean getBoolean(String name)

getBoolean

boolean getBoolean(String name,
                   boolean defaultValue)

getContent

String getContent(long companyId,
                  String name)

getContent

@Deprecated
String getContent(PortletPreferences preferences,
                             long companyId,
                             String name)
Deprecated. As of 7.0.0, replaced by getContent(PortletPreferences, String)


getContent

String getContent(PortletPreferences preferences,
                  String name)

getContent

String getContent(String name)

getDouble

double getDouble(long companyId,
                 String name)

getDouble

double getDouble(long companyId,
                 String name,
                 double defaultValue)

getDouble

@Deprecated
double getDouble(PortletPreferences preferences,
                            long companyId,
                            String name)
Deprecated. As of 7.0.0, replaced by getDouble(PortletPreferences, String)


getDouble

@Deprecated
double getDouble(PortletPreferences preferences,
                            long companyId,
                            String name,
                            double defaultValue)
Deprecated. As of 7.0.0, replaced by getDouble(PortletPreferences, String, double)


getDouble

double getDouble(PortletPreferences preferences,
                 String name)

getDouble

double getDouble(PortletPreferences preferences,
                 String name,
                 double defaultValue)

getDouble

double getDouble(String name)

getDouble

double getDouble(String name,
                 double defaultValue)

getInteger

int getInteger(long companyId,
               String name)

getInteger

int getInteger(long companyId,
               String name,
               int defaultValue)

getInteger

@Deprecated
int getInteger(PortletPreferences preferences,
                          long companyId,
                          String name)
Deprecated. As of 7.0.0, replaced by getInteger(PortletPreferences, String)


getInteger

@Deprecated
int getInteger(PortletPreferences preferences,
                          long companyId,
                          String name,
                          int defaultValue)
Deprecated. As of 7.0.0, replaced by getInteger(PortletPreferences, String, int)


getInteger

int getInteger(PortletPreferences preferences,
               String name)

getInteger

int getInteger(PortletPreferences preferences,
               String name,
               int defaultValue)

getInteger

int getInteger(String name)

getInteger

int getInteger(String name,
               int defaultValue)

getLong

long getLong(long companyId,
             String name)

getLong

long getLong(long companyId,
             String name,
             long defaultValue)

getLong

@Deprecated
long getLong(PortletPreferences preferences,
                        long companyId,
                        String name)
Deprecated. As of 7.0.0, replaced by getLong(PortletPreferences, String)


getLong

@Deprecated
long getLong(PortletPreferences preferences,
                        long companyId,
                        String name,
                        long defaultValue)
Deprecated. As of 7.0.0, replaced by getLong(PortletPreferences, String, long)


getLong

long getLong(PortletPreferences preferences,
             String name)

getLong

long getLong(PortletPreferences preferences,
             String name,
             long defaultValue)

getLong

long getLong(String name)

getLong

long getLong(String name,
             long defaultValue)

getPreferences

PortletPreferences getPreferences()

getPreferences

PortletPreferences getPreferences(boolean readOnly)

getPreferences

PortletPreferences getPreferences(long companyId)

getPreferences

PortletPreferences getPreferences(long companyId,
                                  boolean readOnly)

getProperties

@Deprecated
Properties getProperties(PortletPreferences preferences,
                                    long companyId,
                                    String prefix,
                                    boolean removePrefix)
Deprecated. As of 7.0.0, replaced by getProperties(PortletPreferences, String, boolean)


getProperties

Properties getProperties(PortletPreferences preferences,
                         String prefix,
                         boolean removePrefix)

getProperties

Properties getProperties(String prefix,
                         boolean removePrefix)

getShort

short getShort(long companyId,
               String name)

getShort

short getShort(long companyId,
               String name,
               short defaultValue)

getShort

@Deprecated
short getShort(PortletPreferences preferences,
                          long companyId,
                          String name)
Deprecated. As of 7.0.0, replaced by getShort(PortletPreferences, String)


getShort

@Deprecated
short getShort(PortletPreferences preferences,
                          long companyId,
                          String name,
                          short defaultValue)
Deprecated. As of 7.0.0, replaced by getShort(PortletPreferences, String, short)


getShort

short getShort(PortletPreferences preferences,
               String name)

getShort

short getShort(PortletPreferences preferences,
               String name,
               short defaultValue)

getShort

short getShort(String name)

getShort

short getShort(String name,
               short defaultValue)

getString

String getString(long companyId,
                 String name)

getString

String getString(long companyId,
                 String name,
                 String defaultValue)

getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String)


getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name,
                            boolean defaultValue)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, boolean)


getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name,
                            double defaultValue)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, double)


getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name,
                            int defaultValue)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, int)


getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name,
                            long defaultValue)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, long)


getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name,
                            short defaultValue)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, short)


getString

@Deprecated
String getString(PortletPreferences preferences,
                            long companyId,
                            String name,
                            String defaultValue)
Deprecated. As of 7.0.0, replaced by getString(PortletPreferences, String, String)


getString

String getString(PortletPreferences preferences,
                 String name)

getString

String getString(PortletPreferences preferences,
                 String name,
                 boolean defaultValue)

getString

String getString(PortletPreferences preferences,
                 String name,
                 double defaultValue)

getString

String getString(PortletPreferences preferences,
                 String name,
                 int defaultValue)

getString

String getString(PortletPreferences preferences,
                 String name,
                 long defaultValue)

getString

String getString(PortletPreferences preferences,
                 String name,
                 short defaultValue)

getString

String getString(PortletPreferences preferences,
                 String name,
                 String defaultValue)

getString

String getString(String name)

getString

String getString(String name,
                 String defaultValue)

getStringArray

String[] getStringArray(long companyId,
                        String name,
                        String delimiter)

getStringArray

String[] getStringArray(long companyId,
                        String name,
                        String delimiter,
                        String[] defaultValue)

getStringArray

@Deprecated
String[] getStringArray(PortletPreferences preferences,
                                   long companyId,
                                   String name,
                                   String delimiter)
Deprecated. As of 7.0.0, replaced by getStringArray(PortletPreferences, String, String)


getStringArray

@Deprecated
String[] getStringArray(PortletPreferences preferences,
                                   long companyId,
                                   String name,
                                   String delimiter,
                                   String[] defaultValue)
Deprecated. As of 7.0.0, replaced by getStringArray(PortletPreferences, String, String, String[])


getStringArray

String[] getStringArray(PortletPreferences preferences,
                        String name,
                        String delimiter)

getStringArray

String[] getStringArray(PortletPreferences preferences,
                        String name,
                        String delimiter,
                        String[] defaultValue)

getStringArray

String[] getStringArray(String name,
                        String delimiter)

getStringArray

String[] getStringArray(String name,
                        String delimiter,
                        String[] defaultValue)

getStringFromNames

String getStringFromNames(long companyId,
                          String... names)

Liferay 7.0-ga1 portal-kernel