Uses of Class
de.hybris.platform.validation.model.constraints.ConstraintGroupModel
-
Packages that use ConstraintGroupModel Package Description com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl com.hybris.backoffice.daos com.hybris.backoffice.daos.impl de.hybris.platform.cockpit.model Contains generated models for each type of de.hybris.platform.cockpit.jalo package.de.hybris.platform.configurablebundleservices.constraints de.hybris.platform.marketplacebackoffice.widgets de.hybris.platform.validation.daos de.hybris.platform.validation.daos.impl de.hybris.platform.validation.extractor.impl de.hybris.platform.validation.model.constraints Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package.de.hybris.platform.validation.services de.hybris.platform.validation.services.impl -
-
Uses of ConstraintGroupModel in com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl
Method parameters in com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl with type arguments of type ConstraintGroupModel Modifier and Type Method Description protected java.util.Set<HybrisConstraintViolation>DefaultBackofficeValidationService. validateSingleProperty(java.lang.Object objectToValidate, java.lang.String propertyToValidate, java.util.Collection<ConstraintGroupModel> platformGroups)protected java.util.Set<HybrisConstraintViolation>DefaultBackofficeValidationService. validateSingleValue(java.lang.Object objectToValidate, java.lang.String propertyToValidate, java.util.Collection<ConstraintGroupModel> platformGroups) -
Uses of ConstraintGroupModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type ConstraintGroupModel Modifier and Type Method Description java.util.Collection<ConstraintGroupModel>BackofficeValidationDao. getConstraintGroups(java.util.Collection<java.lang.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 ConstraintGroupModel Modifier and Type Method Description java.util.Collection<ConstraintGroupModel>DefaultBackofficeValidationDao. getConstraintGroups(java.util.Collection<java.lang.String> groupsIds) -
Uses of ConstraintGroupModel in de.hybris.platform.cockpit.model
Subclasses of ConstraintGroupModel in de.hybris.platform.cockpit.model Modifier and Type Class Description classCoverageConstraintGroupModelGenerated 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 Modifier and Type Method Description protected ConstraintGroupModelAbstractBundleValidationTest. getGroup(java.lang.String id) -
Uses of ConstraintGroupModel in de.hybris.platform.marketplacebackoffice.widgets
Methods in de.hybris.platform.marketplacebackoffice.widgets that return ConstraintGroupModel Modifier and Type Method Description protected ConstraintGroupModelCreateVendorWizardHandler. getBackofficeConstraintGroup() -
Uses of ConstraintGroupModel in de.hybris.platform.validation.daos
Methods in de.hybris.platform.validation.daos with parameters of type ConstraintGroupModel Modifier and Type Method Description java.lang.ClassConstraintDao. 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 ConstraintGroupModel Modifier and Type Method Description java.lang.ClassDefaultConstraintDao. 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 ConstraintGroupModel Modifier and Type Method Description org.hibernate.validator.internal.xml.binding.GroupsTypeConstraintGroupsToGroupsTypeConverter. convert(java.util.Set<ConstraintGroupModel> source)voidAbstractConstraintToBeanTypeConverter. setGroupsConverter(ConstraintConverter<java.util.Set<ConstraintGroupModel>,org.hibernate.validator.internal.xml.binding.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 ConstraintGroupModel Modifier and Type Method Description java.util.Set<ConstraintGroupModel>AbstractConstraintModel. getConstraintGroups()Generated method - Getter of theAbstractConstraint.constraintGroupsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.validation.model.constraints with type arguments of type ConstraintGroupModel Modifier and Type Method Description voidAbstractConstraintModel. setConstraintGroups(java.util.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 ConstraintGroupModel Modifier and Type Method Description ConstraintGroupModelValidationService. 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 ConstraintGroupModel Modifier and Type Method Description java.util.Collection<ConstraintGroupModel>ValidationService. getActiveConstraintGroups()Returns all activeconstraint groupswhich are bound to the current session.Method parameters in de.hybris.platform.validation.services with type arguments of type ConstraintGroupModel Modifier and Type Method Description voidValidationService. setActiveConstraintGroups(java.util.Collection<ConstraintGroupModel> groups)Sets the given collection with theConstraintGroupModels to the current session context.<T> java.util.Set<HybrisConstraintViolation>ValidationService. validate(T object, java.util.Collection<ConstraintGroupModel> groups)Validates the givenmodelorPojo.<T> java.util.Set<HybrisConstraintViolation>ValidationService. validateProperty(T object, java.lang.String propertyName, java.util.Collection<ConstraintGroupModel> groups)Validates all constraints placed on the property ofobjectnamedpropertyName.<T> java.util.Set<HybrisConstraintViolation>ValidationService. validateValue(java.lang.Class<T> beanType, java.lang.String propertyName, java.lang.Object value, java.util.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 ConstraintGroupModel Modifier and Type Method Description ConstraintGroupModelDefaultValidationService. getDefaultConstraintGroup()Methods in de.hybris.platform.validation.services.impl that return types with arguments of type ConstraintGroupModel Modifier and Type Method Description java.util.Collection<ConstraintGroupModel>DefaultValidationService. getActiveConstraintGroups()Method parameters in de.hybris.platform.validation.services.impl with type arguments of type ConstraintGroupModel Modifier and Type Method Description voidDefaultValidationService. setActiveConstraintGroups(java.util.Collection<ConstraintGroupModel> groups)<T> java.util.Set<HybrisConstraintViolation>DefaultValidationService. validate(T object, java.util.Collection<ConstraintGroupModel> groups)<T> java.util.Set<HybrisConstraintViolation>DefaultValidationService. validateProperty(T object, java.lang.String propertyName, java.util.Collection<ConstraintGroupModel> groups)<T> java.util.Set<HybrisConstraintViolation>DefaultValidationService. validateValue(java.lang.Class<T> beanType, java.lang.String propertyName, java.lang.Object value, java.util.Collection<ConstraintGroupModel> groups)
-