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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidsetValidateUidPredicate(Predicate<String> validateUidPredicate) 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.
-
Constructor Details
-
NavigationNodeCreateValidator
public NavigationNodeCreateValidator()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
-
getValidateUidPredicate
Deprecated, for removal: This API element is subject to removal in a future version. -
setValidateUidPredicate
Deprecated, for removal: This API element is subject to removal in a future version.
-