Class Customer360QueryListWsDTOValidator

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

public class Customer360QueryListWsDTOValidator extends Object implements org.springframework.validation.Validator
  • Field Details

  • Constructor Details

    • Customer360QueryListWsDTOValidator

      public Customer360QueryListWsDTOValidator()
  • Method Details

    • supports

      public boolean supports(Class clazz)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

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

      protected void validateErrorsForQueries(List<Customer360QueryWsDTO> list, org.springframework.validation.Errors errors)
    • setEmptyListError

      protected void setEmptyListError(org.springframework.validation.Errors errors)
    • getCustomer360QueryValidator

      public org.springframework.validation.Validator getCustomer360QueryValidator()
    • setCustomer360QueryValidator

      public void setCustomer360QueryValidator(org.springframework.validation.Validator customer360QueryValidator)