Uses of Class
de.hybris.platform.commercefacades.user.data.AddressData
Packages that use AddressData
Package
Description
-
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.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.b2ctelcoaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps that return AddressDataModifier and TypeMethodDescriptionprotected AddressDataDeliveryAddressCheckoutStepController.constructNewAddress(AddressForm addressForm) protected AddressDataPaymentMethodCheckoutStepController.createAddressData(PaymentDetailsForm paymentDetailsForm) Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps with parameters of type AddressDataModifier and TypeMethodDescriptionprotected voidDeliveryAddressCheckoutStepController.adjustAddressVisibility(AddressForm addressForm, AddressData newAddress) -
Uses of AddressData in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.address
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.address with parameters of type AddressDataModifier and TypeMethodDescriptionvoidTmaAddressCountryAttributeMapper.populateTargetAttributeFromSource(AddressData addressData, AddressWsDTO addressWsDTO, ma.glasnost.orika.MappingContext context) voidTmaAddressRegionAttributeMapper.populateTargetAttributeFromSource(AddressData addressData, AddressWsDTO addressWsDTO, ma.glasnost.orika.MappingContext context) -
Uses of AddressData in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.place
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.place with parameters of type AddressDataModifier and TypeMethodDescriptionvoidTmaPlaceIdAttributeMapper.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.b2ctelcofacades.address
Methods in de.hybris.platform.b2ctelcofacades.address that return AddressDataModifier and TypeMethodDescriptionTmaAddressFacade.getAddress(String id) Retrieves given address from id.TmaAddressFacade.getAddress(String id, String relatedPartyId) Retrieves given address from id for the provided user id.TmaAddressFacade.getAddressValidation(String id) Retrieves given address validation from id.TmaAddressFacade.getAddressValidation(String id, String relatedPartyID) Retrieves given address validation from id and relatedPartyId.TmaAddressFacade.getSubAddress(String id, String geographicAddressId) Retrieves given sub address from id for the provided geographic address id.TmaAddressFacade.getSubAddress(String id, String geographicAddressId, String relatedPartyId) Retrieves given sub address from id for the provided geographic address id.TmaAddressFacade.updateAddress(AddressData addressData, String addressId, String userId) Updates aAddressDatafor the provided user.Methods in de.hybris.platform.b2ctelcofacades.address that return types with arguments of type AddressDataModifier and TypeMethodDescriptionTmaAddressFacade.getAddressesByOffsetAndLimit(Integer offset, Integer limit) Retrieves a list of addresses filtered by offset and limit.TmaAddressFacade.getAddressesValidationsByOffsetAndLimit(Integer offset, Integer limit) Retrieves a list of address validations filtered by offset and limit.TmaAddressFacade.getSubAddresses(String geographicAddressId) Retrieves a list of sub addresses for the provided geographic address id.TmaAddressFacade.getSubAddresses(String geographicAddressId, String relatedPartyId) Retrieves a list of sub addresses for the provided geographic address id and user id.Methods in de.hybris.platform.b2ctelcofacades.address with parameters of type AddressDataModifier and TypeMethodDescriptionTmaAddressFacade.updateAddress(AddressData addressData, String addressId, String userId) Updates aAddressDatafor the provided user. -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.address.impl
Methods in de.hybris.platform.b2ctelcofacades.address.impl that return AddressDataModifier and TypeMethodDescriptionDefaultTmaAddressFacade.getAddress(String id) DefaultTmaAddressFacade.getAddress(String id, String relatedPartyId) DefaultTmaAddressFacade.getAddressValidation(String id) DefaultTmaAddressFacade.getAddressValidation(String id, String relatedPartyID) DefaultTmaAddressFacade.getSubAddress(String id, String geographicAddressId) DefaultTmaAddressFacade.getSubAddress(String id, String geographicAddressId, String relatedPartyId) DefaultTmaAddressFacade.updateAddress(AddressData addressData, String addressId, String userId) Methods in de.hybris.platform.b2ctelcofacades.address.impl that return types with arguments of type AddressDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultTmaAddressFacade.getAddressConverter()DefaultTmaAddressFacade.getAddressesByOffsetAndLimit(Integer offset, Integer limit) DefaultTmaAddressFacade.getAddressesValidationsByOffsetAndLimit(Integer offset, Integer limit) protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressData,AddressModel> DefaultTmaAddressFacade.getAddressReverseConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultTmaAddressFacade.getSubAddressConverter()DefaultTmaAddressFacade.getSubAddresses(String geographicAddressId) DefaultTmaAddressFacade.getSubAddresses(String geographicAddressId, String relatedPartyId) Methods in de.hybris.platform.b2ctelcofacades.address.impl with parameters of type AddressDataModifier and TypeMethodDescriptionDefaultTmaAddressFacade.updateAddress(AddressData addressData, String addressId, String userId) -
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 AddressDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> TmaAbstractOrderEntryResourcesPopulator.getAddressConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> TmaAddressPopulator.getTmaSubAddressConverter()Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type AddressDataModifier and TypeMethodDescriptionvoidTmaAddressPopulator.populate(AddressModel source, AddressData target) voidTmaAddressReversePopulator.populate(AddressData addressData, AddressModel addressModel) voidTmaAddressValidationPopulator.populate(AddressModel source, AddressData target) voidTmaAddressValidationReversePopulator.populate(AddressData source, AddressModel target) voidTmaSubAddressPopulator.populate(AddressModel source, AddressData target) Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type AddressDataModifierConstructorDescriptionTmaAddressPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> defaultTmaSubAddressConverter) -
Uses of AddressData in de.hybris.platform.b2ctelcofacades.user
Methods in de.hybris.platform.b2ctelcofacades.user that return AddressDataModifier and TypeMethodDescriptionTmaUserFacade.createAddressForUser(AddressData addressData, String userId) Creates aAddressDatafor the provided user.Methods in de.hybris.platform.b2ctelcofacades.user that return types with arguments of type AddressDataModifier and TypeMethodDescriptionTmaUserFacade.getAddressesForUser(String userId, boolean visibleInAddressBook) Return a list ofAddressDatafor user identified by its uid having the address book visibility provided.TmaUserFacade.getValidationAddressesForUser(String userId, boolean visibleInAddressBook) Return a list of validationAddressDatafor user identified by its uid having the address book visibility provided.Methods in de.hybris.platform.b2ctelcofacades.user with parameters of type AddressDataModifier and TypeMethodDescriptionTmaUserFacade.createAddressForUser(AddressData addressData, 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 AddressDataModifier and TypeMethodDescriptionvoidB2ctelcoAddressReversePopulator.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 AddressDataModifier and TypeMethodDescriptionDefaultTmaUserFacade.createAddressForUser(AddressData addressData, String userId) Methods in de.hybris.platform.b2ctelcofacades.user.impl that return types with arguments of type AddressDataModifier and TypeMethodDescriptionDefaultTmaUserFacade.getAddressesForUser(String userId, boolean visibleInAddressBook) Return a list ofAddressDatafor user identified by its uid having the address book visibility provided.DefaultTmaUserFacade.getValidationAddressesForUser(String userId, boolean visibleInAddressBook) Methods in de.hybris.platform.b2ctelcofacades.user.impl with parameters of type AddressDataModifier and TypeMethodDescriptionvoidDefaultTmaUserFacade.addAddress(AddressData addressData) DefaultTmaUserFacade.createAddressForUser(AddressData addressData, String userId) voidDefaultTmaUserFacade.removeAddress(AddressData addressData) -
Uses of AddressData in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicaddress with parameters of type AddressDataModifier and TypeMethodDescriptionvoidGeographicAddressCityAttributeMapper.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) voidGeographicAddressStreetNameAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNumberAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressSubAddressAttributeMapper.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) voidGeographicAddressStreetNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressSubAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) -
Uses of AddressData in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicsubaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.geographicsubaddress with parameters of type AddressDataModifier and TypeMethodDescriptionvoidGeographicSubAddressBuildingAttributeMapper.populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitTypeAttributeMapper.populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressBuildingAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressHrefAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressIdAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress 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 AddressDataModifier and TypeMethodDescriptionvoidPlaceAtReferredTypeAttributeMapper.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.b2ctelcotmfwebservices.v3.mappers.geographicaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicaddress with parameters of type AddressDataModifier and TypeMethodDescriptionvoidGeographicAddressCityAttributeMapper.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) voidGeographicAddressStateOrProvinceAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNameAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNumberAttributeMapper.populateSourceAttributeFromTarget(GeographicAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressSubAddressAttributeMapper.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) voidGeographicAddressCountryNameAttributeMapper.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) voidGeographicAddressLocalityAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressNameAttributeMapper.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) voidGeographicAddressStateOrProvinceAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressStreetTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) voidGeographicAddressSubAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddress target, ma.glasnost.orika.MappingContext context) -
Uses of AddressData in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicaddressvalidation
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicaddressvalidation with parameters of type AddressDataModifier and TypeMethodDescriptionvoidGeographicAddressValidationDateAttributeMapper.populateSourceAttributeFromTarget(GeographicAddressValidation target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationIdAttributeMapper.populateSourceAttributeFromTarget(GeographicAddressValidation target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationResultAttributeMapper.populateSourceAttributeFromTarget(GeographicAddressValidation target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationStateAttributeMapper.populateSourceAttributeFromTarget(GeographicAddressValidation target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationSubmittedGeographicAddressAttributeMapper.populateSourceAttributeFromTarget(GeographicAddressValidation target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationAtTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationDateAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationHrefAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationIdAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationResultAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationStateAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationSubmittedGeographicAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) voidGeographicAddressValidationValidGeographicAddressAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicAddressValidation target, ma.glasnost.orika.MappingContext context) -
Uses of AddressData in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicsubaddress
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.geographicsubaddress with parameters of type AddressDataModifier and TypeMethodDescriptionvoidGeographicSubAddressBuildingAttributeMapper.populateSourceAttributeFromTarget(GeographicSubAddress target, AddressData source, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressAtTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressBuildingAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressHrefAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressIdAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressLevelNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressLevelTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressPrivateStreetNameAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressPrivateStreetNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitNumberAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressSubUnitTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress target, ma.glasnost.orika.MappingContext context) voidGeographicSubAddressTypeAttributeMapper.populateTargetAttributeFromSource(AddressData source, GeographicSubAddress 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 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 TypeMethodDescriptionAbstractOrderData.getBillingAddress()CCPaymentInfoData.getBillingAddress()AbstractOrderData.getDeliveryAddress()DeliveryOrderEntryGroupData.getDeliveryAddress()OrderEntryData.getInstallationAddress()ConsignmentData.getShippingAddress()Methods in de.hybris.platform.commercefacades.order.data with parameters of type AddressDataModifier and TypeMethodDescriptionvoidAbstractOrderData.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 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.getDefaultBillingAddress()CustomerData.getDefaultShippingAddress()Methods in de.hybris.platform.commercefacades.user.data that return types with arguments of type AddressDataMethods in de.hybris.platform.commercefacades.user.data with parameters of type AddressDataModifier and TypeMethodDescriptionvoidCustomerData.setDefaultBillingAddress(AddressData defaultBillingAddress) voidCustomerData.setDefaultShippingAddress(AddressData defaultShippingAddress) Method parameters in de.hybris.platform.commercefacades.user.data with type arguments of type AddressDataModifier and TypeMethodDescriptionvoidAddressData.setSubAddresses(List<AddressData> subAddresses) -
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)