Class TmaReviewValidator

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.validators.TmaReviewValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class TmaReviewValidator extends Object implements org.springframework.validation.Validator
Validator for Review.
Since:
1907
  • Constructor Details

    • TmaReviewValidator

      public TmaReviewValidator()
  • 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
    • validateRating

      protected void validateRating(org.springframework.validation.Errors errors)