Class BaCreateBillFormatValidator
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v2.validators.BaCreateBillFormatValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class BaCreateBillFormatValidator
extends Object
implements org.springframework.validation.Validator
Validator for POST /billFormat API.
- Since:
- 2302.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TuaGenericServicebooleanvoidChecks that theBillFormathas valid fields
-
Constructor Details
-
BaCreateBillFormatValidator
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Checks that theBillFormathas valid fields- Specified by:
validatein interfaceorg.springframework.validation.Validator- Parameters:
o- the Bill Formaterrors- the errors
-
getTuaGenericService
-