Class BaCreateBillingAccountValidator
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.validators.BaCreateBillingAccountValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated(since="2208")
public class BaCreateBillingAccountValidator
extends Object
implements org.springframework.validation.Validator
Deprecated.
2208
Validator for POST /billingAccount API.
- Since:
- 2111.
-
Constructor Summary
ConstructorsConstructorDescriptionBaCreateBillingAccountValidator(BaGenericService baGenericService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BaGenericServiceDeprecated.booleanDeprecated.voidDeprecated.Checks that theBillingAccounthas valid relatedParty
-
Constructor Details
-
BaCreateBillingAccountValidator
Deprecated.
-
-
Method Details
-
supports
Deprecated.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Deprecated.Checks that theBillingAccounthas valid relatedParty- Specified by:
validatein interfaceorg.springframework.validation.Validator- Parameters:
o- the billing accounterrors- the errors
-
getBaGenericService
Deprecated.
-