Class PointOfServiceValidator

java.lang.Object
de.hybris.platform.commercewebservices.core.validator.PointOfServiceValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class PointOfServiceValidator extends Object implements org.springframework.validation.Validator
Default commerce web services point of service validator. Checks if point of service with given name exist.
  • Constructor Details

    • PointOfServiceValidator

      public PointOfServiceValidator()
  • 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
    • getPointOfServiceService

      protected PointOfServiceService getPointOfServiceService()
    • setPointOfServiceService

      public void setPointOfServiceService(PointOfServiceService pointOfServiceService)
    • getFieldPath

      public String getFieldPath()
    • setFieldPath

      public void setFieldPath(String fieldPath)