Class AgrAgreementCreateValidator

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v2.validators.AgrAgreementCreateValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class AgrAgreementCreateValidator extends Object implements org.springframework.validation.Validator
Validator for Agreement.
Since:
2208
  • Field Details

  • Constructor Details

    • AgrAgreementCreateValidator

      public AgrAgreementCreateValidator(TuaGenericService tuaGenericService)
  • Method Details

    • supports

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

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

      protected TuaGenericService getTuaGenericService()