| java.lang.Object com.liferay.portal.util.PrefsPropsUtil
PrefsPropsUtil | public class PrefsPropsUtil (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public static boolean | getBoolean(String name) | public static boolean | getBoolean(long companyId, String name) | public static boolean | getBoolean(PortletPreferences prefs, long companyId, String name) | public static boolean | getBoolean(String name, boolean defaultValue) | public static boolean | getBoolean(long companyId, String name, boolean defaultValue) | public static boolean | getBoolean(PortletPreferences prefs, long companyId, String name, boolean defaultValue) | public static String | getContent(String name) | public static String | getContent(long companyId, String name) | public static String | getContent(PortletPreferences prefs, long companyId, String name) | public static double | getDouble(String name) | public static double | getDouble(long companyId, String name) | public static double | getDouble(PortletPreferences prefs, long companyId, String name) | public static double | getDouble(String name, double defaultValue) | public static double | getDouble(long companyId, String name, double defaultValue) | public static double | getDouble(PortletPreferences prefs, long companyId, String name, double defaultValue) | public static int | getInteger(String name) | public static int | getInteger(long companyId, String name) | public static int | getInteger(PortletPreferences prefs, long companyId, String name) | public static int | getInteger(String name, int defaultValue) | public static int | getInteger(long companyId, String name, int defaultValue) | public static int | getInteger(PortletPreferences prefs, long companyId, String name, int defaultValue) | public static long | getLong(String name) | public static long | getLong(long companyId, String name) | public static long | getLong(PortletPreferences prefs, long companyId, String name) | public static long | getLong(String name, long defaultValue) | public static long | getLong(long companyId, String name, long defaultValue) | public static long | getLong(PortletPreferences prefs, long companyId, String name, long defaultValue) | public static PortletPreferences | getPreferences() | public static PortletPreferences | getPreferences(long companyId) | public static short | getShort(String name) | public static short | getShort(long companyId, String name) | public static short | getShort(PortletPreferences prefs, long companyId, String name) | public static short | getShort(String name, short defaultValue) | public static short | getShort(long companyId, String name, short defaultValue) | public static short | getShort(PortletPreferences prefs, long companyId, String name, short defaultValue) | public static String | getString(String name) | public static String | getString(long companyId, String name) | public static String | getString(PortletPreferences prefs, long companyId, String name) | public static String | getString(String name, String defaultValue) | public static String | getString(long companyId, String name, String defaultValue) | public static String | getString(PortletPreferences prefs, long companyId, String name, String defaultValue) | public static String | getString(PortletPreferences prefs, long companyId, String name, boolean defaultValue) | public static String | getString(PortletPreferences prefs, long companyId, String name, double defaultValue) | public static String | getString(PortletPreferences prefs, long companyId, String name, int defaultValue) | public static String | getString(PortletPreferences prefs, long companyId, String name, long defaultValue) | public static String | getString(PortletPreferences prefs, long companyId, String name, short defaultValue) | public static String[] | getStringArray(String name, String delimiter) | public static String[] | getStringArray(long companyId, String name, String delimiter) | public static String[] | getStringArray(PortletPreferences prefs, long companyId, String name, String delimiter) | public static String[] | getStringArray(String name, String delimiter, String[] defaultValue) | public static String[] | getStringArray(long companyId, String name, String delimiter, String[] defaultValue) | public static String[] | getStringArray(PortletPreferences prefs, long companyId, String name, String delimiter, String[] defaultValue) |
getBoolean | public static boolean getBoolean(PortletPreferences prefs, long companyId, String name)(Code) | | |
getBoolean | public static boolean getBoolean(PortletPreferences prefs, long companyId, String name, boolean defaultValue)(Code) | | |
getContent | public static String getContent(PortletPreferences prefs, long companyId, String name)(Code) | | |
getDouble | public static double getDouble(PortletPreferences prefs, long companyId, String name)(Code) | | |
getDouble | public static double getDouble(PortletPreferences prefs, long companyId, String name, double defaultValue)(Code) | | |
getInteger | public static int getInteger(PortletPreferences prefs, long companyId, String name)(Code) | | |
getInteger | public static int getInteger(PortletPreferences prefs, long companyId, String name, int defaultValue)(Code) | | |
getLong | public static long getLong(PortletPreferences prefs, long companyId, String name)(Code) | | |
getLong | public static long getLong(PortletPreferences prefs, long companyId, String name, long defaultValue)(Code) | | |
getShort | public static short getShort(PortletPreferences prefs, long companyId, String name)(Code) | | |
getShort | public static short getShort(PortletPreferences prefs, long companyId, String name, short defaultValue)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name, String defaultValue)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name, boolean defaultValue)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name, double defaultValue)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name, int defaultValue)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name, long defaultValue)(Code) | | |
getString | public static String getString(PortletPreferences prefs, long companyId, String name, short defaultValue)(Code) | | |
|
|