Uses of Class
de.hybris.platform.validation.model.constraints.AttributeConstraintModel
Packages that use AttributeConstraintModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.type package.
Contains generated models for each type of de.hybris.platform.platformbackoffice.validation.jalo.constraints package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package.
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints.jsr303 package.
-
Uses of AttributeConstraintModel in de.hybris.platform.b2b.model
Subclasses of AttributeConstraintModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BCustomerEmailConstraint first defined at extension b2bcommerce. -
Uses of AttributeConstraintModel in de.hybris.platform.cmsfacades.cmsitems.attributevalidators
Methods in de.hybris.platform.cmsfacades.cmsitems.attributevalidators that return types with arguments of type AttributeConstraintModelModifier and TypeMethodDescriptionprotected Map<String,AttributeConstraintModel> AbstractAttributeContentValidator.getConstraintMap(AttributeDescriptorModel attribute, Predicate<AttributeConstraintModel> filter) Returns the Constraint Map for this Attribute filtered by the given filter.Method parameters in de.hybris.platform.cmsfacades.cmsitems.attributevalidators with type arguments of type AttributeConstraintModelModifier and TypeMethodDescriptionprotected Map<String,AttributeConstraintModel> AbstractAttributeContentValidator.getConstraintMap(AttributeDescriptorModel attribute, Predicate<AttributeConstraintModel> filter) Returns the Constraint Map for this Attribute filtered by the given filter. -
Uses of AttributeConstraintModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return types with arguments of type AttributeConstraintModelModifier and TypeMethodDescriptionAttributeDescriptorModel.getConstraints()Generated method - Getter of theAttributeDescriptor.constraintsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.core.model.type with type arguments of type AttributeConstraintModelModifier and TypeMethodDescriptionvoidAttributeDescriptorModel.setConstraints(Set<AttributeConstraintModel> value) Generated method - Setter ofAttributeDescriptor.constraintsattribute defined at extensionvalidation. -
Uses of AttributeConstraintModel in de.hybris.platform.platformbackoffice.validation.model.constraints
Subclasses of AttributeConstraintModel in de.hybris.platform.platformbackoffice.validation.model.constraintsModifier and TypeClassDescriptionclassGenerated model class for type HybrisEnumValueCodeConstraint first defined at extension platformbackoffice. -
Uses of AttributeConstraintModel in de.hybris.platform.searchservices.model
Subclasses of AttributeConstraintModel in de.hybris.platform.searchservices.modelModifier and TypeClassDescriptionclassGenerated model class for type SnCollectionPatternConstraint first defined at extension searchservices.classGenerated model class for type SnIdentifierConstraint first defined at extension searchservices.classGenerated model class for type SnWeightConstraint first defined at extension searchservices. -
Uses of AttributeConstraintModel in de.hybris.platform.subscriptionservices.model
Subclasses of AttributeConstraintModel in de.hybris.platform.subscriptionservices.modelModifier and TypeClassDescriptionclassGenerated model class for type PriceRowsValidConstraint first defined at extension subscriptionservices. -
Uses of AttributeConstraintModel in de.hybris.platform.validation.extractor.impl
Methods in de.hybris.platform.validation.extractor.impl with parameters of type AttributeConstraintModelModifier and TypeMethodDescriptionAttributeConstraintToBeanTypeConverter.convert(AttributeConstraintModel source) AttributeConstraintToFieldTypeConverter.convert(AttributeConstraintModel source) AttributeConstraintToGetterTypeConverter.convert(AttributeConstraintModel source) Method parameters in de.hybris.platform.validation.extractor.impl with type arguments of type AttributeConstraintModelModifier and TypeMethodDescriptionvoidAttributeConstraintToBeanTypeConverter.setFieldConverter(ConstraintConverter<AttributeConstraintModel, FieldType> fieldConverter) voidAttributeConstraintToBeanTypeConverter.setGetterConverter(ConstraintConverter<AttributeConstraintModel, GetterType> getterConverter) -
Uses of AttributeConstraintModel in de.hybris.platform.validation.interceptors
Methods in de.hybris.platform.validation.interceptors with parameters of type AttributeConstraintModelModifier and TypeMethodDescriptionprotected booleanAttributeConstraintValidator.isConstraintValidForAccessor(AttributeConstraintModel constraint) voidAttributeConstraintPreparer.onPrepare(AttributeConstraintModel constraint, InterceptorContext ctx) voidAttributeConstraintValidator.onValidate(AttributeConstraintModel constraint, InterceptorContext ctx) voidValidateLocalizedConstraintInterceptor.onValidate(AttributeConstraintModel attrConstraint, InterceptorContext ctx) -
Uses of AttributeConstraintModel in de.hybris.platform.validation.localized
Constructors in de.hybris.platform.validation.localized with parameters of type AttributeConstraintModelModifierConstructorDescriptionLocalizedAttributeConstraint(AttributeConstraintModel constraint, List<Locale> languages) -
Uses of AttributeConstraintModel in de.hybris.platform.validation.model.constraints
Subclasses of AttributeConstraintModel in de.hybris.platform.validation.model.constraintsModifier and TypeClassDescriptionclassGenerated model class for type HybrisDecimalMaxConstraint first defined at extension validation.classGenerated model class for type HybrisDecimalMinConstraint first defined at extension validation.classGenerated model class for type NotBlankConstraint first defined at extension validation.classGenerated model class for type NotEmptyConstraint first defined at extension validation.classGenerated model class for type RegExpConstraint first defined at extension personalizationservices. -
Uses of AttributeConstraintModel in de.hybris.platform.validation.model.constraints.jsr303
Modifier and TypeClassDescriptionclassGenerated model class for type AssertFalseConstraint first defined at extension validation.classGenerated model class for type AssertTrueConstraint first defined at extension validation.classGenerated model class for type DecimalMaxConstraint first defined at extension validation.classGenerated model class for type DecimalMinConstraint first defined at extension validation.classGenerated model class for type DigitsConstraint first defined at extension validation.classGenerated model class for type FutureConstraint first defined at extension validation.classGenerated model class for type MaxConstraint first defined at extension validation.classGenerated model class for type MinConstraint first defined at extension validation.classGenerated model class for type NotNullConstraint first defined at extension validation.classGenerated model class for type NullConstraint first defined at extension validation.classGenerated model class for type ObjectPatternConstraint first defined at extension ruleengineservices.classGenerated model class for type PastConstraint first defined at extension validation.classGenerated model class for type PatternConstraint first defined at extension validation.classGenerated model class for type SizeConstraint first defined at extension validation. -
Uses of AttributeConstraintModel in de.hybris.platform.validation.pojos
Methods in de.hybris.platform.validation.pojos that return types with arguments of type AttributeConstraintModelModifier and TypeMethodDescriptionstatic Collection<? extends AttributeConstraintModel>SamplePojo.buildConstraintModel(ModelService service)