Class NavigationNodeUpdateValidator

java.lang.Object
de.hybris.platform.cmsfacades.navigations.validator.NavigationNodeUpdateValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Deprecated(since="1811", forRemoval=true) public class NavigationNodeUpdateValidator extends 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 Details

    • NavigationNodeUpdateValidator

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

    • supports

      public boolean supports(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(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 Predicate<String> getValidateUidPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValidateUidPredicate

      public void setValidateUidPredicate(Predicate<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.