Class NavigationNodeUpdateValidator

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

    @Deprecated(since="1811",
                forRemoval=true)
    public class NavigationNodeUpdateValidator
    extends java.lang.Object
    implements org.springframework.validation.Validator
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1811, please use CMSItemFacade instead.
    Validates fields of NavigationNodeData upon update
    • Constructor Summary

      Constructors 
      Constructor Description
      NavigationNodeUpdateValidator()
      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 CMSNavigationService getNavigationService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected java.util.function.Predicate<java.lang.String> getValidateUidPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setNavigationService​(CMSNavigationService navigationService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setValidateUidPredicate​(java.util.function.Predicate<java.lang.String> validateUidPredicate)
      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 obj, 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

      • NavigationNodeUpdateValidator

        public NavigationNodeUpdateValidator()
        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 obj,
                             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
      • getValidateUidPredicate

        protected java.util.function.Predicate<java.lang.String> getValidateUidPredicate()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setValidateUidPredicate

        public void setValidateUidPredicate​(java.util.function.Predicate<java.lang.String> validateUidPredicate)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNavigationService

        protected CMSNavigationService getNavigationService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setNavigationService

        public void setNavigationService​(CMSNavigationService navigationService)
        Deprecated, for removal: This API element is subject to removal in a future version.