Class NavigationNodeEntriesValidator

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

@Deprecated(since="1811", forRemoval=true) public class NavigationNodeEntriesValidator 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 all the entries of a given NavigationNodeData.
  • Constructor Details

    • NavigationNodeEntriesValidator

      public NavigationNodeEntriesValidator()
      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
    • validateEntryItem

      protected void validateEntryItem(org.springframework.validation.Errors errors, int idx, NavigationEntryData entryData)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Validates if it is a valid item
      Parameters:
      errors - the errors object created for this validation
      idx - the index of the current entry
      entryData - the entry being validated
    • getNavigationEntryConverterRegistry

      protected NavigationEntryConverterRegistry getNavigationEntryConverterRegistry()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setNavigationEntryConverterRegistry

      public void setNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getValidEntryItemModelPredicate

      protected Predicate<ItemModel> getValidEntryItemModelPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setValidEntryItemModelPredicate

      public void setValidEntryItemModelPredicate(Predicate<ItemModel> validEntryItemModelPredicate)
      Deprecated, for removal: This API element is subject to removal in a future version.