Class SpiBaseEventValidator
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.validators.SpiBaseEventValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
- Direct Known Subclasses:
SpiCreateEventValidator,SpiDeleteEventValidator,SpiStateChangeEventValidator,SpiUpdateEventValidator
@Deprecated(since="2208")
public abstract class SpiBaseEventValidator
extends Object
implements org.springframework.validation.Validator
Deprecated.
2208
Validator for
Product related events.- Since:
- 2111
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbaseValidate(Object o, org.springframework.validation.Errors errors) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.validation.Validator
supports, validate
-
Field Details
-
PRODUCT_ID
Deprecated.- See Also:
-
EVENT_TYPE
Deprecated.- See Also:
-
FIELD_REQUIRED_MESSAGE
Deprecated.- See Also:
-
WRONG_EVENT_TYPE_MESSAGE
Deprecated.- See Also:
-
-
Constructor Details
-
SpiBaseEventValidator
public SpiBaseEventValidator()Deprecated.
-
-
Method Details
-
baseValidate
Deprecated.
-