Uses of Class
de.hybris.platform.validation.model.constraints.AttributeConstraintModel
-
Packages that use AttributeConstraintModel Package Description de.hybris.platform.b2b.model Contains generated models for each type of de.hybris.platform.b2b.jalo package.de.hybris.platform.cmsfacades.cmsitems.attributevalidators de.hybris.platform.core.model.type Contains generated models for each type of de.hybris.platform.jalo.type package.de.hybris.platform.platformbackoffice.validation.model.constraints Contains generated models for each type of de.hybris.platform.platformbackoffice.validation.jalo.constraints package.de.hybris.platform.searchservices.model Contains generated models for each type of de.hybris.platform.searchservices.jalo package.de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.de.hybris.platform.validation.extractor.impl de.hybris.platform.validation.interceptors de.hybris.platform.validation.localized de.hybris.platform.validation.model.constraints Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package.de.hybris.platform.validation.model.constraints.jsr303 Contains generated models for each type of de.hybris.platform.validation.jalo.constraints.jsr303 package.de.hybris.platform.validation.pojos -
-
Uses of AttributeConstraintModel in de.hybris.platform.b2b.model
Subclasses of AttributeConstraintModel in de.hybris.platform.b2b.model Modifier and Type Class Description classB2BCustomerEmailConstraintModelGenerated 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 AttributeConstraintModel Modifier and Type Method Description protected java.util.Map<java.lang.String,AttributeConstraintModel>AbstractAttributeContentValidator. getConstraintMap(AttributeDescriptorModel attribute, java.util.function.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 AttributeConstraintModel Modifier and Type Method Description protected java.util.Map<java.lang.String,AttributeConstraintModel>AbstractAttributeContentValidator. getConstraintMap(AttributeDescriptorModel attribute, java.util.function.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 AttributeConstraintModel Modifier and Type Method Description java.util.Set<AttributeConstraintModel>AttributeDescriptorModel. getConstraints()Generated method - Getter of theAttributeDescriptor.constraintsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.core.model.type with type arguments of type AttributeConstraintModel Modifier and Type Method Description voidAttributeDescriptorModel. setConstraints(java.util.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.constraints Modifier and Type Class Description classHybrisEnumValueCodeConstraintModelGenerated 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.model Modifier and Type Class Description classSnCollectionPatternConstraintModelGenerated model class for type SnCollectionPatternConstraint first defined at extension searchservices.classSnWeightConstraintModelGenerated 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.model Modifier and Type Class Description classPriceRowsValidConstraintModelGenerated 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 AttributeConstraintModel Modifier and Type Method Description BeanTypeAttributeConstraintToBeanTypeConverter. convert(AttributeConstraintModel source)FieldTypeAttributeConstraintToFieldTypeConverter. convert(AttributeConstraintModel source)GetterTypeAttributeConstraintToGetterTypeConverter. convert(AttributeConstraintModel source)Method parameters in de.hybris.platform.validation.extractor.impl with type arguments of type AttributeConstraintModel Modifier and Type Method Description voidAttributeConstraintToBeanTypeConverter. 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 AttributeConstraintModel Modifier and Type Method Description protected 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 AttributeConstraintModel Constructor Description LocalizedAttributeConstraint(AttributeConstraintModel constraint, java.util.List<java.util.Locale> languages) -
Uses of AttributeConstraintModel in de.hybris.platform.validation.model.constraints
Subclasses of AttributeConstraintModel in de.hybris.platform.validation.model.constraints Modifier and Type Class Description classHybrisDecimalMaxConstraintModelGenerated model class for type HybrisDecimalMaxConstraint first defined at extension validation.classHybrisDecimalMinConstraintModelGenerated model class for type HybrisDecimalMinConstraint first defined at extension validation.classNotBlankConstraintModelGenerated model class for type NotBlankConstraint first defined at extension validation.classNotEmptyConstraintModelGenerated model class for type NotEmptyConstraint first defined at extension validation.classRegExpConstraintModelGenerated model class for type RegExpConstraint first defined at extension personalizationservices. -
Uses of AttributeConstraintModel in de.hybris.platform.validation.model.constraints.jsr303
Subclasses of AttributeConstraintModel in de.hybris.platform.validation.model.constraints.jsr303 Modifier and Type Class Description classAssertFalseConstraintModelGenerated model class for type AssertFalseConstraint first defined at extension validation.classAssertTrueConstraintModelGenerated model class for type AssertTrueConstraint first defined at extension validation.classDecimalMaxConstraintModelGenerated model class for type DecimalMaxConstraint first defined at extension validation.classDecimalMinConstraintModelGenerated model class for type DecimalMinConstraint first defined at extension validation.classDigitsConstraintModelGenerated model class for type DigitsConstraint first defined at extension validation.classFutureConstraintModelGenerated model class for type FutureConstraint first defined at extension validation.classMaxConstraintModelGenerated model class for type MaxConstraint first defined at extension validation.classMinConstraintModelGenerated model class for type MinConstraint first defined at extension validation.classNotNullConstraintModelGenerated model class for type NotNullConstraint first defined at extension validation.classNullConstraintModelGenerated model class for type NullConstraint first defined at extension validation.classObjectPatternConstraintModelGenerated model class for type ObjectPatternConstraint first defined at extension ruleengineservices.classPastConstraintModelGenerated model class for type PastConstraint first defined at extension validation.classPatternConstraintModelGenerated model class for type PatternConstraint first defined at extension validation.classSizeConstraintModelGenerated 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 AttributeConstraintModel Modifier and Type Method Description static java.util.Collection<? extends AttributeConstraintModel>SamplePojo. buildConstraintModel(ModelService service)
-