Class SpiCreateProductValidator
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.validators.SpiCreateProductValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated(since="2208")
public class SpiCreateProductValidator
extends Object
implements org.springframework.validation.Validator
Deprecated.
2208
Validator for POST /product API.
- Since:
- 2111.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SpiGenericServiceDeprecated.booleanDeprecated.voidDeprecated.Checks that theProducthas valid id, status and specification.
-
Constructor Details
-
SpiCreateProductValidator
Deprecated.
-
-
Method Details
-
supports
Deprecated.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Deprecated.Checks that theProducthas valid id, status and specification.- Specified by:
validatein interfaceorg.springframework.validation.Validator- Parameters:
o- the subscribed producterrors- the errors
-
getSpiGenericService
Deprecated.
-