Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Interface PrefsProps


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)
           
 boolean getBoolean(PortletPreferences preferences, long companyId, 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)
           
 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)
           
 double getDouble(PortletPreferences preferences, long companyId, 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)
           
 int getInteger(PortletPreferences preferences, long companyId, 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)
           
 long getLong(PortletPreferences preferences, long companyId, 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)
           
 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)
           
 short getShort(PortletPreferences preferences, long companyId, 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)
           
 String getString(PortletPreferences preferences, long companyId, String name, boolean defaultValue)
           
 String getString(PortletPreferences preferences, long companyId, String name, double defaultValue)
           
 String getString(PortletPreferences preferences, long companyId, String name, int defaultValue)
           
 String getString(PortletPreferences preferences, long companyId, String name, long defaultValue)
           
 String getString(PortletPreferences preferences, long companyId, String name, short defaultValue)
           
 String getString(PortletPreferences preferences, long companyId, 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)
           
 String[] getStringArray(PortletPreferences preferences, long companyId, 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

boolean getBoolean(PortletPreferences preferences,
                   long companyId,
                   String name)

getBoolean

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

getBoolean

boolean getBoolean(String name)

getBoolean

boolean getBoolean(String name,
                   boolean defaultValue)

getContent

String getContent(long companyId,
                  String name)

getContent

String getContent(PortletPreferences preferences,
                  long companyId,
                  String name)

getContent

String getContent(String name)

getDouble

double getDouble(long companyId,
                 String name)

getDouble

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

getDouble

double getDouble(PortletPreferences preferences,
                 long companyId,
                 String name)

getDouble

double getDouble(PortletPreferences preferences,
                 long companyId,
                 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

int getInteger(PortletPreferences preferences,
               long companyId,
               String name)

getInteger

int getInteger(PortletPreferences preferences,
               long companyId,
               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

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

getLong

long getLong(PortletPreferences preferences,
             long companyId,
             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

Properties getProperties(PortletPreferences preferences,
                         long companyId,
                         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

short getShort(PortletPreferences preferences,
               long companyId,
               String name)

getShort

short getShort(PortletPreferences preferences,
               long companyId,
               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

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

getString

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

getString

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

getString

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

getString

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

getString

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

getString

String getString(PortletPreferences preferences,
                 long companyId,
                 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

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

getStringArray

String[] getStringArray(PortletPreferences preferences,
                        long companyId,
                        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-ce-b4