Class NotNullSearchRequestValidator
java.lang.Object
de.hybris.platform.integrationservices.search.validation.NotNullSearchRequestValidator
- All Implemented Interfaces:
ItemSearchRequestValidator
Verifies that search request is provided and is not
null.-
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
-
NotNullSearchRequestValidator
public NotNullSearchRequestValidator()
-
-
Method Details
-
validate
Validates 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- Throws:
NullItemSearchRequestException- if the request isnull
-