Class AgrAgreementSpecificationCreateValidator

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

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

  • Constructor Details

    • AgrAgreementSpecificationCreateValidator

      public AgrAgreementSpecificationCreateValidator(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.