Class ValueProviderParameterUtils
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.ValueProviderParameterUtils
-
public final class ValueProviderParameterUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getBoolean(IndexedProperty indexedProperty, java.lang.String key, boolean defaultValue)
static double
getDouble(IndexedProperty indexedProperty, java.lang.String key, double defaultValue)
static int
getInt(IndexedProperty indexedProperty, java.lang.String key, int defaultValue)
static long
getLong(IndexedProperty indexedProperty, java.lang.String key, long defaultValue)
static java.lang.String
getString(IndexedProperty indexedProperty, java.lang.String key, java.lang.String defaultValue)
protected static java.lang.String
getStringValue(IndexedProperty indexedProperty, java.lang.String key)
-
-
-
Method Detail
-
getInt
public static int getInt(IndexedProperty indexedProperty, java.lang.String key, int defaultValue)
-
getLong
public static long getLong(IndexedProperty indexedProperty, java.lang.String key, long defaultValue)
-
getDouble
public static double getDouble(IndexedProperty indexedProperty, java.lang.String key, double defaultValue)
-
getBoolean
public static boolean getBoolean(IndexedProperty indexedProperty, java.lang.String key, boolean defaultValue)
-
getString
public static java.lang.String getString(IndexedProperty indexedProperty, java.lang.String key, java.lang.String defaultValue)
-
getStringValue
protected static java.lang.String getStringValue(IndexedProperty indexedProperty, java.lang.String key)
-
-