Uses of Class
de.hybris.platform.validation.localized.LocalizedAttributeConstraint
-
Packages that use LocalizedAttributeConstraint Package Description com.hybris.backoffice.excel.validators.engine de.hybris.platform.validation.localized de.hybris.platform.validation.services.impl -
-
Uses of LocalizedAttributeConstraint in com.hybris.backoffice.excel.validators.engine
Methods in com.hybris.backoffice.excel.validators.engine that return types with arguments of type LocalizedAttributeConstraint Modifier and Type Method Description protected java.util.Collection<LocalizedAttributeConstraint>ExcelValidationEngineAwareLocalizedStrategy. getAllAttributeConstraints(java.lang.Class clazz)java.util.Collection<LocalizedAttributeConstraint>ExcelLocalizedConstraintsProvider. getLocalizedAttributeConstraints(java.lang.Class clazz, java.util.List<java.lang.String> constraintGroups)Returns constraints for given class and constraint groups. -
Uses of LocalizedAttributeConstraint in de.hybris.platform.validation.localized
Methods in de.hybris.platform.validation.localized that return LocalizedAttributeConstraint Modifier and Type Method Description protected LocalizedAttributeConstraintLocalizedConstraintsRegistry. createLocalizedAttributeConstraint(AbstractConstraintModel constraint)Methods in de.hybris.platform.validation.localized that return types with arguments of type LocalizedAttributeConstraint Modifier and Type Method Description java.util.List<LocalizedAttributeConstraint>TypeLocalizedConstraints. getConstraints()java.util.List<LocalizedAttributeConstraint>TypeLocalizedConstraints. getConstraintsForAttribute(java.lang.String attribute)Methods in de.hybris.platform.validation.localized with parameters of type LocalizedAttributeConstraint Modifier and Type Method Description voidTypeLocalizedConstraints. addConstraint(LocalizedAttributeConstraint constraint) -
Uses of LocalizedAttributeConstraint in de.hybris.platform.validation.services.impl
Methods in de.hybris.platform.validation.services.impl with parameters of type LocalizedAttributeConstraint Modifier and Type Method Description protected java.util.Set<HybrisConstraintViolation>DefaultValidationService. validateLocalizedConstraint(java.lang.Object object, LocalizedAttributeConstraint localizedConstraint, java.lang.Class<?>... groups)method validates theobject's localized attribute defined inlocalizedConstraintin context of provided ingroupsconstraint groups.
-