Class BaBaseEventValidator
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v2.validators.BaBaseEventValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
- Direct Known Subclasses:
BaStateChangeEventValidator,BaUpdateEventValidator
public abstract class BaBaseEventValidator
extends Object
implements org.springframework.validation.Validator
Validator for
BillingAccount related events.- Since:
- 2208
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbaseValidate(Object o, org.springframework.validation.Errors errors) 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
-
BILLING_ACCOUNT_ID
- See Also:
-
EVENT_TYPE
- See Also:
-
FIELD_REQUIRED_MESSAGE
- See Also:
-
WRONG_EVENT_TYPE_MESSAGE
- See Also:
-
-
Constructor Details
-
BaBaseEventValidator
public BaBaseEventValidator()
-
-
Method Details
-
baseValidate
-