Uses of Interface
de.hybris.platform.cmsfacades.cmsitems.CMSItemValidator
Packages that use CMSItemValidator
Package
Description
-
Uses of CMSItemValidator in de.hybris.platform.cmsfacades.cmsitems.converter
Methods in de.hybris.platform.cmsfacades.cmsitems.converter that return CMSItemValidatorModifier and TypeMethodDescriptionprotected CMSItemValidator<ItemModel>DefaultCMSItemConverter.getCmsItemValidator(Map<String, Object> map) DefaultCMSItemConverter.getCmsItemValidatorCreate()DefaultCMSItemConverter.getCmsItemValidatorUpdate()Methods in de.hybris.platform.cmsfacades.cmsitems.converter with parameters of type CMSItemValidatorModifier and TypeMethodDescriptionvoidDefaultCMSItemConverter.setCmsItemValidatorCreate(CMSItemValidator<ItemModel> cmsItemValidatorCreate) voidDefaultCMSItemConverter.setCmsItemValidatorUpdate(CMSItemValidator<ItemModel> cmsItemValidatorUpdate) -
Uses of CMSItemValidator in de.hybris.platform.cmsfacades.cmsitems.impl
Classes in de.hybris.platform.cmsfacades.cmsitems.impl that implement CMSItemValidatorModifier and TypeClassDescriptionclassDefault implementation ofCMSItemValidatorPerforms all Validators from validatorMap that are part of the same type hierarchy.