Package de.hybris.platform.core
Class GenericSearchConstants
- java.lang.Object
-
- de.hybris.platform.core.GenericSearchConstants
-
public abstract class GenericSearchConstants extends java.lang.Objectconstants definition used for creating genericsearch expressions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenericSearchConstants.CHARSDefinition of constants for some special characters, which could be used for formulating a search expressions.static interfaceGenericSearchConstants.LOGConstant used for logging.static interfaceGenericSearchConstants.ORDER_BYDefinition of constants, which could be used for the creation of an 'ODERY BY' part of a SQL expression.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDONT_NEED_TOTALstatic java.lang.StringIGNORE_EMPTY_PROPERTIESstatic java.lang.StringUSE_SUBTYPES
-
Constructor Summary
Constructors Constructor Description GenericSearchConstants()
-
-
-
Field Detail
-
USE_SUBTYPES
public static final java.lang.String USE_SUBTYPES
- See Also:
- Constant Field Values
-
DONT_NEED_TOTAL
public static final java.lang.String DONT_NEED_TOTAL
- See Also:
- Constant Field Values
-
IGNORE_EMPTY_PROPERTIES
public static final java.lang.String IGNORE_EMPTY_PROPERTIES
- See Also:
- Constant Field Values
-
-