Uses of Class
de.hybris.platform.core.model.user.AddressModel
Packages that use AddressModel
Package
Description
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.order.payment package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.orderscheduling.jalo package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.storelocator.jalo package.
-
Uses of AddressModel in com.sap.hybris.c4c.customer.interceptor
Methods in com.sap.hybris.c4c.customer.interceptor with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultSapC4cAddressInterceptor.onRemove(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) voidDefaultSapC4cAddressInterceptor.onValidate(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected booleanDefaultSapC4cAddressInterceptor.shouldReplicate(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Checks if any replicated relevant fields are modified and returns a boolean -
Uses of AddressModel in com.sap.hybris.c4c.customer.populator
Methods in com.sap.hybris.c4c.customer.populator with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultSapC4cAddressPopulator.populate(AddressModel addressModel, C4CAddressData addressData) DefaultSapC4cAddressPopulator.populateAddressUsageCodes(CustomerModel customerModel, AddressModel addressModel) Creates and populates address usage dataprotected List<C4CAddressPhoneData>DefaultSapC4cAddressPopulator.populatePhoneNumbers(AddressModel addressModel) Creates and populates phone number data list -
Uses of AddressModel in com.sap.hybris.c4c.customer.util
Method parameters in com.sap.hybris.c4c.customer.util with type arguments of type AddressModelModifier and TypeMethodDescriptionSapC4cCustomerUtils.getAdressListForCustomer(Collection<AddressModel> addressModels) Returns List of C4CAddressData for given list of addressModelSapC4cCustomerUtils.getCustomerDataForCustomer(CustomerModel customerModel, Collection<AddressModel> addressModels) Returns C4CCustomerData for given customerModel and list of addressModel -
Uses of AddressModel in com.sap.hybris.sapcustomerb2b.inbound
Methods in com.sap.hybris.sapcustomerb2b.inbound that return types with arguments of type AddressModelModifier and TypeMethodDescriptionprotected List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy.getAllDeliveryAddressesForB2BUnit(B2BUnitModel b2bUnit) protected List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy.getDeliveryAddressesForB2BUnit(B2BUnitModel b2bUnit, boolean visibleAddressesOnly) DefaultSAPB2BDeliveryAddressesLookupStrategy.getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly) protected List<AddressModel>DefaultSAPCustomerAddressConsistencyInterceptor.getRelatedAddresses(String sapCustomerId) Retrieves addresses which are related to sapCustomerIdprotected List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy.getVisibleDeliveryAddressesForB2BUnit(B2BUnitModel b2bUnit) Methods in com.sap.hybris.sapcustomerb2b.inbound with parameters of type AddressModelModifier and TypeMethodDescriptionprotected booleanDefaultSAPCustomerAddressConsistencyInterceptor.compareAddress(AddressModel source, AddressModel target) Compares two addresses to determine is they are different based on selected fieldsprotected voidDefaultSAPCustomerAddressConsistencyInterceptor.updateAddress(de.hybris.platform.servicelayer.interceptor.InterceptorContext context, AddressModel source, AddressModel target) Updates an address to match a source -
Uses of AddressModel in com.sap.hybris.sapcustomerb2b.outbound
Methods in com.sap.hybris.sapcustomerb2b.outbound with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultB2BCustomerAddressInterceptor.onValidate(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected voidB2BCustomerExportService.prepareAddressData(AddressModel addressModel, Map<String, Object> target) -
Uses of AddressModel in com.sap.hybris.sapcustomerb2c.outbound
Methods in com.sap.hybris.sapcustomerb2c.outbound that return AddressModelModifier and TypeMethodDescriptionprotected AddressModelDefaultCustomerAddressReplicationUtilityService.determineDefaultAddress(CustomerModel customerModel, AddressModel addressModel) CustomerAddressReplicationUtilityService.findDefaultAddress(CustomerModel customerModel, AddressModel addressModel) Find customer default addressDefaultCustomerAddressReplicationUtilityService.findDefaultAddress(CustomerModel customerModel, AddressModel addressModel) protected AddressModelDefaultCustomerAddressReplicationUtilityService.readDefaultAddress(CustomerModel customerModel) Methods in com.sap.hybris.sapcustomerb2c.outbound with parameters of type AddressModelModifier and TypeMethodDescriptionprotected AddressModelDefaultCustomerAddressReplicationUtilityService.determineDefaultAddress(CustomerModel customerModel, AddressModel addressModel) CustomerAddressReplicationUtilityService.findDefaultAddress(CustomerModel customerModel, AddressModel addressModel) Find customer default addressDefaultCustomerAddressReplicationUtilityService.findDefaultAddress(CustomerModel customerModel, AddressModel addressModel) booleanCustomerAddressReplicationUtilityService.isAddressReplicationRequired(AddressModel addressModel, Set<String> monitoredAttributes, de.hybris.platform.servicelayer.interceptor.InterceptorContext context) Varify if address is changedbooleanDefaultCustomerAddressReplicationUtilityService.isAddressReplicationRequired(AddressModel addressModel, Set<String> monitoredAttributes, de.hybris.platform.servicelayer.interceptor.InterceptorContext context) voidDefaultAddressInterceptor.onValidate(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected voidCustomerExportService.prepareAddressData(AddressModel addressModel, Map<String, Object> target) voidCustomerExportService.sendCustomerData(CustomerModel customerModel, String baseStoreUid, String sessionLanguage, AddressModel addressModel) map customer Model and address Model to the target map, set session language and base store name, and send data to the Data Hub -
Uses of AddressModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return AddressModelModifier and TypeMethodDescriptionprotected AddressModelDefaultSapCpiQuoteMapperService.getValidAddress(Collection<AddressModel> addresses) Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionprotected voidDefaultSapCpiQuoteMapperService.populateAddress(SAPCpiOutboundQuoteCustomerModel customer, AddressModel address) Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type AddressModelModifier and TypeMethodDescriptionprotected AddressModelDefaultSapCpiQuoteMapperService.getValidAddress(Collection<AddressModel> addresses) -
Uses of AddressModel in com.sap.hybris.saprevenuecloudcustomer.interceptor
Methods in com.sap.hybris.saprevenuecloudcustomer.interceptor with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultSapRevenueCloudAddressValidateInterceptor.onValidate(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected booleanDefaultSapRevenueCloudAddressValidateInterceptor.shouldReplicate(AddressModel addressModel, CustomerModel customerModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of AddressModel in com.sap.hybris.saprevenuecloudcustomer.populator
Methods in com.sap.hybris.saprevenuecloudcustomer.populator with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultSapRevenueCloudAddressPopulator.populate(AddressModel addressModel, Address addressJson) -
Uses of AddressModel in com.sap.hybris.saprevenuecloudcustomer.service
Methods in com.sap.hybris.saprevenuecloudcustomer.service with parameters of type AddressModelModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>SapRevenueCloudCustomerOutboundService.sendCustomerData(CustomerModel customerModel, String baseStoreUid, String sessionLanguage, AddressModel addressModel) Send customer data to revenue cloud via CPI. -
Uses of AddressModel in com.sap.hybris.saprevenuecloudcustomer.service.impl
Methods in com.sap.hybris.saprevenuecloudcustomer.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionSapRevenueCloudCustomerConversionService.convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultSapRevenueCloudCustomerOutboundService.sendCustomerData(CustomerModel customerModel, String baseStoreUid, String sessionLanguage, AddressModel addressModel) -
Uses of AddressModel in com.sap.hybris.saprevenueclouddpaddon.service.impl
Methods in com.sap.hybris.saprevenueclouddpaddon.service.impl that return types with arguments of type AddressModelModifier 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 AddressModelModifier and TypeMethodDescriptionvoidDefaultSapRevenueCloudDigitalPaymentService.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressModel in com.sap.hybris.ysaprcomsfulfillment.actions.order
Methods in com.sap.hybris.ysaprcomsfulfillment.actions.order that return types with arguments of type AddressModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData> SapGeocodeShippingAddressAction.getAddressConverter()Method parameters in com.sap.hybris.ysaprcomsfulfillment.actions.order with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidSapGeocodeShippingAddressAction.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, de.hybris.platform.storelocator.data.AddressData> addressConverter) -
Uses of AddressModel in com.sap.hybris.ysaprcomsfulfillment.converters
Methods in com.sap.hybris.ysaprcomsfulfillment.converters with parameters of type AddressModelModifier and TypeMethodDescriptionvoidSapDeliveryAddressGeocodePopulator.populate(AddressModel source, de.hybris.platform.storelocator.data.AddressData target) -
Uses of AddressModel in com.sap.sapcentralorderservices.populators
Methods in com.sap.sapcentralorderservices.populators that return types with arguments of type AddressModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,Address> CentralOrderRequestPopulator.getCentralOrderRequestCustomerAddressConverter()Methods in com.sap.sapcentralorderservices.populators with parameters of type AddressModelModifier and TypeMethodDescriptionprotected PersonCentralOrderRequestCustomerAddressPopulator.getPersonDetails(AddressModel addressModel) voidCentralOrderRequestCustomerAddressPopulator.populate(AddressModel addressModel, Address address) Method parameters in com.sap.sapcentralorderservices.populators with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidCentralOrderRequestPopulator.setCentralOrderRequestCustomerAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, Address> centralOrderRequestCustomerAddressConverter) -
Uses of AddressModel in com.sap.sapoaacosintegration.converters
Methods in com.sap.sapoaacosintegration.converters with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultCosAddressPopulator.populate(AddressModel source, de.hybris.platform.storelocator.data.AddressData target) -
Uses of AddressModel in com.sap.sapoaacosintegration.services.sourcing.impl
Methods in com.sap.sapoaacosintegration.services.sourcing.impl that return types with arguments of type AddressModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData> DefaultCosSourcingRequestMapper.getAddressConverter()Method parameters in com.sap.sapoaacosintegration.services.sourcing.impl with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidDefaultCosSourcingRequestMapper.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, de.hybris.platform.storelocator.data.AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return AddressModelModifier and TypeMethodDescriptionCompanyModel.getBillingAddress()Generated method - Getter of theCompany.billingAddressattribute defined at extensioncatalog.CompanyModel.getContactAddress()Generated method - Getter of theCompany.contactAddressattribute defined at extensioncatalog.CompanyModel.getShippingAddress()Generated method - Getter of theCompany.shippingAddressattribute defined at extensioncatalog.CompanyModel.getUnloadingAddress()Generated method - Getter of theCompany.unloadingAddressattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type AddressModelModifier and TypeMethodDescriptionCompanyModel.getAddresses()Generated method - Getter of theCompany.addressesattribute defined at extensioncatalog.CompanyModel.getBillingAddresses()Generated method - Getter of theCompany.billingAddressesdynamic attribute defined at extensioncatalog.CompanyModel.getContactAddresses()Generated method - Getter of theCompany.contactAddressesdynamic attribute defined at extensioncatalog.CompanyModel.getShippingAddresses()Generated method - Getter of theCompany.shippingAddressesdynamic attribute defined at extensioncatalog.CompanyModel.getUnloadingAddresses()Generated method - Getter of theCompany.unloadingAddressesdynamic attribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type AddressModelModifier and TypeMethodDescriptionvoidCompanyModel.setBillingAddress(AddressModel value) Generated method - Setter ofCompany.billingAddressattribute defined at extensioncatalog.voidCompanyModel.setContactAddress(AddressModel value) Generated method - Setter ofCompany.contactAddressattribute defined at extensioncatalog.voidCompanyModel.setShippingAddress(AddressModel value) Generated method - Setter ofCompany.shippingAddressattribute defined at extensioncatalog.voidCompanyModel.setUnloadingAddress(AddressModel value) Generated method - Setter ofCompany.unloadingAddressattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidCompanyModel.setAddresses(Collection<AddressModel> value) Generated method - Setter ofCompany.addressesattribute defined at extensioncatalog. -
Uses of AddressModel in de.hybris.platform.cissapdigitalpayment.facade.impl
Methods in de.hybris.platform.cissapdigitalpayment.facade.impl that return types with arguments of type AddressModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultCisSapDigitalPaymentFacade.getPaymentAddressConverter()de.hybris.platform.servicelayer.dto.converter.Converter<AddressData,AddressModel> DefaultCisSapDigitalPaymentFacade.getPaymentAddressReverseConverter()Method parameters in de.hybris.platform.cissapdigitalpayment.facade.impl with type arguments of type AddressModelModifier 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 AddressModel in de.hybris.platform.cissapdigitalpayment.service
Methods in de.hybris.platform.cissapdigitalpayment.service with parameters of type AddressModelModifier and TypeMethodDescriptionSapDigitalPaymentService.authorize(String merchantTransactionCode, String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult cisSapDigitalPaymentAuthorizationResult) Requests a payment authorization -
Uses of AddressModel in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl that return types with arguments of type AddressModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> DefaultSapDigitalPaymentService.getAddressConverter()Methods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionDefaultSapDigitalPaymentService.authorize(String merchantTransactionCode, String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult dpAuthResult) Method parameters in de.hybris.platform.cissapdigitalpayment.service.impl with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidDefaultSapDigitalPaymentService.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.commerceservices.address.data
Methods in de.hybris.platform.commerceservices.address.data that return types with arguments of type AddressModelMethod parameters in de.hybris.platform.commerceservices.address.data with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidAddressVerificationResultData.setSuggestedAddresses(List<AddressModel> suggestedAddresses) -
Uses of AddressModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return AddressModelMethods in de.hybris.platform.commerceservices.service.data with parameters of type AddressModelModifier and TypeMethodDescriptionvoidCommerceCheckoutParameter.setAddress(AddressModel address) -
Uses of AddressModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return AddressModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getDeliveryAddress()Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute defined at extensionbasecommerce.AbstractOrderModel.getDeliveryAddress()Generated method - Getter of theAbstractOrder.deliveryAddressattribute defined at extensioncore.AbstractOrderModel.getPaymentAddress()Generated method - Getter of theAbstractOrder.paymentAddressattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type AddressModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setDeliveryAddress(AddressModel value) Generated method - Setter ofAbstractOrderEntry.deliveryAddressattribute defined at extensionbasecommerce.voidAbstractOrderModel.setDeliveryAddress(AddressModel value) Generated method - Setter ofAbstractOrder.deliveryAddressattribute defined at extensioncore.voidAbstractOrderModel.setPaymentAddress(AddressModel value) Generated method - Setter ofAbstractOrder.paymentAddressattribute defined at extensioncore. -
Uses of AddressModel in de.hybris.platform.core.model.order.payment
Methods in de.hybris.platform.core.model.order.payment that return AddressModelModifier and TypeMethodDescriptionPaymentInfoModel.getBillingAddress()Generated method - Getter of thePaymentInfo.billingAddressattribute defined at extensionpayment.Methods in de.hybris.platform.core.model.order.payment with parameters of type AddressModelModifier and TypeMethodDescriptionvoidPaymentInfoModel.setBillingAddress(AddressModel value) Generated method - Setter ofPaymentInfo.billingAddressattribute defined at extensionpayment. -
Uses of AddressModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return AddressModelModifier and TypeMethodDescriptionUserModel.getDefaultPaymentAddress()Generated method - Getter of theUser.defaultPaymentAddressattribute defined at extensioncore.UserModel.getDefaultShipmentAddress()Generated method - Getter of theUser.defaultShipmentAddressattribute defined at extensioncore.AddressModel.getOriginal()Generated method - Getter of theAddress.originalattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user that return types with arguments of type AddressModelModifier and TypeMethodDescriptionUserModel.getAddresses()Generated method - Getter of theUser.addressesattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type AddressModelModifier and TypeMethodDescriptionvoidUserModel.setDefaultPaymentAddress(AddressModel value) Generated method - Setter ofUser.defaultPaymentAddressattribute defined at extensioncore.voidUserModel.setDefaultShipmentAddress(AddressModel value) Generated method - Setter ofUser.defaultShipmentAddressattribute defined at extensioncore.voidAddressModel.setOriginal(AddressModel value) Generated method - Initial setter ofAddress.originalattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.user with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidUserModel.setAddresses(Collection<AddressModel> value) Generated method - Setter ofUser.addressesattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.user with parameters of type AddressModelModifierConstructorDescriptionAddressModel(AddressModel _original, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AddressModel in de.hybris.platform.gigya.gigyacpicustomerexchangemdm.service.impl
Methods in de.hybris.platform.gigya.gigyacpicustomerexchangemdm.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionGigyaCpiMDMCustomerDefaultConversionService.convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) -
Uses of AddressModel in de.hybris.platform.orderscheduling.model
Methods in de.hybris.platform.orderscheduling.model that return AddressModelModifier and TypeMethodDescriptionCartToOrderCronJobModel.getDeliveryAddress()Generated method - Getter of theCartToOrderCronJob.deliveryAddressattribute defined at extensionbasecommerce.CartToOrderCronJobModel.getPaymentAddress()Generated method - Getter of theCartToOrderCronJob.paymentAddressattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderscheduling.model with parameters of type AddressModelModifier and TypeMethodDescriptionvoidCartToOrderCronJobModel.setDeliveryAddress(AddressModel value) Generated method - Setter ofCartToOrderCronJob.deliveryAddressattribute defined at extensionbasecommerce.voidCartToOrderCronJobModel.setPaymentAddress(AddressModel value) Generated method - Setter ofCartToOrderCronJob.paymentAddressattribute defined at extensionbasecommerce. -
Uses of AddressModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return AddressModelModifier and TypeMethodDescriptionConsignmentModel.getShippingAddress()Generated method - Getter of theConsignment.shippingAddressattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type AddressModelModifier and TypeMethodDescriptionvoidConsignmentModel.setShippingAddress(AddressModel value) Generated method - Initial setter ofConsignment.shippingAddressattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type AddressModelModifierConstructorDescriptionConsignmentModel(String _code, DeliveryModeModel _deliveryMode, Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentModel(String _code, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AddressModel in de.hybris.platform.sap.orderexchange.outbound.impl
Methods in de.hybris.platform.sap.orderexchange.outbound.impl with parameters of type AddressModelModifier and TypeMethodDescriptionDefaultPartnerContributor.mapAddressData(OrderModel order, AddressModel address) -
Uses of AddressModel in de.hybris.platform.sap.orderexchangeb2b.outbound.impl
Methods in de.hybris.platform.sap.orderexchangeb2b.outbound.impl that return AddressModelModifier and TypeMethodDescriptionprotected AddressModelDefaultB2BPartnerContributor.addressForPartnerRole(OrderModel order, PartnerRoles partnerRole) Methods in de.hybris.platform.sap.orderexchangeb2b.outbound.impl with parameters of type AddressModelModifier and TypeMethodDescriptionprotected voidDefaultB2BPartnerContributor.mapAddressData(OrderModel order, AddressModel address, Map<String, Object> row) -
Uses of AddressModel in de.hybris.platform.sap.sapcpicustomerexchange.service
Methods in de.hybris.platform.sap.sapcpicustomerexchange.service with parameters of type AddressModelModifier and TypeMethodDescriptionSapCpiCustomerConversionService.convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) convertCustomerToSapCpiCustomer -
Uses of AddressModel in de.hybris.platform.sap.sapcpicustomerexchange.service.impl
Methods in de.hybris.platform.sap.sapcpicustomerexchange.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionSapCpiCustomerDefaultConversionService.convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) voidSapCpiCustomerOutboundService.sendCustomerData(CustomerModel customerModel, String baseStoreUid, String sessionLanguage, AddressModel addressModel) -
Uses of AddressModel in de.hybris.platform.sap.sapcpicustomerexchangemdm.interceptors
Methods in de.hybris.platform.sap.sapcpicustomerexchangemdm.interceptors with parameters of type AddressModelModifier and TypeMethodDescriptionprotected booleanDefaultMDMAddressInterceptor.hasModelAttributeChanged(AddressModel addressModel, String modelAttribute) protected booleanDefaultMDMAddressInterceptor.isAddressChangeRelevantToMdm(AddressModel addressModel) protected booleanDefaultMDMAddressInterceptor.isModelModified(AddressModel addressModel) voidDefaultMDMAddressPrepareInterceptor.onPrepare(AddressModel address, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) voidDefaultMDMAddressInterceptor.onValidate(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected voidDefaultMDMAddressInterceptor.onValidateMdmChanges(AddressModel addressModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) protected voidDefaultMDMAddressInterceptor.updateAndSendCustomerData(AddressModel addressModel, CustomerModel customerModel) -
Uses of AddressModel in de.hybris.platform.sap.sapcpicustomerexchangemdm.service.impl
Methods in de.hybris.platform.sap.sapcpicustomerexchangemdm.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionSapCpiMDMCustomerDefaultConversionService.convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) Converts Customer And Address Model to Customer Out Bound Integration Objectprotected SAPCpiOutboundAddressModelSapCpiMDMCustomerDefaultConversionService.populateOutboundAddress(AddressModel address, CustomerModel customerModel) Populating sapCpiOutboundAddress Integration Object Form AddressModelprotected Collection<SAPCpiOutboundAddressModel>SapCpiMDMCustomerDefaultConversionService.populateOutboundAddresses(CustomerModel customerModel, AddressModel customerAddress) -
Uses of AddressModel in de.hybris.platform.sap.sapmodel.services.impl
Methods in de.hybris.platform.sap.sapmodel.services.impl that return AddressModelModifier and TypeMethodDescriptionDefaultSapCustomerAccountService.getAddressForCode(CustomerModel customerModel, String code) DefaultSapCustomerAccountService.getDefaultAddress(CustomerModel customerModel) Methods in de.hybris.platform.sap.sapmodel.services.impl that return types with arguments of type AddressModelModifier and TypeMethodDescriptionDefaultSapCustomerAccountService.getAddressBookDeliveryEntries(CustomerModel customerModel) DefaultSapCustomerAccountService.getAddressBookEntries(CustomerModel customerModel) DefaultSapCustomerAccountService.getAllAddressEntries(CustomerModel customerModel) Methods in de.hybris.platform.sap.sapmodel.services.impl with parameters of type AddressModelModifier and TypeMethodDescriptionvoidDefaultSapCustomerAccountService.deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel) voidDefaultSapCustomerAccountService.saveAddressEntry(CustomerModel customerModel, AddressModel addressModel) voidDefaultSapCustomerAccountService.setDefaultAddressEntry(CustomerModel customerModel, AddressModel addressModel) -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl that return types with arguments of type AddressModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,AddressData> SapOrdermgmtB2BCheckoutFacade.getAddressConverter()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidSapOrdermgmtB2BCheckoutFacade.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtb2bservices.partner
Methods in de.hybris.platform.sap.sapordermgmtb2bservices.partner that return AddressModelModifier and TypeMethodDescriptionDefaultSAPPartnerService.getHybrisAddressForSAPCustomerId(String sapCustomerId) Methods in de.hybris.platform.sap.sapordermgmtb2bservices.partner that return types with arguments of type AddressModel -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Method parameters in de.hybris.platform.sap.sapordermgmtservices.converters.populator with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidDefaultAbstractOrderPopulator.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtservices.partner
Methods in de.hybris.platform.sap.sapordermgmtservices.partner that return AddressModelModifier and TypeMethodDescriptionSapPartnerService.getHybrisAddressForSAPCustomerId(String sapCustomerId) Retrieving hybris address for an SAP customer (who can act as sold-to or ship-to party in the system)Methods in de.hybris.platform.sap.sapordermgmtservices.partner that return types with arguments of type AddressModelModifier and TypeMethodDescriptionSapPartnerService.getAllowedDeliveryAddresses()Retrieving delivery addresses belonging to the current session customer. -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtservices.partner.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.partner.impl that return AddressModelModifier and TypeMethodDescriptionEmptySapPartnerService.getHybrisAddressForSAPCustomerId(String sapCustomerId) Methods in de.hybris.platform.sap.sapordermgmtservices.partner.impl that return types with arguments of type AddressModel -
Uses of AddressModel in de.hybris.platform.sap.ysapomsfulfillment.actions.order
Methods in de.hybris.platform.sap.ysapomsfulfillment.actions.order that return types with arguments of type AddressModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData> SapGeocodeShippingAddressAction.getAddressConverter()Method parameters in de.hybris.platform.sap.ysapomsfulfillment.actions.order with type arguments of type AddressModelModifier and TypeMethodDescriptionvoidSapGeocodeShippingAddressAction.setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, de.hybris.platform.storelocator.data.AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.sap.ysapomsfulfillment.converters
Methods in de.hybris.platform.sap.ysapomsfulfillment.converters with parameters of type AddressModelModifier and TypeMethodDescriptionvoidSapDeliveryAddressGeocodePopulator.populate(AddressModel source, de.hybris.platform.storelocator.data.AddressData target) -
Uses of AddressModel in de.hybris.platform.sapdigitalpaymentocctests.service.impl
Methods in de.hybris.platform.sapdigitalpaymentocctests.service.impl with parameters of type AddressModelModifier and TypeMethodDescriptionMockSapDigitalPaymentService.authorize(String merchantTransactionCode, String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult cisSapDigitalPaymentAuthorizationResult) -
Uses of AddressModel in de.hybris.platform.storelocator.model
Methods in de.hybris.platform.storelocator.model that return AddressModelModifier and TypeMethodDescriptionPointOfServiceModel.getAddress()Generated method - Getter of thePointOfService.addressattribute defined at extensionbasecommerce.Methods in de.hybris.platform.storelocator.model with parameters of type AddressModelModifier and TypeMethodDescriptionvoidPointOfServiceModel.setAddress(AddressModel value) Generated method - Setter ofPointOfService.addressattribute defined at extensionbasecommerce.