Uses of Class
de.hybris.platform.validation.localized.LocalizedAttributeConstraint
Packages that use LocalizedAttributeConstraint
Package
Description
-
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 LocalizedAttributeConstraintModifier and TypeMethodDescriptionprotected Collection<LocalizedAttributeConstraint>ExcelValidationEngineAwareLocalizedStrategy.getAllAttributeConstraints(Class clazz) ExcelLocalizedConstraintsProvider.getLocalizedAttributeConstraints(Class clazz, List<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 LocalizedAttributeConstraintModifier and TypeMethodDescriptionprotected LocalizedAttributeConstraintLocalizedConstraintsRegistry.createLocalizedAttributeConstraint(AbstractConstraintModel constraint) Methods in de.hybris.platform.validation.localized that return types with arguments of type LocalizedAttributeConstraintModifier and TypeMethodDescriptionTypeLocalizedConstraints.getConstraints()TypeLocalizedConstraints.getConstraintsForAttribute(String attribute) Methods in de.hybris.platform.validation.localized with parameters of type LocalizedAttributeConstraintModifier and TypeMethodDescriptionvoidTypeLocalizedConstraints.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 LocalizedAttributeConstraintModifier and TypeMethodDescriptionprotected Set<HybrisConstraintViolation>DefaultValidationService.validateLocalizedConstraint(Object object, LocalizedAttributeConstraint localizedConstraint, Class<?>... groups) method validates theobject's localized attribute defined inlocalizedConstraintin context of provided ingroupsconstraint groups.