Uses of Interface
de.hybris.platform.cmsfacades.cmsitems.AttributeContentValidator
Packages that use AttributeContentValidator
Package
Description
-
Uses of AttributeContentValidator in de.hybris.platform.acceleratorfacades.cmsitems.attributevalidators
Classes in de.hybris.platform.acceleratorfacades.cmsitems.attributevalidators that implement AttributeContentValidatorModifier and TypeClassDescriptionclassMedia Container attribute content validator adds validation errors when value Map fails to meet format and media, required languages and media content. -
Uses of AttributeContentValidator in de.hybris.platform.cmsfacades.cmsitems.attributevalidators
Classes in de.hybris.platform.cmsfacades.cmsitems.attributevalidators that implement AttributeContentValidatorModifier and TypeClassDescriptionclassAbstract implementation of theAttributeContentValidatorthat holds a reference toValidationErrorsProvider.classBase Media attribute content validator adds validation errors when media formats are not present.classDate Time Format validator adds validation errors when the value does not respect the expected date time format.classBigDecimal validator adds validation errors when the value does not respects the attribute's constraints.classDouble validator adds validation errors when the value is not parsable into a DoubleclassFloat validator adds validation errors when the value is not parsable into a FloatclassInteger validator adds validation errors when the value is not parsable into an IntegerclassLanguage attribute content validator adds validation errors when a localized attribute does not contain the required languages.classLong validator adds validation errors when the value is not parsable into a LongclassMedia attribute content validator adds validation errors when String value is not a valid unique identifier for Media.classNull check attribute content validator adds validation errors when value is null and attribute hasNotNullConstraintModelandNotEmptyConstraintModelconstraints.classInteger validator adds validation errors when the value does not respects the attribute's constraints.classItem unique identifier validator adds validation errors when the uuid does to reference any valid item model. -
Uses of AttributeContentValidator in de.hybris.platform.cmsfacades.cmsitems.converter
Methods in de.hybris.platform.cmsfacades.cmsitems.converter that return AttributeContentValidatorModifier and TypeMethodDescriptionprotected AttributeContentValidatorDefaultCMSItemConverter.getBaseAttributeContentValidator()protected AttributeContentValidatorDefaultCMSItemConverter.getExtendedAttributeContentValidator()Methods in de.hybris.platform.cmsfacades.cmsitems.converter with parameters of type AttributeContentValidatorModifier and TypeMethodDescriptionvoidDefaultCMSItemConverter.setBaseAttributeContentValidator(AttributeContentValidator baseAttributeContentValidator) voidDefaultCMSItemConverter.setExtendedAttributeContentValidator(AttributeContentValidator extendedAttributeContentValidator) protected voidDefaultCMSItemConverter.validate(Object value, AttributeDescriptorModel attribute, AttributeContentValidator validator) Validates and throws an exception if there are validation errors -
Uses of AttributeContentValidator in de.hybris.platform.cmsfacades.cmsitems.impl
Classes in de.hybris.platform.cmsfacades.cmsitems.impl that implement AttributeContentValidatorModifier and TypeClassDescriptionclassComposite Validator to perform validation with multipleAttributeContentValidatorclassDefault and generic implementation of theAttributeContentValidator.Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return types with arguments of type AttributeContentValidatorModifier and TypeMethodDescriptionDefaultAttributeContentValidator.getValidatorMap()protected List<AttributeContentValidator>CompositeAttributeContentValidator.getValidators()Method parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type AttributeContentValidatorModifier and TypeMethodDescriptionvoidDefaultAttributeContentValidator.setValidatorMap(Map<Predicate<AttributeDescriptorModel>, AttributeContentValidator> validatorMap) voidCompositeAttributeContentValidator.setValidators(List<AttributeContentValidator> validators)