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 Details

    • BaCreateBillingAccountValidator

      public BaCreateBillingAccountValidator(BaGenericService baGenericService)
      Deprecated.
  • Method Details

    • supports

      public boolean supports(Class<?> aClass)
      Deprecated.
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(Object o, org.springframework.validation.Errors errors)
      Deprecated.
      Checks that the BillingAccount has valid relatedParty
      Specified by:
      validate in interface org.springframework.validation.Validator
      Parameters:
      o - the billing account
      errors - the errors
    • getBaGenericService

      protected BaGenericService getBaGenericService()
      Deprecated.