Class TmaIdentificationValidator

java.lang.Object
de.hybris.platform.b2ctelcocommercewebservicescommons.validator.TmaIdentificationValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class TmaIdentificationValidator extends Object implements org.springframework.validation.Validator
Since:
1911
  • Constructor Details

    • TmaIdentificationValidator

      public TmaIdentificationValidator(de.hybris.platform.enumeration.EnumerationService enumerationService)
  • Method Details

    • supports

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

      public void validate(Object target, org.springframework.validation.Errors errors)
      Validates if the given TmaIdentificationWsDTO is valid
      Specified by:
      validate in interface org.springframework.validation.Validator
      Parameters:
      target - the TmaIdentificationWsDTO
      errors - the list of errors
    • getEnumerationService

      protected de.hybris.platform.enumeration.EnumerationService getEnumerationService()