Uses of Class
de.hybris.platform.validation.model.constraints.ConstraintGroupModel
Packages that use ConstraintGroupModel
Package
Description
Contains generated models for each type of de.hybris.platform.cockpit.jalo package.
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package.
-
Uses of ConstraintGroupModel in com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl that return types with arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionprotected Collection<ConstraintGroupModel>DefaultBackofficeValidationService.getPlatformConstraintGroupModels(com.hybris.cockpitng.validation.ValidationContext validationContext) Method parameters in com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl with type arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionprotected Set<HybrisConstraintViolation>DefaultBackofficeValidationService.validateSingleProperty(Object objectToValidate, String propertyToValidate, Collection<ConstraintGroupModel> platformGroups) protected Set<HybrisConstraintViolation>DefaultBackofficeValidationService.validateSingleValue(Object objectToValidate, String propertyToValidate, Collection<ConstraintGroupModel> platformGroups) -
Uses of ConstraintGroupModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionBackofficeValidationDao.getConstraintGroups(Collection<String> groupsIds) Queries for constraint groups with specified ids -
Uses of ConstraintGroupModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionDefaultBackofficeValidationDao.getConstraintGroups(Collection<String> groupsIds) -
Uses of ConstraintGroupModel in de.hybris.platform.cockpit.model
Subclasses of ConstraintGroupModel in de.hybris.platform.cockpit.modelModifier and TypeClassDescriptionclassGenerated model class for type CoverageConstraintGroup first defined at extension validation. -
Uses of ConstraintGroupModel in de.hybris.platform.configurablebundleservices.constraints
Methods in de.hybris.platform.configurablebundleservices.constraints that return ConstraintGroupModel -
Uses of ConstraintGroupModel in de.hybris.platform.marketplacebackoffice.widgets
Methods in de.hybris.platform.marketplacebackoffice.widgets that return ConstraintGroupModelModifier and TypeMethodDescriptionprotected ConstraintGroupModelCreateVendorWizardHandler.getBackofficeConstraintGroup() -
Uses of ConstraintGroupModel in de.hybris.platform.validation.coverage.strategies.impl
Methods in de.hybris.platform.validation.coverage.strategies.impl that return ConstraintGroupModelModifier and TypeMethodDescriptionprotected ConstraintGroupModelValidationBasedCoverageCalculationStrategy.getConstraintGroup(ItemModel item) Methods in de.hybris.platform.validation.coverage.strategies.impl with parameters of type ConstraintGroupModelModifier and TypeMethodDescriptionprotected Set<AbstractConstraintModel>ValidationBasedCoverageCalculationStrategy.findActiveConstraints(ConstraintGroupModel coverageConstraintGroup) -
Uses of ConstraintGroupModel in de.hybris.platform.validation.daos
Methods in de.hybris.platform.validation.daos with parameters of type ConstraintGroupModelModifier and TypeMethodDescriptionConstraintDao.getTargetClass(ConstraintGroupModel group) Internal use only. -
Uses of ConstraintGroupModel in de.hybris.platform.validation.daos.impl
Methods in de.hybris.platform.validation.daos.impl with parameters of type ConstraintGroupModelModifier and TypeMethodDescriptionDefaultConstraintDao.getTargetClass(ConstraintGroupModel group) -
Uses of ConstraintGroupModel in de.hybris.platform.validation.extractor.impl
Method parameters in de.hybris.platform.validation.extractor.impl with type arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionConstraintGroupsToGroupsTypeConverter.convert(Set<ConstraintGroupModel> source) voidAbstractConstraintToBeanTypeConverter.setGroupsConverter(ConstraintConverter<Set<ConstraintGroupModel>, GroupsType> groupsConverter) -
Uses of ConstraintGroupModel in de.hybris.platform.validation.model.constraints
Methods in de.hybris.platform.validation.model.constraints that return types with arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionAbstractConstraintModel.getConstraintGroups()Generated method - Getter of theAbstractConstraint.constraintGroupsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.validation.model.constraints with type arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionvoidAbstractConstraintModel.setConstraintGroups(Set<ConstraintGroupModel> value) Generated method - Setter ofAbstractConstraint.constraintGroupsattribute defined at extensionvalidation. -
Uses of ConstraintGroupModel in de.hybris.platform.validation.services
Methods in de.hybris.platform.validation.services that return ConstraintGroupModelModifier and TypeMethodDescriptionValidationService.getDefaultConstraintGroup()Returns the default constraint group (which is created during creation of eccencial data).Methods in de.hybris.platform.validation.services that return types with arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionValidationService.getActiveConstraintGroups()Returns all activeconstraint groupswhich are bound to the current session.Method parameters in de.hybris.platform.validation.services with type arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionvoidValidationService.setActiveConstraintGroups(Collection<ConstraintGroupModel> groups) Sets the given collection with theConstraintGroupModels to the current session context.ValidationService.validate(T object, Collection<ConstraintGroupModel> groups) Validates the givenmodelorPojo.ValidationService.validateProperty(T object, String propertyName, Collection<ConstraintGroupModel> groups) Validates all constraints placed on the property ofobjectnamedpropertyName.ValidationService.validateValue(Class<T> beanType, String propertyName, Object value, Collection<ConstraintGroupModel> groups) Validates all constraints placed on the property namedpropertyNameof the classbeanTypewould the property value bevalue -
Uses of ConstraintGroupModel in de.hybris.platform.validation.services.impl
Methods in de.hybris.platform.validation.services.impl that return ConstraintGroupModelMethods in de.hybris.platform.validation.services.impl that return types with arguments of type ConstraintGroupModelMethod parameters in de.hybris.platform.validation.services.impl with type arguments of type ConstraintGroupModelModifier and TypeMethodDescriptionvoidDefaultValidationService.setActiveConstraintGroups(Collection<ConstraintGroupModel> groups) DefaultValidationService.validate(T object, Collection<ConstraintGroupModel> groups) DefaultValidationService.validateProperty(T object, String propertyName, Collection<ConstraintGroupModel> groups) DefaultValidationService.validateValue(Class<T> beanType, String propertyName, Object value, Collection<ConstraintGroupModel> groups)