Class KeyPropertyValuePresenceValidator
java.lang.Object
de.hybris.platform.integrationservices.search.validation.KeyPropertyValuePresenceValidator
- All Implemented Interfaces:
ItemSearchRequestValidator
A validator that ensures presence of all key properties values in cases when search is done by the item key, i.e. unique item search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(ItemSearchRequest request) Validates the specified item search request and rejects it by throwing an exception, if the specified request does not meet certain criteria.
-
Constructor Details
-
KeyPropertyValuePresenceValidator
public KeyPropertyValuePresenceValidator()
-
-
Method Details
-
validate
Description copied from interface:ItemSearchRequestValidatorValidates the specified item search request and rejects it by throwing an exception, if the specified request does not meet certain criteria.- Specified by:
validatein interfaceItemSearchRequestValidator- Parameters:
request- a request to validate
-