Class NavigationNodeUpdateValidator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.NavigationNodeUpdateValidator
-
- All Implemented Interfaces:
org.springframework.validation.Validator
@Deprecated(since="1811", forRemoval=true) public class NavigationNodeUpdateValidator extends java.lang.Object implements org.springframework.validation.ValidatorDeprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemFacadeinstead.Validates fields ofNavigationNodeDataupon update
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeUpdateValidator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CMSNavigationServicegetNavigationService()Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.function.Predicate<java.lang.String>getValidateUidPredicate()Deprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationService(CMSNavigationService navigationService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetValidateUidPredicate(java.util.function.Predicate<java.lang.String> validateUidPredicate)Deprecated, for removal: This API element is subject to removal in a future version.booleansupports(java.lang.Class<?> clazz)Deprecated, for removal: This API element is subject to removal in a future version.voidvalidate(java.lang.Object obj, org.springframework.validation.Errors errors)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
supports
public boolean supports(java.lang.Class<?> clazz)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
public void validate(java.lang.Object obj, org.springframework.validation.Errors errors)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getValidateUidPredicate
protected java.util.function.Predicate<java.lang.String> getValidateUidPredicate()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setValidateUidPredicate
public void setValidateUidPredicate(java.util.function.Predicate<java.lang.String> validateUidPredicate)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNavigationService
protected CMSNavigationService getNavigationService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setNavigationService
public void setNavigationService(CMSNavigationService navigationService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-