Class BaCreateBillingCycleSpecificationValidator
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v2.validators.BaCreateBillingCycleSpecificationValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class BaCreateBillingCycleSpecificationValidator
extends Object
implements org.springframework.validation.Validator
Validator for POST /billingCycleSpecification API.
- Since:
- 2302.
-
Constructor Summary
ConstructorsConstructorDescriptionBaCreateBillingCycleSpecificationValidator(TuaGenericService tuaGenericService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TuaGenericServicebooleanvoidChecks that theBillingAccounthas valid relatedParty
-
Constructor Details
-
BaCreateBillingCycleSpecificationValidator
-
-
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 cycle specificationerrors- the errors
-
getTuaGenericService
-