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(java.lang.String condition, ConjunctiveOperator operator)Stores the where clause condition with the conjunctive operator (AND, OR, etc) to the next WhereClauseCondition
-