Class FindVariationPageValidator

  • All Implemented Interfaces:
    org.springframework.validation.Validator

    @Deprecated
    public class FindVariationPageValidator
    extends java.lang.Object
    implements org.springframework.validation.Validator
    Deprecated.
    since 6.6
    Validates fields of AbstractPageData when retrieving all default or variation pages
    • Constructor Detail

      • FindVariationPageValidator

        public FindVariationPageValidator()
        Deprecated.
    • Method Detail

      • supports

        public boolean supports​(java.lang.Class<?> clazz)
        Deprecated.
        Specified by:
        supports in interface org.springframework.validation.Validator
      • validate

        public void validate​(java.lang.Object target,
                             org.springframework.validation.Errors errors)
        Deprecated.
        Specified by:
        validate in interface org.springframework.validation.Validator
      • setTypeCodeExistsPredicate

        public void setTypeCodeExistsPredicate​(TypeCodeExistsPredicate typeCodeExistsPredicate)
        Deprecated.
      • getTypeService

        protected TypeService getTypeService()
        Deprecated.
      • setTypeService

        public void setTypeService​(TypeService typeService)
        Deprecated.