Uses of Class
de.hybris.platform.integrationservices.search.WhereClauseCondition
Packages that use WhereClauseCondition
-
Uses of WhereClauseCondition in de.hybris.platform.integrationservices.search
Subclasses of WhereClauseCondition in de.hybris.platform.integrationservices.searchModifier and TypeClassDescriptionclassRepresents a where clause condition (e.g.classRepresents a where clause condition (e.g.classRepresents a where clause condition where we have no result.classRepresents a where clause condition (e.g.Methods in de.hybris.platform.integrationservices.search that return WhereClauseConditionModifier and TypeMethodDescriptionstatic @NotNull WhereClauseConditionCreates "equals" condition for performing a search when the specified attribute is equal to the provided value.static @NotNull WhereClauseConditionSimplePropertyWhereClauseCondition.withCompareOperator(String attribute, Object value, String operator) Creates condition with given operators for performing a search when the specified attribute is compared to the provided value.Methods in de.hybris.platform.integrationservices.search that return types with arguments of type WhereClauseConditionModifier and TypeMethodDescriptionWhereClauseConditions.getConditions()Gets a copy of the list ofWhereClauseConditionConstructors in de.hybris.platform.integrationservices.search with parameters of type WhereClauseConditionModifierConstructorDescriptionprotectedWhereClauseCondition(WhereClauseCondition whereCC, ConjunctiveOperator operator) Creates a duplicate of the @param whereCC with the @param operatorWhereClauseConditions(WhereClauseCondition... conditions) Creates a WhereClauseConditions with an array ofWhereClauseConditions.Constructor parameters in de.hybris.platform.integrationservices.search with type arguments of type WhereClauseConditionModifierConstructorDescriptionWhereClauseConditions(List<WhereClauseCondition> conditions) Creates a WhereClauseConditions with a collection ofWhereClauseConditions.