Class NavigationNodeEntriesValidator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.NavigationNodeEntriesValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated public class NavigationNodeEntriesValidator extends java.lang.Object implements org.springframework.validation.ValidatorDeprecated.since 1811 - no longer neededValidates all the entries of a givenNavigationNodeData.
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeEntriesValidator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected NavigationEntryConverterRegistrygetNavigationEntryConverterRegistry()Deprecated.protected java.util.function.Predicate<ItemModel>getValidEntryItemModelPredicate()Deprecated.voidsetNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)Deprecated.voidsetValidEntryItemModelPredicate(java.util.function.Predicate<ItemModel> validEntryItemModelPredicate)Deprecated.booleansupports(java.lang.Class<?> clazz)Deprecated.voidvalidate(java.lang.Object obj, org.springframework.validation.Errors errors)Deprecated.protected voidvalidateEntryItem(org.springframework.validation.Errors errors, int idx, NavigationEntryData entryData)Deprecated.Validates if it is a valid item
-
-
-
Method Detail
-
supports
public boolean supports(java.lang.Class<?> clazz)
Deprecated.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
public void validate(java.lang.Object obj, org.springframework.validation.Errors errors)Deprecated.- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
validateEntryItem
protected void validateEntryItem(org.springframework.validation.Errors errors, int idx, NavigationEntryData entryData)Deprecated.Validates if it is a valid item- Parameters:
errors- the errors object created for this validationidx- the index of the current entryentryData- the entry being validated
-
getNavigationEntryConverterRegistry
protected NavigationEntryConverterRegistry getNavigationEntryConverterRegistry()
Deprecated.
-
setNavigationEntryConverterRegistry
public void setNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)
Deprecated.
-
getValidEntryItemModelPredicate
protected java.util.function.Predicate<ItemModel> getValidEntryItemModelPredicate()
Deprecated.
-
setValidEntryItemModelPredicate
public void setValidEntryItemModelPredicate(java.util.function.Predicate<ItemModel> validEntryItemModelPredicate)
Deprecated.
-
-