Class NavigationNodeUpdateValidator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.NavigationNodeUpdateValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated public class NavigationNodeUpdateValidator extends java.lang.Object implements org.springframework.validation.ValidatorDeprecated.since 1811, please useCMSItemFacadeinstead.Validates fields ofNavigationNodeDataupon update
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeUpdateValidator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CMSNavigationServicegetNavigationService()Deprecated.protected java.util.function.Predicate<java.lang.String>getValidateUidPredicate()Deprecated.voidsetNavigationService(CMSNavigationService navigationService)Deprecated.voidsetValidateUidPredicate(java.util.function.Predicate<java.lang.String> validateUidPredicate)Deprecated.booleansupports(java.lang.Class<?> clazz)Deprecated.voidvalidate(java.lang.Object obj, org.springframework.validation.Errors errors)Deprecated.
-
-
-
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
-
getValidateUidPredicate
protected java.util.function.Predicate<java.lang.String> getValidateUidPredicate()
Deprecated.
-
setValidateUidPredicate
public void setValidateUidPredicate(java.util.function.Predicate<java.lang.String> validateUidPredicate)
Deprecated.
-
getNavigationService
protected CMSNavigationService getNavigationService()
Deprecated.
-
setNavigationService
public void setNavigationService(CMSNavigationService navigationService)
Deprecated.
-
-