Uses of Class
de.hybris.platform.integrationservices.search.WhereClauseCondition
-
Packages that use WhereClauseCondition Package Description de.hybris.platform.integrationservices.search -
-
Uses of WhereClauseCondition in de.hybris.platform.integrationservices.search
Subclasses of WhereClauseCondition in de.hybris.platform.integrationservices.search Modifier and Type Class Description classNavigationPropertyWhereClauseConditionRepresents a where clause condition (e.g.classNavigationPropertyWithIntegrationKeyWhereClauseConditionRepresents a where clause condition (e.g.classNoResultWhereClauseConditionRepresents a where clause condition where we have no result.classSimplePropertyWhereClauseConditionRepresents a where clause condition (e.g.Methods in de.hybris.platform.integrationservices.search that return WhereClauseCondition Modifier and Type Method Description static @NotNull WhereClauseConditionSimplePropertyWhereClauseCondition. eq(java.lang.String attribute, java.lang.Object value)Creates "equals" condition for performing a search when the specified attribute is equal to the provided value.static @NotNull WhereClauseConditionSimplePropertyWhereClauseCondition. withCompareOperator(java.lang.String attribute, java.lang.Object value, java.lang.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 WhereClauseCondition Modifier and Type Method Description java.util.List<WhereClauseCondition>WhereClauseConditions. getConditions()Gets a copy of the list ofWhereClauseConditionConstructors in de.hybris.platform.integrationservices.search with parameters of type WhereClauseCondition Constructor Description WhereClauseCondition(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 WhereClauseCondition Constructor Description WhereClauseConditions(java.util.List<WhereClauseCondition> conditions)Creates a WhereClauseConditions with a collection ofWhereClauseConditions.
-