Class NavigationPropertyWithIntegrationKeyWhereClauseCondition
java.lang.Object
de.hybris.platform.integrationservices.search.WhereClauseCondition
de.hybris.platform.integrationservices.search.NavigationPropertyWithIntegrationKeyWhereClauseCondition
Represents a where clause condition (e.g. "{attributeName} = attributeValue").
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationPropertyWithIntegrationKeyWhereClauseCondition(String attributeName, String attributeValue) Stores a single where clause condition. -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.search.WhereClauseCondition
equals, getAttributeName, getCompareOperator, getCondition, getConjunctiveOperator, hashCode, toString, toWhereClauseConditions
-
Constructor Details