Uses of Class
de.hybris.platform.validation.jalo.constraints.ConstraintGroup
-
-
Uses of ConstraintGroup in de.hybris.platform.admincockpit.services.label.impl
Methods in de.hybris.platform.admincockpit.services.label.impl with parameters of type ConstraintGroup Modifier and Type Method Description protected java.lang.String
ConstraintGroupLabelProvider. getIconPath(ConstraintGroup item)
protected java.lang.String
ConstraintGroupLabelProvider. getIconPath(ConstraintGroup item, java.lang.String languageIso)
protected java.lang.String
ConstraintGroupLabelProvider. getItemDescription(ConstraintGroup item)
protected java.lang.String
ConstraintGroupLabelProvider. getItemDescription(ConstraintGroup item, java.lang.String languageIso)
protected java.lang.String
ConstraintGroupLabelProvider. getItemLabel(ConstraintGroup group)
protected java.lang.String
ConstraintGroupLabelProvider. getItemLabel(ConstraintGroup group, java.lang.String languageIso)
-
Uses of ConstraintGroup in de.hybris.platform.cockpit.jalo
Subclasses of ConstraintGroup in de.hybris.platform.cockpit.jalo Modifier and Type Class Description class
CoverageConstraintGroup
class
GeneratedCoverageConstraintGroup
Generated class for typeCoverageConstraintGroup
. -
Uses of ConstraintGroup in de.hybris.platform.validation.jalo
Methods in de.hybris.platform.validation.jalo that return ConstraintGroup Modifier and Type Method Description ConstraintGroup
GeneratedValidationManager. createConstraintGroup(SessionContext ctx, java.util.Map attributeValues)
ConstraintGroup
GeneratedValidationManager. createConstraintGroup(java.util.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 ConstraintGroup Modifier and Type Method Description java.util.Set<ConstraintGroup>
GeneratedAbstractConstraint. getConstraintGroups()
Generated method - Getter of theAbstractConstraint.constraintGroups
attribute.java.util.Set<ConstraintGroup>
GeneratedAbstractConstraint. getConstraintGroups(SessionContext ctx)
Generated method - Getter of theAbstractConstraint.constraintGroups
attribute.Methods in de.hybris.platform.validation.jalo.constraints with parameters of type ConstraintGroup Modifier and Type Method Description void
GeneratedAbstractConstraint. addToConstraintGroups(SessionContext ctx, ConstraintGroup value)
Generated method - Addsvalue
to constraintGroups.void
GeneratedAbstractConstraint. addToConstraintGroups(ConstraintGroup value)
Generated method - Addsvalue
to constraintGroups.void
GeneratedAbstractConstraint. removeFromConstraintGroups(SessionContext ctx, ConstraintGroup value)
Generated method - Removesvalue
from constraintGroups.void
GeneratedAbstractConstraint. removeFromConstraintGroups(ConstraintGroup value)
Generated method - Removesvalue
from constraintGroups.Method parameters in de.hybris.platform.validation.jalo.constraints with type arguments of type ConstraintGroup Modifier and Type Method Description void
GeneratedAbstractConstraint. setConstraintGroups(SessionContext ctx, java.util.Set<ConstraintGroup> value)
Generated method - Setter of theAbstractConstraint.constraintGroups
attribute.void
GeneratedAbstractConstraint. setConstraintGroups(java.util.Set<ConstraintGroup> value)
Generated method - Setter of theAbstractConstraint.constraintGroups
attribute.
-