Uses of Class
de.hybris.platform.commercefacades.address.data.AddressVerificationResult
-
-
Uses of AddressVerificationResult in de.hybris.platform.acceleratorstorefrontcommons.forms.verification
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.verification with parameters of type AddressVerificationResult Modifier and Type Method Description booleanAddressVerificationResultHandler. handleResult(AddressVerificationResult verificationResult, AddressData newAddress, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, org.springframework.validation.Errors bindingResult, boolean customerBypass, java.lang.String successMsg)Given the result returned by an address verification service, determine if the address is valid or requires corrections from the user. -
Uses of AddressVerificationResult in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl with parameters of type AddressVerificationResult Modifier and Type Method Description booleanDefaultAddressVerificationResultHandler. handleResult(AddressVerificationResult verificationResult, AddressData newAddress, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, org.springframework.validation.Errors bindingResult, boolean customerBypass, java.lang.String successMsg)protected booleanDefaultAddressVerificationResultHandler. isResultUnknown(AddressVerificationResult verificationResult)protected booleanDefaultAddressVerificationResultHandler. resultHasErrors(AddressVerificationResult verificationResult)protected booleanDefaultAddressVerificationResultHandler. resultHasSuggestedAddresses(AddressVerificationResult verificationResult)
-