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