Uses of Class
de.hybris.platform.validation.model.constraints.AbstractConstraintModel
Packages that use AbstractConstraintModel
Package
Description
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo.constraints package.
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.
Contains generated models for each type of de.hybris.platform.consignmenttrackingservices.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.
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of AbstractConstraintModel in de.hybris.platform.apiregistryservices.model.constraints
Modifier and TypeClassDescriptionclassGenerated model class for type EventMappingConstraint first defined at extension apiregistryservices. -
Uses of AbstractConstraintModel in de.hybris.platform.b2b.model
Subclasses of AbstractConstraintModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BCustomerEmailConstraint first defined at extension b2bcommerce. -
Uses of AbstractConstraintModel in de.hybris.platform.cockpit.services.validation.pojos
Methods in de.hybris.platform.cockpit.services.validation.pojos that return AbstractConstraintModelModifier and TypeMethodDescriptionCockpitValidationDescriptor.getConstraint()Gets the constraint PK.Methods in de.hybris.platform.cockpit.services.validation.pojos with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionvoidCockpitValidationDescriptor.setConstraint(AbstractConstraintModel constraint) Sets the constraint.Constructors in de.hybris.platform.cockpit.services.validation.pojos with parameters of type AbstractConstraintModelModifierConstructorDescriptionCockpitValidationDescriptor(PropertyDescriptor propertyDescriptor, int cockpitMessageLevel, String validationMessage, AbstractConstraintModel constraint) -
Uses of AbstractConstraintModel in de.hybris.platform.configurablebundleservices.model
Modifier and TypeClassDescriptionclassGenerated model class for type AbstractBundleRuleTargetProductsAssignedConstraint first defined at extension configurablebundleservices.classGenerated model class for type BundleTemplateProductsAssignedConstraint first defined at extension configurablebundleservices. -
Uses of AbstractConstraintModel in de.hybris.platform.consignmenttrackingservices.model
Modifier and TypeClassDescriptionclassGenerated model class for type ConsignmentTrackingIdValidConstraint first defined at extension consignmenttrackingservices. -
Uses of AbstractConstraintModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionComposedTypeModel.getConstraints()Generated method - Getter of theComposedType.constraintsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.core.model.type with type arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionvoidComposedTypeModel.setConstraints(Set<AbstractConstraintModel> value) Generated method - Setter ofComposedType.constraintsattribute defined at extensionvalidation. -
Uses of AbstractConstraintModel in de.hybris.platform.platformbackoffice.validation.model.constraints
Subclasses of AbstractConstraintModel in de.hybris.platform.platformbackoffice.validation.model.constraintsModifier and TypeClassDescriptionclassGenerated model class for type HybrisEnumValueCodeConstraint first defined at extension platformbackoffice. -
Uses of AbstractConstraintModel in de.hybris.platform.ruleengineservices.validation.constraints
Methods in de.hybris.platform.ruleengineservices.validation.constraints that return AbstractConstraintModelModifier and TypeMethodDescriptionprotected AbstractConstraintModelConstraintGroupValidationOnSaveIT.getObjectPatternConstraint() -
Uses of AbstractConstraintModel in de.hybris.platform.searchservices.model
Subclasses of AbstractConstraintModel 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 AbstractConstraintModel in de.hybris.platform.subscriptionservices.model
Subclasses of AbstractConstraintModel in de.hybris.platform.subscriptionservices.modelModifier and TypeClassDescriptionclassGenerated model class for type PriceRowsValidConstraint first defined at extension subscriptionservices. -
Uses of AbstractConstraintModel in de.hybris.platform.validation.coverage.strategies.impl
Methods in de.hybris.platform.validation.coverage.strategies.impl that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionprotected Set<AbstractConstraintModel>ValidationBasedCoverageCalculationStrategy.findActiveConstraints(ConstraintGroupModel coverageConstraintGroup) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.daos
Methods in de.hybris.platform.validation.daos that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionConstraintDao.getAllConstraints()Gets all constraints instances.ConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraintModel) ConstraintDao.getPojoRelatedConstraints()Gets the list of theAbstractConstraintModelwhich are attached to any POJO and are not attached to any model, this means not have haveTYPEset as reference to existing type in system.Methods in de.hybris.platform.validation.daos with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraintModel) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.daos.impl
Methods in de.hybris.platform.validation.daos.impl that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionDefaultConstraintDao.getAllConstraints()DefaultConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraint) DefaultConstraintDao.getPojoRelatedConstraints()Methods in de.hybris.platform.validation.daos.impl with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionDefaultConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraint) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.exceptions
Methods in de.hybris.platform.validation.exceptions that return AbstractConstraintModelModifier and TypeMethodDescriptionHybrisConstraintViolation.getConstraintModel()Gets the constraint model which was used for validation. -
Uses of AbstractConstraintModel in de.hybris.platform.validation.extractor
Methods in de.hybris.platform.validation.extractor with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionConstraintsExtractor.extractConstraint(AbstractConstraintModel constraint) Extracts only given constraint to a stream containing xml valid for jsr-303. -
Uses of AbstractConstraintModel in de.hybris.platform.validation.extractor.impl
Classes in de.hybris.platform.validation.extractor.impl with type parameters of type AbstractConstraintModelModifier and TypeClassDescriptionclassAbstractConstraintToBeanTypeConverter<SOURCE extends AbstractConstraintModel>Base converter for anyAbstractConstraintModelspecification.Methods in de.hybris.platform.validation.extractor.impl that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionprotected ConstraintConverter<AbstractConstraintModel,BeanType> ConstraintsToConstraintMappingsTypeConverter.getConverter(AbstractConstraintModel source) Methods in de.hybris.platform.validation.extractor.impl with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionprotected voidConstraintsToConstraintMappingsTypeConverter.convertSingleConstraint(ConstraintMappingsType mapping, AbstractConstraintModel constraint) DefaultConstraintsExtractor.extractConstraint(AbstractConstraintModel constraint) Creates OutputStream from list of ConstraintMappingsTypes from createConstraintMappingType(constraint) method.protected ConstraintConverter<AbstractConstraintModel,BeanType> ConstraintsToConstraintMappingsTypeConverter.getConverter(AbstractConstraintModel source) protected StringConstraintsToConstraintMappingsTypeConverter.toLogString(AbstractConstraintModel constraint) Method parameters in de.hybris.platform.validation.extractor.impl with type arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionConstraintsToConstraintMappingsTypeConverter.convert(List<AbstractConstraintModel> constraints) voidDefaultConstraintsExtractor.setConstraintMappingsTypeConverter(ConstraintConverter<List<AbstractConstraintModel>, ConstraintMappingsType> constraintMappingsTypeConverter) voidConstraintsToConstraintMappingsTypeConverter.setConverters(List<ConstraintConverter<? extends AbstractConstraintModel, BeanType>> converters) voidDefaultConstraintsExtractor.setSkipOnErrorConstraintMappingsTypeConverter(ConstraintConverter<List<AbstractConstraintModel>, ConstraintMappingsType> skipOnErrorConstraintMappingsTypeConverter) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.interceptors
Methods in de.hybris.platform.validation.interceptors with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionvoidTypeConstraintValidator.onValidate(AbstractConstraintModel constraint, InterceptorContext ctx) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.localized
Methods in de.hybris.platform.validation.localized with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionbooleanConstraintModelValidator.checkAndDisableInvalidConstraints(AbstractConstraintModel constraint) protected LocalizedAttributeConstraintLocalizedConstraintsRegistry.createLocalizedAttributeConstraint(AbstractConstraintModel constraint) protected StringLocalizedConstraintsRegistry.getConstraintTargetClassName(AbstractConstraintModel constraint) protected booleanLocalizedConstraintsRegistry.isLocalizedConstraint(AbstractConstraintModel constraint) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.model
Methods in de.hybris.platform.validation.model with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionAbstractConstraintNeedReloadAttributeHandler.get(AbstractConstraintModel constraint) -
Uses of AbstractConstraintModel in de.hybris.platform.validation.model.constraints
Subclasses of AbstractConstraintModel in de.hybris.platform.validation.model.constraintsModifier and TypeClassDescriptionclassGenerated model class for type AttributeConstraint first defined at extension validation.classGenerated model class for type DynamicConstraint first defined at extension validation.classGenerated 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.classGenerated model class for type TypeConstraint first defined at extension validation.classGenerated model class for type XorNullReferenceConstraint first defined at extension validation.Methods in de.hybris.platform.validation.model.constraints that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionConstraintGroupModel.getConstraints()Generated method - Getter of theConstraintGroup.constraintsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.validation.model.constraints with type arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionvoidConstraintGroupModel.setConstraints(Set<AbstractConstraintModel> value) Generated method - Setter ofConstraintGroup.constraintsattribute defined at extensionvalidation. -
Uses of AbstractConstraintModel 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 AbstractConstraintModel in de.hybris.platform.validation.services
Methods in de.hybris.platform.validation.services that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionConstraintService.getAllConstraints()Gets all constraints instances.ConstraintService.getPojoRelatedConstraints()Gets the list of theAbstractConstraintModelwhich are attached to any POJO and are not attached to any model, this means not have haveTYPEset as reference to existing type in system.Methods in de.hybris.platform.validation.services with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionbooleanConstraintService.isConstraintDuplicated(AbstractConstraintModel model) booleanValidationService.needReloadOfValidationEngine(AbstractConstraintModel model) Returnstrueif the given constraint was modified (seeItemModel.getModifiedtime()) after the last reload (ValidationService.reloadValidationEngine()) of the validation engine.default voidValidationService.validateConstraint(AbstractConstraintModel model) Creates TEST validation configuration using given constraint model. -
Uses of AbstractConstraintModel in de.hybris.platform.validation.services.impl
Fields in de.hybris.platform.validation.services.impl declared as AbstractConstraintModelModifier and TypeFieldDescriptionprotected AbstractConstraintModelDefaultHybrisConstraintViolation.constraintModelMethods in de.hybris.platform.validation.services.impl that return AbstractConstraintModelMethods in de.hybris.platform.validation.services.impl that return types with arguments of type AbstractConstraintModelModifier and TypeMethodDescriptionDefaultConstraintService.getAllConstraints()DefaultConstraintService.getPojoRelatedConstraints()Methods in de.hybris.platform.validation.services.impl with parameters of type AbstractConstraintModelModifier and TypeMethodDescriptionbooleanDefaultConstraintService.isConstraintDuplicated(AbstractConstraintModel constraint) booleanDefaultValidationService.needReloadOfValidationEngine(AbstractConstraintModel model) voidDefaultValidationService.validateConstraint(AbstractConstraintModel model) Constructors in de.hybris.platform.validation.services.impl with parameters of type AbstractConstraintModelModifierConstructorDescriptionDefaultHybrisConstraintViolation(javax.validation.ConstraintViolation constraintViolation, AbstractConstraintModel constraintModel) LocalizedHybrisConstraintViolation(javax.validation.ConstraintViolation constraintViolation, AbstractConstraintModel constraintModel, Locale locale, I18NService i18NService, ResourceBundleProvider bundleProvider) -
Uses of AbstractConstraintModel in de.hybris.platform.warehousing.model
Subclasses of AbstractConstraintModel in de.hybris.platform.warehousing.modelModifier and TypeClassDescriptionclassGenerated model class for type AdvancedShippingNoticeValidConstraint first defined at extension warehousing.