Uses of Enum Class
de.hybris.platform.integrationservices.search.ConjunctiveOperator
Packages that use ConjunctiveOperator
-
Uses of ConjunctiveOperator in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search that return ConjunctiveOperatorModifier and TypeMethodDescriptionstatic ConjunctiveOperatorConjunctiveOperator.fromString(String operator) Converts a String to a ConjunctiveOperator enumWhereClauseCondition.getConjunctiveOperator()static ConjunctiveOperatorReturns the enum constant of this class with the specified name.static ConjunctiveOperator[]ConjunctiveOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.integrationservices.search with parameters of type ConjunctiveOperatorModifier and TypeMethodDescriptionWhereClauseConditions.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 ConjunctiveOperatorModifierConstructorDescriptionprotectedWhereClauseCondition(WhereClauseCondition whereCC, ConjunctiveOperator operator) Creates a duplicate of the @param whereCC with the @param operatorprotectedWhereClauseCondition(String conditionTemplate, String attributeName, String compareOperator, String attributeValue, ConjunctiveOperator conjunctiveOperator) Creates an instance of a where clause condition with a conjunctive operator