Class BaCreateBillingAccountValidator
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v2.validators.BaCreateBillingAccountValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class BaCreateBillingAccountValidator
extends Object
implements org.springframework.validation.Validator
Validator for POST /billingAccount API.
- Since:
- 2208.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TuaGenericServicebooleanvoidChecks that theBillingAccounthas valid relatedParty
-
Constructor Details
-
BaCreateBillingAccountValidator
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Checks that theBillingAccounthas valid relatedParty- Specified by:
validatein interfaceorg.springframework.validation.Validator- Parameters:
o- the billing accounterrors- the errors
-
getTuaGenericService
-