Class NavigationNodeCreateValidator

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

@Deprecated(since="1811", forRemoval=true) public class NavigationNodeCreateValidator extends Object implements org.springframework.validation.Validator
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811 - no longer needed
Validates fields of NavigationNodeData upon creation
  • Constructor Details

    • NavigationNodeCreateValidator

      public NavigationNodeCreateValidator()
      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.