Class AgrAgreementSpecBaseEventValidator

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v2.validators.AgrAgreementSpecBaseEventValidator
All Implemented Interfaces:
org.springframework.validation.Validator
Direct Known Subclasses:
AgrAgreementSpecCreateEventValidator, AgrAgreementSpecDeleteEventValidator, AgrAgreementSpecStateChangeEventValidator, AgrAgreementSpecUpdateEventValidator

public abstract class AgrAgreementSpecBaseEventValidator extends Object implements org.springframework.validation.Validator
Validator for AgreementSpecification related events.
Since:
2208
  • Field Details

  • Constructor Details

    • AgrAgreementSpecBaseEventValidator

      public AgrAgreementSpecBaseEventValidator()
  • Method Details

    • baseValidate

      public void baseValidate(Object o, org.springframework.validation.Errors errors)
    • validateEventType

      public void validateEventType(String requiredEventType, String actualEventType, org.springframework.validation.Errors errors)