Uses of Interface
de.hybris.platform.cmsfacades.common.function.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in de.hybris.platform.acceleratorfacades.cmsitems.validators
Classes in de.hybris.platform.acceleratorfacades.cmsitems.validators that implement ValidatorModifier and TypeClassDescriptionclassDefault implementation of the validator forEmailPageModel -
Uses of Validator in de.hybris.platform.cmsfacades.cmsitems
Subinterfaces of Validator in de.hybris.platform.cmsfacades.cmsitemsModifier and TypeInterfaceDescriptioninterfaceCMSItemValidator<T extends ItemModel>Interface that deals with Type Validation. -
Uses of Validator in de.hybris.platform.cmsfacades.cmsitems.impl
Classes in de.hybris.platform.cmsfacades.cmsitems.impl that implement ValidatorModifier and TypeClassDescriptionclassDefault implementation ofCMSItemValidatorPerforms all Validators from validatorMap that are part of the same type hierarchy.Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return types with arguments of type ValidatorMethod parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type ValidatorModifier and TypeMethodDescriptionvoidDefaultCMSItemValidator.setValidatorMap(Map<String, Validator> validatorMap) -
Uses of Validator in de.hybris.platform.cmsfacades.cmsitems.validator
Classes in de.hybris.platform.cmsfacades.cmsitems.validator that implement ValidatorModifier and TypeClassDescriptionclassDefault implementation of the validator forAbstractCMSComponentModelclassDefault implementation of the validator forAbstractRestrictionModelclassDefault implementation of the validator forBannerComponentModelclassDefault implementation of the validator forAbstractPageModelclassDefault implementation of the validator forCMSCategoryRestrictionModelclassDefault implementation of the validator forCMSLinkComponentModelclassDefault implementation of the validator forCMSNavigationNodeModelclassDefault implementation of the validator forCMSParagraphComponentModelclassDefault implementation of the validator forCMSTimeRestrictionModelclassDefault implementation of the validator forCMSUserGroupRestrictionModelclassDefault implementation of the validator forAbstractPageModelclassDefault implementation of the validator forAbstractRestrictionModelclassDefault implementation of the validator forCMSItemModelclassDefault implementation of the validator forContentPageModelclassDefault implementation of the validator forPDFDocumentComponentModelclassValidator to ensure that a content page can be moved to trash.classValidator to ensure that anyCMSItemModelcannot have a provided attribute with the same name.classDefault implementation of the validator forAbstractPageModelclassDefault implementation of the validator forAbstractRestrictionModelclassDefault implementation of the validator forCMSItemModelclassDefault implementation of the validator forAbstractPageModelclassDefault implementation of the validator forVideoComponentModelclassValidates whether the item model can be edited in current workflow context.Methods in de.hybris.platform.cmsfacades.cmsitems.validator that return ValidatorModifier and TypeMethodDescriptionprotected Validator<CMSItemModel>DefaultAbstractCMSComponentValidator.getWorkflowItemValidator()protected Validator<CMSItemModel>DefaultUpdateAbstractPageValidator.getWorkflowItemValidator()protected Validator<CMSItemModel>DefaultUpdateAbstractRestrictionValidator.getWorkflowItemValidator()Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type ValidatorModifier and TypeMethodDescriptionvoidDefaultAbstractCMSComponentValidator.setWorkflowItemValidator(Validator<CMSItemModel> workflowItemValidator) voidDefaultUpdateAbstractPageValidator.setWorkflowItemValidator(Validator<CMSItemModel> workflowItemValidator) voidDefaultUpdateAbstractRestrictionValidator.setWorkflowItemValidator(Validator<CMSItemModel> workflowItemValidator) -
Uses of Validator in de.hybris.platform.cmsfacades.common.function.impl
Classes in de.hybris.platform.cmsfacades.common.function.impl that implement ValidatorModifier and TypeClassDescriptionclassMethods in de.hybris.platform.cmsfacades.common.function.impl that return types with arguments of type ValidatorMethod parameters in de.hybris.platform.cmsfacades.common.function.impl with type arguments of type ValidatorModifier and TypeMethodDescriptionvoidDefaultCompositeValidator.setValidators(List<Validator<T>> validators)