Class FindVariationPageValidator

java.lang.Object
de.hybris.platform.cmsfacades.pages.validator.FindVariationPageValidator
All Implemented Interfaces:
org.springframework.validation.Validator

@Deprecated(since="6.6", forRemoval=true) public class FindVariationPageValidator extends Object implements org.springframework.validation.Validator
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Validates fields of AbstractPageData when retrieving all default or variation pages
  • Constructor Details

    • FindVariationPageValidator

      public FindVariationPageValidator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • supports

      public boolean supports(Class<?> clazz)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(Object target, org.springframework.validation.Errors errors)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      validate in interface org.springframework.validation.Validator
    • getTypeCodeExistsPredicate

      protected TypeCodeExistsPredicate getTypeCodeExistsPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTypeCodeExistsPredicate

      public void setTypeCodeExistsPredicate(TypeCodeExistsPredicate typeCodeExistsPredicate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTypeService

      protected TypeService getTypeService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTypeService

      public void setTypeService(TypeService typeService)
      Deprecated, for removal: This API element is subject to removal in a future version.