Uses of Class
de.hybris.platform.validation.jalo.constraints.ConstraintGroup
Packages that use ConstraintGroup
Package
Description
-
Uses of ConstraintGroup in de.hybris.platform.admincockpit.services.label.impl
Methods in de.hybris.platform.admincockpit.services.label.impl with parameters of type ConstraintGroupModifier and TypeMethodDescriptionprotected StringConstraintGroupLabelProvider.getIconPath(ConstraintGroup item) protected StringConstraintGroupLabelProvider.getIconPath(ConstraintGroup item, String languageIso) protected StringConstraintGroupLabelProvider.getItemDescription(ConstraintGroup item) protected StringConstraintGroupLabelProvider.getItemDescription(ConstraintGroup item, String languageIso) protected StringConstraintGroupLabelProvider.getItemLabel(ConstraintGroup group) protected StringConstraintGroupLabelProvider.getItemLabel(ConstraintGroup group, String languageIso) -
Uses of ConstraintGroup in de.hybris.platform.cockpit.jalo
Subclasses of ConstraintGroup in de.hybris.platform.cockpit.jalo -
Uses of ConstraintGroup in de.hybris.platform.validation.jalo
Methods in de.hybris.platform.validation.jalo that return ConstraintGroupModifier and TypeMethodDescriptionGeneratedValidationManager.createConstraintGroup(SessionContext ctx, Map attributeValues) GeneratedValidationManager.createConstraintGroup(Map attributeValues) -
Uses of ConstraintGroup in de.hybris.platform.validation.jalo.constraints
Methods in de.hybris.platform.validation.jalo.constraints that return types with arguments of type ConstraintGroupModifier and TypeMethodDescriptionGeneratedAbstractConstraint.getConstraintGroups()Generated method - Getter of theAbstractConstraint.constraintGroupsattribute.GeneratedAbstractConstraint.getConstraintGroups(SessionContext ctx) Generated method - Getter of theAbstractConstraint.constraintGroupsattribute.Methods in de.hybris.platform.validation.jalo.constraints with parameters of type ConstraintGroupModifier and TypeMethodDescriptionvoidGeneratedAbstractConstraint.addToConstraintGroups(SessionContext ctx, ConstraintGroup value) Generated method - Addsvalueto constraintGroups.voidGeneratedAbstractConstraint.addToConstraintGroups(ConstraintGroup value) Generated method - Addsvalueto constraintGroups.voidGeneratedAbstractConstraint.removeFromConstraintGroups(SessionContext ctx, ConstraintGroup value) Generated method - Removesvaluefrom constraintGroups.voidGeneratedAbstractConstraint.removeFromConstraintGroups(ConstraintGroup value) Generated method - Removesvaluefrom constraintGroups.Method parameters in de.hybris.platform.validation.jalo.constraints with type arguments of type ConstraintGroupModifier and TypeMethodDescriptionvoidGeneratedAbstractConstraint.setConstraintGroups(SessionContext ctx, Set<ConstraintGroup> value) Generated method - Setter of theAbstractConstraint.constraintGroupsattribute.voidGeneratedAbstractConstraint.setConstraintGroups(Set<ConstraintGroup> value) Generated method - Setter of theAbstractConstraint.constraintGroupsattribute.