Uses of Interface
de.hybris.platform.validation.messages.ResourceBundleProvider
-
-
Uses of ResourceBundleProvider in de.hybris.platform.configurablebundleservices.constraints
Methods in de.hybris.platform.configurablebundleservices.constraints that return ResourceBundleProvider Modifier and Type Method Description protected ResourceBundleProviderTypeValidatorHelper. getResourceBundleProvider() -
Uses of ResourceBundleProvider in de.hybris.platform.validation.messages.impl
Classes in de.hybris.platform.validation.messages.impl that implement ResourceBundleProvider Modifier and Type Class Description classDefaultResourceBundleProviderDefault Implementation of interfaceResourceBundleProvider -
Uses of ResourceBundleProvider in de.hybris.platform.validation.services.impl
Fields in de.hybris.platform.validation.services.impl declared as ResourceBundleProvider Modifier and Type Field Description protected ResourceBundleProviderDefaultConstraintViolationFactory. bundleProviderprotected ResourceBundleProviderDefaultHybrisConstraintViolation. bundleProviderDeprecated, for removal: This API element is subject to removal in a future version.unused - use methods provided byDefaultHybrisConstraintViolation.factoryUtilprotected ResourceBundleProviderLocalizedHybrisConstraintViolation. bundleProviderMethods in de.hybris.platform.validation.services.impl with parameters of type ResourceBundleProvider Modifier and Type Method Description voidDefaultConstraintViolationFactory. setBundleProvider(ResourceBundleProvider bundleProvider)voidDefaultHybrisConstraintViolation. setBundleProvider(ResourceBundleProvider bundleProvider)Deprecated, for removal: This API element is subject to removal in a future version.DefaultHybrisConstraintViolation.bundleProvideris marked as deprecated - it is no longer used in this classvoidLocalizedHybrisConstraintViolation. setBundleProvider(ResourceBundleProvider bundleProvider)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in de.hybris.platform.validation.services.impl with parameters of type ResourceBundleProvider Constructor Description LocalizedHybrisConstraintViolation(javax.validation.ConstraintViolation constraintViolation, AbstractConstraintModel constraintModel, java.util.Locale locale, I18NService i18NService, ResourceBundleProvider bundleProvider)LocalizedHybrisConstraintViolation(javax.validation.ConstraintViolation constraintViolation, java.util.Locale locale, I18NService i18NService, ResourceBundleProvider bundleProvider)
-