Uses of Interface
de.hybris.platform.cmsfacades.cmsitems.AttributeContentValidator
-
-
Uses of AttributeContentValidator in de.hybris.platform.acceleratorfacades.cmsitems.attributevalidators
Classes in de.hybris.platform.acceleratorfacades.cmsitems.attributevalidators that implement AttributeContentValidator Modifier and Type Class Description classMediaContainerAttributeContentValidatorMedia 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 AttributeContentValidator Modifier and Type Class Description classAbstractAttributeContentValidator<T>Abstract implementation of theAttributeContentValidatorthat holds a reference toValidationErrorsProvider.classBaseMediaAttributeContentValidatorBase Media attribute content validator adds validation errors when media formats are not present.classDateFormatAttributeContentValidatorDate Time Format validator adds validation errors when the value does not respect the expected date time format.classDecimalAttributeContentValidatorBigDecimal validator adds validation errors when the value does not respects the attribute's constraints.classDoubleAttributeContentValidatorDouble validator adds validation errors when the value is not parsable into a DoubleclassFloatAttributeContentValidatorFloat validator adds validation errors when the value is not parsable into a FloatclassIntegerAttributeContentValidatorInteger validator adds validation errors when the value is not parsable into an IntegerclassLanguageCheckAttributeContentValidatorLanguage attribute content validator adds validation errors when a localized attribute does not contain the required languages.classLongAttributeContentValidatorLong validator adds validation errors when the value is not parsable into a LongclassMediaAttributeContentValidatorMedia attribute content validator adds validation errors when String value is not a valid unique identifier for Media.classNullCheckAttributeContentValidator<T>Null check attribute content validator adds validation errors when value is null and attribute hasNotNullConstraintModelandNotEmptyConstraintModelconstraints.classNumberAttributeContentValidatorInteger validator adds validation errors when the value does not respects the attribute's constraints.classUniqueIdentifierAttributeContentValidatorItem 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 AttributeContentValidator Modifier and Type Method Description protected AttributeContentValidatorDefaultCMSItemConverter. getBaseAttributeContentValidator()protected AttributeContentValidatorDefaultCMSItemConverter. getExtendedAttributeContentValidator()Methods in de.hybris.platform.cmsfacades.cmsitems.converter with parameters of type AttributeContentValidator Modifier and Type Method Description voidDefaultCMSItemConverter. setBaseAttributeContentValidator(AttributeContentValidator baseAttributeContentValidator)voidDefaultCMSItemConverter. setExtendedAttributeContentValidator(AttributeContentValidator extendedAttributeContentValidator)protected voidDefaultCMSItemConverter. validate(java.lang.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 AttributeContentValidator Modifier and Type Class Description classCompositeAttributeContentValidator<T>Composite Validator to perform validation with multipleAttributeContentValidatorclassDefaultAttributeContentValidator<T>Default and generic implementation of theAttributeContentValidator.Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return types with arguments of type AttributeContentValidator Modifier and Type Method Description protected java.util.Map<java.util.function.Predicate<AttributeDescriptorModel>,AttributeContentValidator>DefaultAttributeContentValidator. getValidatorMap()protected java.util.List<AttributeContentValidator>CompositeAttributeContentValidator. getValidators()Method parameters in de.hybris.platform.cmsfacades.cmsitems.impl with type arguments of type AttributeContentValidator Modifier and Type Method Description voidDefaultAttributeContentValidator. setValidatorMap(java.util.Map<java.util.function.Predicate<AttributeDescriptorModel>,AttributeContentValidator> validatorMap)voidCompositeAttributeContentValidator. setValidators(java.util.List<AttributeContentValidator> validators)
-