Uses of Class
de.hybris.platform.commercefacades.user.data.AddressData
-
-
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 AddressData Modifier and Type Method Description protected java.util.List<? extends AddressData>AbstractCheckoutController. getDeliveryAddresses(AddressData selectedAddressData)Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type AddressData Modifier and Type Method Description protected java.util.List<? extends AddressData>AbstractCheckoutController. getDeliveryAddresses(AddressData selectedAddressData)protected booleanAbstractCheckoutController. isAddressIdChanged(AddressData cartCheckoutDeliveryAddress, AddressData selectedAddressData)protected booleanAbstractCheckoutController. isAddressOnList(java.util.List<AddressData> deliveryAddresses, AddressData selectedAddressData)Method parameters in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with type arguments of type AddressData Modifier and Type Method Description protected booleanAbstractCheckoutController. isAddressOnList(java.util.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 AddressData 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 AddressData in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.verification.impl with parameters of type AddressData 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) -
Uses of AddressData in de.hybris.platform.acceleratorstorefrontcommons.util
Methods in de.hybris.platform.acceleratorstorefrontcommons.util that return AddressData Modifier and Type Method Description AddressDataAddressDataUtil. convertToAddressData(AddressForm addressForm)AddressDataAddressDataUtil. convertToVisibleAddressData(AddressForm addressForm)Methods in de.hybris.platform.acceleratorstorefrontcommons.util with parameters of type AddressData Modifier and Type Method Description voidAddressDataUtil. convert(AddressData source, AddressForm target)voidAddressDataUtil. convertBasic(AddressData source, AddressForm target) -
Uses of AddressData in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps that return AddressData Modifier and Type Method Description protected AddressDataDeliveryAddressCheckoutStepController. constructNewAddress(AddressForm addressForm)protected AddressDataPaymentMethodCheckoutStepController. createAddressData(PaymentDetailsForm paymentDetailsForm)Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps with parameters of type AddressData Modifier and Type Method Description protected voidDeliveryAddressCheckoutStepController. adjustAddressVisibility(AddressForm addressForm, AddressData newAddress) -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type AddressData Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData>TmaAbstractOrderEntryResourcesPopulator. getAddressConverter()Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type AddressData Modifier and Type Method Description voidTmaAddressPopulator. populate(AddressModel source, AddressData target)voidTmaAddressReversePopulator. populate(AddressData addressData, AddressModel addressModel) -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return types with arguments of type AddressData Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData>TmaCartPopulator. getAddressConverter() -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.user
Methods in de.hybris.platform.b2ctelcofacades.user that return AddressData Modifier and Type Method Description AddressDataTmaUserFacade. createAddressForUser(AddressData addressData, java.lang.String userId)Creates aAddressDatafor the provided user.Methods in de.hybris.platform.b2ctelcofacades.user that return types with arguments of type AddressData Modifier and Type Method Description java.util.List<AddressData>TmaUserFacade. getAddressesForUser(java.lang.String userId, boolean visibleInAddressBook)Return a list ofAddressDatafor user identified by its uid having the address book visibility provided.Methods in de.hybris.platform.b2ctelcofacades.user with parameters of type AddressData Modifier and Type Method Description AddressDataTmaUserFacade. createAddressForUser(AddressData addressData, java.lang.String userId)Creates aAddressDatafor the provided user. -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.user.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.user.converters.populator with parameters of type AddressData Modifier and Type Method Description voidB2ctelcoAddressReversePopulator. populate(AddressData addressData, AddressModel addressModel)After populating the address data (using the superclass method), this extension checks if the region is null, and sets it as such on the AddressModel. -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.user.impl
Methods in de.hybris.platform.b2ctelcofacades.user.impl that return AddressData Modifier and Type Method Description AddressDataDefaultTmaUserFacade. createAddressForUser(AddressData addressData, java.lang.String userId)Methods in de.hybris.platform.b2ctelcofacades.user.impl that return types with arguments of type AddressData Modifier and Type Method Description java.util.List<AddressData>DefaultTmaUserFacade. getAddressesForUser(java.lang.String userId, boolean visibleInAddressBook)Return a list ofAddressDatafor user identified by its uid having the address book visibility provided.Methods in de.hybris.platform.b2ctelcofacades.user.impl with parameters of type AddressData Modifier and Type Method Description AddressDataDefaultTmaUserFacade. createAddressForUser(AddressData addressData, java.lang.String userId) -
Uses of AddressData in de.hybris.platform.b2ctelcooccaddon.mappers.place
Methods in de.hybris.platform.b2ctelcooccaddon.mappers.place with parameters of type AddressData Modifier and Type Method Description voidTmaPlaceIdAttributeMapper. populateTargetAttributeFromSource(AddressData source, PlaceWsDTO target, ma.glasnost.orika.MappingContext context)voidTmaPlaceRoleAttributeMapper. populateTargetAttributeFromSource(AddressData source, PlaceWsDTO target, ma.glasnost.orika.MappingContext context) -
Uses of AddressData in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress with parameters of type AddressData Modifier and Type Method Description voidGeographicAddressCityAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressCountryAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsBillingAddressAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsContactAddressAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsInstallationAddressAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsShippingAddressAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsUnloadingAddressAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressPostCodeAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressStateOfProvinceAttributeMapper. populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context)voidGeographicAddressAtTypeAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressCityAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressCountryAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressHrefAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressIdAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsBillingAddressAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsContactAddressAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsInstallationAddressAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsShippingAddressAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressIsUnloadingAddressAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressPostCodeAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressRelatedPartyAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressSchemaLocationAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context)voidGeographicAddressStateOfProvinceAttributeMapper. populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) -
Uses of AddressData in de.hybris.platform.b2ctelcotmfwebservices.mappers.place
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.place with parameters of type AddressData Modifier and Type Method Description voidPlaceAtReferredTypeAttributeMapper. populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context)voidPlaceHrefAttributeMapper. populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context)voidPlaceIdAttributeMapper. populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context)voidPlaceRoleAttributeMapper. populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context)voidPlaceSchemaLocationAttributeMapper. populateTargetAttributeFromSource(AddressData source, Place target, ma.glasnost.orika.MappingContext context) -
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 AddressData Modifier and Type Method Description java.util.List<AddressData>AddressVerificationResult. getSuggestedAddresses()Method parameters in de.hybris.platform.commercefacades.address.data with type arguments of type AddressData Modifier and Type Method Description voidAddressVerificationResult. setSuggestedAddresses(java.util.List<AddressData> suggestedAddresses) -
Uses of AddressData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return AddressData Modifier and Type Method Description AddressDataCartData. getBillingAddress()AddressDataCCPaymentInfoData. getBillingAddress()AddressDataAbstractOrderData. getDeliveryAddress()AddressDataDeliveryOrderEntryGroupData. getDeliveryAddress()AddressDataOrderEntryData. getInstallationAddress()AddressDataConsignmentData. getShippingAddress()Methods in de.hybris.platform.commercefacades.order.data with parameters of type AddressData Modifier and Type Method Description voidCartData. setBillingAddress(AddressData billingAddress)voidCCPaymentInfoData. setBillingAddress(AddressData billingAddress)voidAbstractOrderData. setDeliveryAddress(AddressData deliveryAddress)voidDeliveryOrderEntryGroupData. setDeliveryAddress(AddressData deliveryAddress)voidOrderEntryData. setInstallationAddress(AddressData installationAddress)voidConsignmentData. setShippingAddress(AddressData shippingAddress) -
Uses of AddressData in de.hybris.platform.commercefacades.storelocator.data
Methods in de.hybris.platform.commercefacades.storelocator.data that return AddressData Modifier and Type Method Description AddressDataPointOfServiceData. getAddress()Methods in de.hybris.platform.commercefacades.storelocator.data with parameters of type AddressData Modifier and Type Method Description voidPointOfServiceData. setAddress(AddressData address) -
Uses of AddressData in de.hybris.platform.commercefacades.user.data
Methods in de.hybris.platform.commercefacades.user.data that return AddressData Modifier and Type Method Description AddressDataCustomerData. getDefaultBillingAddress()AddressDataCustomerData. getDefaultShippingAddress()Methods in de.hybris.platform.commercefacades.user.data with parameters of type AddressData Modifier and Type Method Description voidCustomerData. setDefaultBillingAddress(AddressData defaultBillingAddress)voidCustomerData. setDefaultShippingAddress(AddressData defaultShippingAddress)
-