Uses of Class
de.hybris.platform.commercefacades.address.data.AddressVerificationErrorField
-
Packages that use AddressVerificationErrorField Package Description de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl de.hybris.platform.commercefacades.address.data -
-
Uses of AddressVerificationErrorField in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl
Method parameters in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl with type arguments of type AddressVerificationErrorField Modifier and Type Method Description protected voidDefaultAddressVerificationResultHandler. addFieldErrorsToBindingResult(java.util.Map<java.lang.String,AddressVerificationErrorField> fieldErrors, org.springframework.validation.Errors bindingResult)protected voidDefaultAddressVerificationResultHandler. processFields(java.util.Map<java.lang.String,AddressVerificationErrorField> fieldErrors, org.springframework.validation.Errors bindingResult, java.lang.String errorKey) -
Uses of AddressVerificationErrorField in de.hybris.platform.commercefacades.address.data
Methods in de.hybris.platform.commercefacades.address.data that return types with arguments of type AddressVerificationErrorField Modifier and Type Method Description java.util.Map<java.lang.String,AddressVerificationErrorField>AddressVerificationResult. getErrors()Method parameters in de.hybris.platform.commercefacades.address.data with type arguments of type AddressVerificationErrorField Modifier and Type Method Description voidAddressVerificationResult. setErrors(java.util.Map<java.lang.String,AddressVerificationErrorField> errors)
-