Package de.hybris.platform.integrationservices.search.validation
package de.hybris.platform.integrationservices.search.validation
-
ClassDescriptionValidates the user has the permission to delete the item type under concern.Validates the user has the permission to view the item type under concern.An exception indicating that
ItemSearchRequestis not complete, or contains contradicting conditions, or whatever else it might be, and therefore the item search was not performed.A validator forItemSearchRequests, which ensures certain conditions in the request before performing an item search byItemSearchService.A validator that ensures presence of all key properties values in cases when search is done by the item key, i.e.Exception thrown when request for search a unique item does not contain requested item specification, i.e.Indicates that a required key attribute is not specified or has null value for searching an item by its key.Verifies that search request is provided and is notnull.Indicates that anullItemSearchRequestA validator that ensures presence of theItemSearchRequest.getRequestedItem()for unique item searches.