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) -
Uses of AddressVerificationResult in de.hybris.platform.commercefacades.address
Methods in de.hybris.platform.commercefacades.address that return AddressVerificationResult Modifier and Type Method Description AddressVerificationResultAddressVerificationFacade. verifyAddressData(AddressData addressData)Calls the configurable AddressVerificationService to verify the incoming address. -
Uses of AddressVerificationResult in de.hybris.platform.commercefacades.address.impl
Methods in de.hybris.platform.commercefacades.address.impl that return AddressVerificationResult Modifier and Type Method Description AddressVerificationResult<AddressVerificationDecision>DefaultAddressVerificationFacade. verifyAddressData(AddressData addressData) -
Uses of AddressVerificationResult in de.hybris.platform.commercewebservices.core.populator
Methods in de.hybris.platform.commercewebservices.core.populator with parameters of type AddressVerificationResult Modifier and Type Method Description voidAddressDataErrorsPopulator. populate(AddressVerificationResult<AddressVerificationDecision> source, org.springframework.validation.Errors target) -
Uses of AddressVerificationResult in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type AddressVerificationResult Modifier and Type Method Description protected voidAddressController. populateErrors(org.springframework.validation.Errors errors, AddressVerificationResult<AddressVerificationDecision> addressVerificationResult)Populates Errors object -
Uses of AddressVerificationResult in de.hybris.platform.ycommercewebservices.populator
Methods in de.hybris.platform.ycommercewebservices.populator with parameters of type AddressVerificationResult Modifier and Type Method Description voidAddressDataErrorsPopulator. populate(AddressVerificationResult<AddressVerificationDecision> source, org.springframework.validation.Errors target) -
Uses of AddressVerificationResult in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller with parameters of type AddressVerificationResult Modifier and Type Method Description protected voidCustomersController. populateErrors(org.springframework.validation.Errors errors, AddressVerificationResult<AddressVerificationDecision> addressVerificationResult)Populates Errors object -
Uses of AddressVerificationResult in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type AddressVerificationResult Modifier and Type Method Description protected voidAddressController. populateErrors(org.springframework.validation.Errors errors, AddressVerificationResult<AddressVerificationDecision> addressVerificationResult)Populates Errors object
-