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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected NavigationEntryConverterRegistryDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry) Deprecated, for removal: This API element is subject to removal in a future version.voidsetValidEntryItemModelPredicate(Predicate<ItemModel> validEntryItemModelPredicate) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.protected voidvalidateEntryItem(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
-
Constructor Details
-
NavigationNodeEntriesValidator
public NavigationNodeEntriesValidator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
supports
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getValidEntryItemModelPredicate
Deprecated, for removal: This API element is subject to removal in a future version. -
setValidEntryItemModelPredicate
Deprecated, for removal: This API element is subject to removal in a future version.
-