Class AgrAgreementCreateValidator

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

@Deprecated(since="2208") public class AgrAgreementCreateValidator extends Object implements org.springframework.validation.Validator
Deprecated.
2208
Validator for Agreement.
Since:
2111
  • Field Details

  • Constructor Details

    • AgrAgreementCreateValidator

      public AgrAgreementCreateValidator(AgrGenericService agrGenericService)
      Deprecated.
  • Method Details

    • supports

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

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

      protected AgrGenericService getAgrGenericService()
      Deprecated.