Class ContentSlotTypeRestrictionsGetValidator

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

public class ContentSlotTypeRestrictionsGetValidator extends Object implements org.springframework.validation.Validator
Validates fields of CMSPageContentSlotListData which will be used to retrieve type restriction information for slots in a page.
  • Constructor Details

    • ContentSlotTypeRestrictionsGetValidator

      public ContentSlotTypeRestrictionsGetValidator()
  • Method Details

    • supports

      public boolean supports(Class<?> aClass)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate(Object object, org.springframework.validation.Errors errors)
      Specified by:
      validate in interface org.springframework.validation.Validator
    • getPageExistsPredicate

      public PageExistsPredicate getPageExistsPredicate()
    • setPageExistsPredicate

      public void setPageExistsPredicate(PageExistsPredicate pageExistsPredicate)