Uses of Class
de.hybris.platform.cockpit.model.search.Operator
-
-
Uses of Operator in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return Operator Modifier and Type Method Description OperatorConditionValue. getOperator() -
Uses of Operator in de.hybris.platform.cockpit.model.advancedsearch.impl
Fields in de.hybris.platform.cockpit.model.advancedsearch.impl declared as Operator Modifier and Type Field Description protected OperatorAbstractConditionValue. operatorMethods in de.hybris.platform.cockpit.model.advancedsearch.impl that return Operator Modifier and Type Method Description OperatorAbstractConditionValue. getOperator()Constructors in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type Operator Constructor Description DefaultConditionValue(Operator operator, java.lang.Object... values)SimpleConditionValue(java.lang.Object value, Operator operator) -
Uses of Operator in de.hybris.platform.cockpit.model.editor.search.impl
Methods in de.hybris.platform.cockpit.model.editor.search.impl with parameters of type Operator Modifier and Type Method Description protected EditorConditionEntryAbstractExtensibleConditionUIEditor. getConditionEntry(Operator operator) -
Uses of Operator in de.hybris.platform.cockpit.model.search
Fields in de.hybris.platform.cockpit.model.search declared as Operator Modifier and Type Field Description static OperatorOperator. BETWEENstatic OperatorOperator. CONTAINSstatic OperatorOperator. EQUALSstatic OperatorOperator. GREATER_OR_EQUALSstatic OperatorOperator. INstatic OperatorOperator. LESS_OR_EQUALSMethods in de.hybris.platform.cockpit.model.search that return Operator Modifier and Type Method Description OperatorSearchParameterValue. getOperator()Methods in de.hybris.platform.cockpit.model.search that return types with arguments of type Operator Modifier and Type Method Description java.util.List<Operator>SearchParameterDescriptor. getOperators()Constructors in de.hybris.platform.cockpit.model.search with parameters of type Operator Constructor Description SearchParameterValue(SearchParameterDescriptor descriptor, java.lang.Object value, Operator operator)SearchParameterValue(SearchParameterDescriptor descriptor, java.lang.Object value, Operator operator, LanguageModel language) -
Uses of Operator in de.hybris.platform.cockpit.model.search.impl
Methods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type Operator Modifier and Type Method Description java.util.List<Operator>AbstractSearchParameterDescriptor. getOperators()Method parameters in de.hybris.platform.cockpit.model.search.impl with type arguments of type Operator Modifier and Type Method Description voidAbstractSearchParameterDescriptor. setOperators(java.util.List<Operator> operators) -
Uses of Operator in de.hybris.platform.cockpit.services.query.impl
Methods in de.hybris.platform.cockpit.services.query.impl with parameters of type Operator Modifier and Type Method Description protected ConditionValueSavedQueryServiceImpl. wrap(java.lang.String valStr, Operator operator) -
Uses of Operator in de.hybris.platform.cockpit.services.search.impl
Fields in de.hybris.platform.cockpit.services.search.impl declared as Operator Modifier and Type Field Description protected static OperatorAbstractSearchProvider. SIMPLE_OPERATORMethods in de.hybris.platform.cockpit.services.search.impl that return Operator Modifier and Type Method Description OperatorClassAttributeSearchDescriptor. getDefaultOperator()OperatorGenericSearchParameterDescriptor. getDefaultOperator()Returns the default operator for the property, which can be "equals", "contains", etc..OperatorItemAttributeSearchDescriptor. getDefaultOperator()OperatorSpecialGenericSearchParameterDescriptor. getDefaultOperator()protected OperatorGenericQuerySearchProvider. getSimpleOperator()Methods in de.hybris.platform.cockpit.services.search.impl that return types with arguments of type Operator Modifier and Type Method Description java.util.List<Operator>ClassAttributeSearchDescriptor. getOperators()java.util.List<Operator>ItemAttributeSearchDescriptor. getOperators()Methods in de.hybris.platform.cockpit.services.search.impl with parameters of type Operator Modifier and Type Method Description GenericConditionClassAttributeSearchDescriptor. createCondition(GenericQuery query, java.lang.Object value, Operator operator)GenericConditionGenericQueryParameterCreator. createCondition(java.lang.Object value, Operator operator)GenericConditionGenericSearchParameterDescriptor. createCondition(GenericQuery query, java.lang.Object value, Operator operator)Creates the condition for the given generic query combined of the specified arguments.GenericConditionItemAttributeSearchDescriptor. createCondition(GenericQuery query, java.lang.Object value, Operator operator)GenericConditionSpecialGenericSearchParameterDescriptor. createCondition(GenericQuery query, java.lang.Object value, Operator operator)protected GenericConditionGenericQueryClassParameterCreator. createSingleTokenCondition(java.lang.String typeCode, java.lang.String attribute, java.lang.Object value, Operator operator)protected GenericConditionGenericQueryParameterCreator. createSingleTokenCondition(java.lang.Object value, Operator operator)protected GenericConditionGenericQueryParameterCreator. createSingleTokenCondition(java.lang.String typeCode, java.lang.String attribute, java.lang.Object value, Operator operator)protected GenericConditionGenericQueryParameterCreator. createSingleTokenCondition(java.lang.String typeCode, java.lang.String attribute, java.lang.Object value, Operator operator, boolean localized)ConditionTranslatorConditionTranslatorRegistry. getTranslator(java.lang.String attributeType, Operator operator)Method parameters in de.hybris.platform.cockpit.services.search.impl with type arguments of type Operator Modifier and Type Method Description voidClassAttributeSearchDescriptor. setOperators(java.util.List<Operator> operators)voidItemAttributeSearchDescriptor. setOperators(java.util.List<Operator> operators)
-