Uses of Class
de.hybris.platform.integrationservices.search.ConjunctiveOperator
-
Packages that use ConjunctiveOperator Package Description de.hybris.platform.integrationservices.search -
-
Uses of ConjunctiveOperator in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search that return ConjunctiveOperator Modifier and Type Method Description static ConjunctiveOperatorConjunctiveOperator. fromString(java.lang.String operator)Converts a String to a ConjunctiveOperator enumConjunctiveOperatorWhereClauseCondition. getConjunctiveOperator()static ConjunctiveOperatorConjunctiveOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConjunctiveOperator[]ConjunctiveOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.integrationservices.search with parameters of type ConjunctiveOperator Modifier and Type Method Description WhereClauseConditionsWhereClauseConditions. join(WhereClauseConditions otherWhereClauseConditions, ConjunctiveOperator operator)Joins theWhereClauseConditions from this WhereClauseConditions with those of the other WhereClauseConditions.Constructors in de.hybris.platform.integrationservices.search with parameters of type ConjunctiveOperator Constructor Description WhereClauseCondition(WhereClauseCondition whereCC, ConjunctiveOperator operator)Creates a duplicate of the @param whereCC with the @param operatorWhereClauseCondition(java.lang.String condition, ConjunctiveOperator conjunctiveOperator)Deprecated, for removal: This API element is subject to removal in a future version.since 1905.09-CEP Please use a constructor from one of the subclasses that extendWhereClauseConditionWhereClauseCondition(java.lang.String conditionTemplate, java.lang.String attributeName, java.lang.String compareOperator, java.lang.String attributeValue, ConjunctiveOperator conjunctiveOperator)Creates an instance of a where clause condition with a conjunctive operator
-