Class FindVariationPageValidator

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

    @Deprecated(since="6.6",
                forRemoval=true)
    public class FindVariationPageValidator
    extends java.lang.Object
    implements org.springframework.validation.Validator
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 6.6
    Validates fields of AbstractPageData when retrieving all default or variation pages
    • Constructor Summary

      Constructors 
      Constructor Description
      FindVariationPageValidator()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected TypeCodeExistsPredicate getTypeCodeExistsPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected TypeService getTypeService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTypeCodeExistsPredicate​(TypeCodeExistsPredicate typeCodeExistsPredicate)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTypeService​(TypeService typeService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean supports​(java.lang.Class<?> clazz)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void validate​(java.lang.Object target, org.springframework.validation.Errors errors)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FindVariationPageValidator

        public FindVariationPageValidator()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • supports

        public boolean supports​(java.lang.Class<?> clazz)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        supports in interface org.springframework.validation.Validator
      • validate

        public void validate​(java.lang.Object target,
                             org.springframework.validation.Errors errors)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        validate in interface org.springframework.validation.Validator
      • getTypeCodeExistsPredicate

        protected TypeCodeExistsPredicate getTypeCodeExistsPredicate()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTypeCodeExistsPredicate

        public void setTypeCodeExistsPredicate​(TypeCodeExistsPredicate typeCodeExistsPredicate)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTypeService

        protected TypeService getTypeService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTypeService

        public void setTypeService​(TypeService typeService)
        Deprecated, for removal: This API element is subject to removal in a future version.