Uses of Class
de.hybris.platform.commercefacades.user.data.AddressData
Packages that use AddressData
Package
Description
-
Uses of AddressData in com.sap.hybris.saprevenueclouddpaddon.service.impl
Methods in com.sap.hybris.saprevenueclouddpaddon.service.impl that return types with arguments of type AddressDataModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultSapRevenueCloudDigitalPaymentService.getAddressConverter()Method parameters in com.sap.hybris.saprevenueclouddpaddon.service.impl with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidDefaultSapRevenueCloudDigitalPaymentService.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressData in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages that return types with arguments of type AddressDataModifier and TypeMethodDescriptionprotected List<? extends AddressData>AbstractCheckoutController.getDeliveryAddresses(AddressData selectedAddressData) Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type AddressDataModifier and TypeMethodDescriptionprotected List<? extends AddressData>AbstractCheckoutController.getDeliveryAddresses(AddressData selectedAddressData) protected booleanAbstractCheckoutController.isAddressIdChanged(AddressData cartCheckoutDeliveryAddress, AddressData selectedAddressData) protected booleanAbstractCheckoutController.isAddressOnList(List<AddressData> deliveryAddresses, AddressData selectedAddressData) Method parameters in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with type arguments of type AddressDataModifier and TypeMethodDescriptionprotected booleanAbstractCheckoutController.isAddressOnList(List<AddressData> deliveryAddresses, AddressData selectedAddressData) -
Uses of AddressData in de.hybris.platform.acceleratorstorefrontcommons.forms.verification
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.verification with parameters of type AddressDataModifier and TypeMethodDescriptionbooleanAddressVerificationResultHandler.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, 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 AddressData in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl with parameters of type AddressDataModifier and TypeMethodDescriptionbooleanDefaultAddressVerificationResultHandler.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, String successMsg) -
Uses of AddressData in de.hybris.platform.acceleratorstorefrontcommons.util
Methods in de.hybris.platform.acceleratorstorefrontcommons.util that return AddressDataModifier and TypeMethodDescriptionAddressDataUtil.convertToAddressData(AddressForm addressForm) AddressDataUtil.convertToVisibleAddressData(AddressForm addressForm) Methods in de.hybris.platform.acceleratorstorefrontcommons.util with parameters of type AddressDataModifier and TypeMethodDescriptionvoidAddressDataUtil.convert(AddressData source, AddressForm target) voidAddressDataUtil.convertBasic(AddressData source, AddressForm target) -
Uses of AddressData in de.hybris.platform.accountsummaryaddon.controllers
Methods in de.hybris.platform.accountsummaryaddon.controllers that return AddressDataModifier and TypeMethodDescriptionprotected AddressDataAccountSummaryAccountStatusComponentController.prepareDefaultAddress(B2BUnitData b2bUnitData) -
Uses of AddressData in de.hybris.platform.assistedservicefacades.customer360
Methods in de.hybris.platform.assistedservicefacades.customer360 that return AddressDataModifier and TypeMethodDescriptionCustomerOverviewData.getAddress()CustomerViewHeadingData.getAddress()CustomerProfileData.getBillingAddress()CustomerProfileData.getDeliveryAddress()Methods in de.hybris.platform.assistedservicefacades.customer360 with parameters of type AddressDataModifier and TypeMethodDescriptionvoidCustomerOverviewData.setAddress(AddressData address) voidCustomerViewHeadingData.setAddress(AddressData address) voidCustomerProfileData.setBillingAddress(AddressData billingAddress) voidCustomerProfileData.setDeliveryAddress(AddressData deliveryAddress) -
Uses of AddressData in de.hybris.platform.b2bacceleratorfacades.data
Methods in de.hybris.platform.b2bacceleratorfacades.data that return AddressDataMethods in de.hybris.platform.b2bacceleratorfacades.data with parameters of type AddressDataModifier and TypeMethodDescriptionvoidAccountSummaryInfoData.setBillingAddress(AddressData billingAddress) -
Uses of AddressData in de.hybris.platform.b2bcommercefacades.company.data
Methods in de.hybris.platform.b2bcommercefacades.company.data that return types with arguments of type AddressDataMethod parameters in de.hybris.platform.b2bcommercefacades.company.data with type arguments of type AddressData -
Uses of AddressData in de.hybris.platform.cissapdigitalpayment.facade
Methods in de.hybris.platform.cissapdigitalpayment.facade with parameters of type AddressDataModifier and TypeMethodDescriptionvoidCisSapDigitalPaymentFacade.addPaymentAddressToCart(AddressData paymentAddress) Add the payment address to the cart -
Uses of AddressData in de.hybris.platform.cissapdigitalpayment.facade.impl
Methods in de.hybris.platform.cissapdigitalpayment.facade.impl that return types with arguments of type AddressDataModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultCisSapDigitalPaymentFacade.getPaymentAddressConverter()de.hybris.platform.servicelayer.dto.converter.Converter<AddressData,AddressModel> DefaultCisSapDigitalPaymentFacade.getPaymentAddressReverseConverter()Methods in de.hybris.platform.cissapdigitalpayment.facade.impl with parameters of type AddressDataModifier and TypeMethodDescriptionvoidDefaultCisSapDigitalPaymentFacade.addPaymentAddressToCart(AddressData paymentAddress) Method parameters in de.hybris.platform.cissapdigitalpayment.facade.impl with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidDefaultCisSapDigitalPaymentFacade.setPaymentAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> paymentAddressConverter) voidDefaultCisSapDigitalPaymentFacade.setPaymentAddressReverseConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressData, AddressModel> paymentAddressReverseConverter) -
Uses of AddressData in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl that return types with arguments of type AddressDataModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultSapDigitalPaymentService.getAddressConverter()Method parameters in de.hybris.platform.cissapdigitalpayment.service.impl with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidDefaultSapDigitalPaymentService.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressData in de.hybris.platform.commercefacades.address.data
Methods in de.hybris.platform.commercefacades.address.data that return types with arguments of type AddressDataMethod parameters in de.hybris.platform.commercefacades.address.data with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidAddressVerificationResult.setSuggestedAddresses(List<AddressData> suggestedAddresses) -
Uses of AddressData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return AddressDataModifier and TypeMethodDescriptionCCPaymentInfoData.getBillingAddress()AbstractOrderData.getDeliveryAddress()DeliveryOrderEntryGroupData.getDeliveryAddress()ConsignmentData.getShippingAddress()Methods in de.hybris.platform.commercefacades.order.data with parameters of type AddressDataModifier and TypeMethodDescriptionvoidCCPaymentInfoData.setBillingAddress(AddressData billingAddress) voidAbstractOrderData.setDeliveryAddress(AddressData deliveryAddress) voidDeliveryOrderEntryGroupData.setDeliveryAddress(AddressData deliveryAddress) voidConsignmentData.setShippingAddress(AddressData shippingAddress) -
Uses of AddressData in de.hybris.platform.commercefacades.storelocator.data
Methods in de.hybris.platform.commercefacades.storelocator.data that return AddressDataMethods in de.hybris.platform.commercefacades.storelocator.data with parameters of type AddressData -
Uses of AddressData in de.hybris.platform.commercefacades.user.data
Methods in de.hybris.platform.commercefacades.user.data that return AddressDataModifier and TypeMethodDescriptionCustomerData.getDefaultAddress()CustomerData.getDefaultBillingAddress()CustomerData.getDefaultShippingAddress()Methods in de.hybris.platform.commercefacades.user.data with parameters of type AddressDataModifier and TypeMethodDescriptionvoidCustomerData.setDefaultAddress(AddressData defaultAddress) voidCustomerData.setDefaultBillingAddress(AddressData defaultBillingAddress) voidCustomerData.setDefaultShippingAddress(AddressData defaultShippingAddress) -
Uses of AddressData in de.hybris.platform.commercewebservices.core.user.data
Methods in de.hybris.platform.commercewebservices.core.user.data that return types with arguments of type AddressDataMethod parameters in de.hybris.platform.commercewebservices.core.user.data with type arguments of type AddressData -
Uses of AddressData in de.hybris.platform.ordermanagementfacades.order.data
Methods in de.hybris.platform.ordermanagementfacades.order.data that return AddressDataModifier and TypeMethodDescriptionOrderRequestData.getDeliveryAddress()OrderRequestData.getPaymentAddress()Methods in de.hybris.platform.ordermanagementfacades.order.data with parameters of type AddressDataModifier and TypeMethodDescriptionvoidOrderRequestData.setDeliveryAddress(AddressData deliveryAddress) voidOrderRequestData.setPaymentAddress(AddressData paymentAddress) -
Uses of AddressData in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that return types with arguments of type AddressDataModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> SapOrdermgmtB2BCheckoutFacade.getAddressConverter()SapOrdermgmtB2BCheckoutFacade.getSupportedDeliveryAddresses(boolean visibleAddressesOnly) Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl with parameters of type AddressDataModifier and TypeMethodDescriptionbooleanSapOrdermgmtB2BCheckoutFacade.setDeliveryAddress(AddressData usedAddress) voidSapOrdermgmtB2BCheckoutFacade.setDeliveryAddressOnCart(AddressData addressData) Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidSapOrdermgmtB2BCheckoutFacade.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressData in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Method parameters in de.hybris.platform.sap.sapordermgmtservices.converters.populator with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidDefaultAbstractOrderPopulator.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter)