Class B2BBudgetFormValidator

java.lang.Object
de.hybris.platform.commerceorgaddon.forms.validation.B2BBudgetFormValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Component("b2BBudgetFormValidator") public class B2BBudgetFormValidator extends Object implements org.springframework.validation.Validator
  • Constructor Details

    • B2BBudgetFormValidator

      public B2BBudgetFormValidator()
  • Method Details

    • supports

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

      public void validate(Object object, org.springframework.validation.Errors errors)
      Specified by:
      validate in interface org.springframework.validation.Validator
    • getFormatFactory

      protected FormatFactory getFormatFactory()
    • setFormatFactory

      public void setFormatFactory(FormatFactory formatFactory)