Uses of Class
de.hybris.platform.core.model.user.AddressModel
-
-
Uses of AddressModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return types with arguments of type AddressModel Modifier and Type Method Description Converter<AddressModel,Address>ConsignmentEventPopulator. getProfileAddressConverter()Converter<AddressModel,Address>OrderEventPopulator. getProfileAddressConverter()Converter<AddressModel,Address>UserEventPopulator. getProfileAddressConverter()Methods in com.hybris.yprofile.populators with parameters of type AddressModel Modifier and Type Method Description voidAddressPopulator. populate(AddressModel addressModel, Address address)protected voidAddressPopulator. setStreetNameAndNumber(AddressModel addressModel, Address address)Method parameters in com.hybris.yprofile.populators with type arguments of type AddressModel Modifier and Type Method Description protected AddressUserEventPopulator. convertAddress(java.util.Optional<AddressModel> addressModel)voidConsignmentEventPopulator. setProfileAddressConverter(Converter<AddressModel,Address> profileAddressConverter)voidOrderEventPopulator. setProfileAddressConverter(Converter<AddressModel,Address> profileAddressConverter)voidUserEventPopulator. setProfileAddressConverter(Converter<AddressModel,Address> profileAddressConverter) -
Uses of AddressModel in com.sap.hybris.c4c.customer.interceptor
Methods in com.sap.hybris.c4c.customer.interceptor with parameters of type AddressModel Modifier and Type Method Description voidDefaultSapC4cAddressInterceptor. onRemove(AddressModel addressModel, InterceptorContext ctx)voidDefaultSapC4cAddressInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)protected booleanDefaultSapC4cAddressInterceptor. shouldReplicate(AddressModel addressModel, 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 AddressModel Modifier and Type Method Description voidDefaultSapC4cAddressPopulator. populate(AddressModel addressModel, C4CAddressData addressData)protected java.util.List<java.lang.String>DefaultSapC4cAddressPopulator. populateAddressUsageCodes(CustomerModel customerModel, AddressModel addressModel)Creates and populates address usage dataprotected java.util.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 AddressModel Modifier and Type Method Description java.util.List<C4CAddressData>SapC4cCustomerUtils. getAdressListForCustomer(java.util.Collection<AddressModel> addressModels)Returns List of C4CAddressData for given list of addressModelC4CCustomerDataSapC4cCustomerUtils. getCustomerDataForCustomer(CustomerModel customerModel, java.util.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 AddressModel Modifier and Type Method Description protected java.util.List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy. getAllDeliveryAddressesForB2BUnit(B2BUnitModel b2bUnit)protected java.util.List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy. getDeliveryAddressesForB2BUnit(B2BUnitModel b2bUnit, boolean visibleAddressesOnly)java.util.List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)protected java.util.List<AddressModel>DefaultSAPCustomerAddressConsistencyInterceptor. getRelatedAddresses(java.lang.String sapCustomerId)Retrieves addresses which are related to sapCustomerIdprotected java.util.List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy. getVisibleDeliveryAddressesForB2BUnit(B2BUnitModel b2bUnit)Methods in com.sap.hybris.sapcustomerb2b.inbound with parameters of type AddressModel Modifier and Type Method Description protected booleanDefaultSAPCustomerAddressConsistencyInterceptor. compareAddress(AddressModel source, AddressModel target)Compares two addresses to determine is they are different based on selected fieldsprotected voidDefaultSAPCustomerAddressConsistencyInterceptor. updateAddress(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 AddressModel Modifier and Type Method Description voidDefaultB2BCustomerAddressInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)protected voidB2BCustomerExportService. prepareAddressData(AddressModel addressModel, java.util.Map<java.lang.String,java.lang.Object> target) -
Uses of AddressModel in com.sap.hybris.sapcustomerb2c.outbound
Methods in com.sap.hybris.sapcustomerb2c.outbound with parameters of type AddressModel Modifier and Type Method Description voidDefaultAddressInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)protected voidCustomerExportService. prepareAddressData(AddressModel addressModel, java.util.Map<java.lang.String,java.lang.Object> target)voidCustomerExportService. sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.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 AddressModel Modifier and Type Method Description protected AddressModelDefaultSapCpiQuoteMapperService. getValidAddress(java.util.Collection<AddressModel> addresses)Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type AddressModel Modifier and Type Method Description protected voidDefaultSapCpiQuoteMapperService. populateAddress(SAPCpiOutboundQuoteCustomerModel customer, AddressModel address)Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type AddressModel Modifier and Type Method Description protected AddressModelDefaultSapCpiQuoteMapperService. getValidAddress(java.util.Collection<AddressModel> addresses) -
Uses of AddressModel in com.sap.hybris.saprevenuecloudcustomer.interceptor
Methods in com.sap.hybris.saprevenuecloudcustomer.interceptor with parameters of type AddressModel Modifier and Type Method Description voidDefaultSapRevenueCloudAddressValidateInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)protected booleanDefaultSapRevenueCloudAddressValidateInterceptor. shouldReplicate(AddressModel addressModel, CustomerModel customerModel, InterceptorContext ctx) -
Uses of AddressModel in com.sap.hybris.saprevenuecloudcustomer.populator
Methods in com.sap.hybris.saprevenuecloudcustomer.populator with parameters of type AddressModel Modifier and Type Method Description voidDefaultSapRevenueCloudAddressPopulator. 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 AddressModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>SapRevenueCloudCustomerOutboundService. sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.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 AddressModel Modifier and Type Method Description SAPCpiOutboundCustomerModelSapRevenueCloudCustomerConversionService. convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultSapRevenueCloudCustomerOutboundService. sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel) -
Uses of AddressModel in com.sap.hybris.sec.eventpublisher.b2b.populator
Methods in com.sap.hybris.sec.eventpublisher.b2b.populator with parameters of type AddressModel Modifier and Type Method Description protected java.lang.StringSECB2BAddressPopulator. getModelId(AddressModel customerAddressModel)protected booleanSECB2BAddressPopulator. isDefaultAddress(AddressModel customerAddressModel) -
Uses of AddressModel in com.sap.hybris.sec.eventpublisher.interceptor
Methods in com.sap.hybris.sec.eventpublisher.interceptor with parameters of type AddressModel Modifier and Type Method Description voidDefaultSECAddressRemoveInterceptor. onRemove(AddressModel address, InterceptorContext ctx) -
Uses of AddressModel in com.sap.hybris.sec.eventpublisher.populator
Methods in com.sap.hybris.sec.eventpublisher.populator with parameters of type AddressModel Modifier and Type Method Description protected java.lang.StringSECAddressPopulator. getModelId(AddressModel customerAddressModel)protected booleanSECAddressPopulator. isDefaultAddress(AddressModel customerAddressModel)voidSECAddressPopulator. populate(AddressModel source, Address target)protected voidSECAddressPopulator. populateAddressFields(AddressModel customerAddressModel, Address customerAddressData) -
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 AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>SapGeocodeShippingAddressAction. getAddressConverter()Method parameters in com.sap.hybris.ysaprcomsfulfillment.actions.order with type arguments of type AddressModel Modifier and Type Method Description voidSapGeocodeShippingAddressAction. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in com.sap.hybris.ysaprcomsfulfillment.converters
Methods in com.sap.hybris.ysaprcomsfulfillment.converters with parameters of type AddressModel Modifier and Type Method Description voidSapDeliveryAddressGeocodePopulator. populate(AddressModel source, AddressData target) -
Uses of AddressModel in de.hybris.platform.acceleratorfacades.order.checkout
Methods in de.hybris.platform.acceleratorfacades.order.checkout with parameters of type AddressModel Modifier and Type Method Description protected voidAnonymousCheckoutIntegrationTest. verifyAddress(AddressModel addressInUserProfile, AddressData originalAddress) -
Uses of AddressModel in de.hybris.platform.acceleratorfacades.order.impl
Subclasses of AddressModel in de.hybris.platform.acceleratorfacades.order.impl Modifier and Type Class Description protected static classDefaultAcceleratorCheckoutFacadeTest.MockAddressModel -
Uses of AddressModel in de.hybris.platform.acceleratorfacades.payment.impl
Methods in de.hybris.platform.acceleratorfacades.payment.impl that return AddressModel Modifier and Type Method Description protected AddressModelDefaultPaymentFacade. getDefaultPaymentAddress(CustomerModel customerModel) -
Uses of AddressModel in de.hybris.platform.acceleratorservices.payment
Methods in de.hybris.platform.acceleratorservices.payment with parameters of type AddressModel Modifier and Type Method Description PaymentDataPaymentService. beginHopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)This method generates the Hosted Order Page request data which includes all data required to create a subscription (customer profile).PaymentDataPaymentService. beginSopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)This method generates the Hosted Order Page request data which includes all data required to create a subscription (customer profile). -
Uses of AddressModel in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators with parameters of type AddressModel Modifier and Type Method Description voidCustomerBillToDataPopulator. populate(AddressModel source, CustomerBillToData target) -
Uses of AddressModel in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,CustomerBillToData>DefaultCreateSubscriptionRequestStrategy. getCustomerBillToDataConverter()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type AddressModel Modifier and Type Method Description CreditCardPaymentInfoModelDefaultCreditCardPaymentInfoCreateStrategy. createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)CreateSubscriptionRequestDefaultCreateSubscriptionRequestStrategy. createSubscriptionRequest(java.lang.String siteName, java.lang.String requestUrl, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)protected java.lang.StringDefaultCreditCardPaymentInfoCreateStrategy. getCCOwner(PaymentInfoData paymentInfo, AddressModel billingAddress)Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCreateSubscriptionRequestStrategy. setCustomerBillToDataConverter(Converter<AddressModel,CustomerBillToData> customerBillToDataConverter) -
Uses of AddressModel in de.hybris.platform.acceleratorservices.payment.impl
Methods in de.hybris.platform.acceleratorservices.payment.impl with parameters of type AddressModel Modifier and Type Method Description PaymentDataDefaultAcceleratorPaymentService. beginHopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)PaymentDataDefaultAcceleratorPaymentService. beginSopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) -
Uses of AddressModel in de.hybris.platform.acceleratorservices.payment.strategies
Methods in de.hybris.platform.acceleratorservices.payment.strategies with parameters of type AddressModel Modifier and Type Method Description CreditCardPaymentInfoModelCreditCardPaymentInfoCreateStrategy. createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)CreateSubscriptionRequestCreateSubscriptionRequestStrategy. createSubscriptionRequest(java.lang.String siteName, java.lang.String requestUrl, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) -
Uses of AddressModel in de.hybris.platform.addressfacades.populators
Methods in de.hybris.platform.addressfacades.populators with parameters of type AddressModel Modifier and Type Method Description protected voidChineseAddressPopulatorTest. initializeCommonData(CityModel cityModel, DistrictModel districtModel, AddressModel addressModel, java.util.Locale locale)voidChineseAddressPopulator. populate(AddressModel source, AddressData target)voidChineseAddressReversePopulator. populate(AddressData addressData, AddressModel addressModel)protected voidChineseAddressPopulator. populateCity(AddressModel source, AddressData target)protected voidChineseAddressReversePopulator. populateCity(AddressData addressData, AddressModel addressModel)protected voidChineseAddressReversePopulator. populateCityDistrict(AddressData addressData, AddressModel addressModel)protected voidChineseAddressPopulator. populateDistrict(AddressModel source, AddressData target)protected voidChineseAddressReversePopulator. populateFirstAndLastName(AddressModel addressModel)If first and last name are empty, try to copy full name to it, this is needed when guest checks out and creates new account based on addressprotected voidChineseAddressReversePopulator. setCityForAddressModel(AddressModel addressModel, java.lang.String cityCode)protected voidChineseAddressReversePopulator. setDistrictForAddressModel(AddressModel addressModel, java.lang.String districtCode) -
Uses of AddressModel in de.hybris.platform.addressservices.interceptors
Methods in de.hybris.platform.addressservices.interceptors with parameters of type AddressModel Modifier and Type Method Description voidChineseAddressPrepareInterceptor. onPrepare(AddressModel address, InterceptorContext ctx) -
Uses of AddressModel in de.hybris.platform.admincockpit.services.label.impl
Methods in de.hybris.platform.admincockpit.services.label.impl with parameters of type AddressModel Modifier and Type Method Description protected java.lang.StringAddressLabelProvider. getIconPath(AddressModel item)protected java.lang.StringAddressLabelProvider. getIconPath(AddressModel item, java.lang.String languageIso)protected java.lang.StringAddressLabelProvider. getItemDescription(AddressModel item)protected java.lang.StringAddressLabelProvider. getItemDescription(AddressModel item, java.lang.String languageIso)protected java.lang.StringAddressLabelProvider. getItemLabel(AddressModel item)protected java.lang.StringAddressLabelProvider. getItemLabel(AddressModel item, java.lang.String languageIso) -
Uses of AddressModel in de.hybris.platform.assistedservicefacades.customer.converters.populator
Methods in de.hybris.platform.assistedservicefacades.customer.converters.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>CustomersListCustomerPopulator. getAddressConverter()Method parameters in de.hybris.platform.assistedservicefacades.customer.converters.populator with type arguments of type AddressModel Modifier and Type Method Description voidCustomersListCustomerPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>CustomerOverviewDataPopulator. getAddressConverter()protected Converter<AddressModel,AddressData>CustomerProfileDataPopulator. getAddressConverter()Method parameters in de.hybris.platform.assistedservicestorefront.customer360.populators with type arguments of type AddressModel Modifier and Type Method Description voidCustomerOverviewDataPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidCustomerProfileDataPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>HeadingDataProvider. getAddressConverter()Methods in de.hybris.platform.assistedservicestorefront.customer360.provider with parameters of type AddressModel Modifier and Type Method Description protected java.lang.StringStoreLocationsProvider. prepareAddressData(AddressModel address)Method parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type AddressModel Modifier and Type Method Description voidHeadingDataProvider. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.audit
Fields in de.hybris.platform.audit declared as AddressModel Modifier and Type Field Description protected AddressModelAbstractAuditTest. address1protected AddressModelAbstractAuditTest. address2protected AddressModelAbstractAuditTest. address3 -
Uses of AddressModel in de.hybris.platform.audit.view.impl
Fields in de.hybris.platform.audit.view.impl declared as AddressModel Modifier and Type Field Description protected AddressModelDefaultAuditViewReportStateTest. address1 -
Uses of AddressModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company that return AddressModel Modifier and Type Method Description AddressModelB2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)Gets aAddressModelobject for a given unitMethods in de.hybris.platform.b2b.company with parameters of type AddressModel Modifier and Type Method Description voidB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)Save updatedAddressModelobject to a unitvoidB2BCommerceUnitService. saveAddressEntry(B2BUnitModel unitForUid, AddressModel addressModel)Sets a given address for a unit -
Uses of AddressModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultB2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)Methods in de.hybris.platform.b2b.company.impl with parameters of type AddressModel Modifier and Type Method Description voidDefaultB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)voidDefaultB2BCommerceUnitService. saveAddressEntry(B2BUnitModel unitModel, AddressModel addressModel) -
Uses of AddressModel in de.hybris.platform.b2b.mail.impl
Methods in de.hybris.platform.b2b.mail.impl that return AddressModel Modifier and Type Method Description AddressModelOrderInfoContextDto. getDeliveryAddress()AddressModelOrderInfoContextDto. getPaymentAddress()Methods in de.hybris.platform.b2b.mail.impl with parameters of type AddressModel Modifier and Type Method Description voidOrderInfoContextDto. setDeliveryAddress(AddressModel deliveryAddress)voidOrderInfoContextDto. setPaymentAddress(AddressModel paymentAddress) -
Uses of AddressModel in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type AddressModel Modifier and Type Method Description Converter<Address,AddressModel>DefaultOrderRequestCartPopulator. getAddressModelConverter()Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type AddressModel Modifier and Type Method Description voidDefaultAddressModelPopulator. populate(Address source, AddressModel target)Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultOrderRequestCartPopulator. setAddressModelConverter(Converter<Address,AddressModel> addressModelConverter) -
Uses of AddressModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type AddressModel Modifier and Type Method Description OrderModelDefaultB2BPlaceOrderStrategy. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated. -
Uses of AddressModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return AddressModel Modifier and Type Method Description AddressModelModelFactory. createAddressByUniqueEmail(java.lang.String email, ItemModel owner, AddressModel addressData)Methods in de.hybris.platform.b2b.testframework with parameters of type AddressModel Modifier and Type Method Description AddressModelModelFactory. createAddressByUniqueEmail(java.lang.String email, ItemModel owner, AddressModel addressData) -
Uses of AddressModel in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Populator<AddressData,AddressModel>DefaultCompanyB2BCommerceFacade. getAddressReversePopulator()Deprecated.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceFacade. setAddressReversePopulator(Populator<AddressData,AddressModel> addressReversePopulator)Deprecated. -
Uses of AddressModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>B2BCostCenterPopulator. getAddressConverter()Deprecated.protected Converter<AddressModel,AddressData>B2BUnitPopulator. getAddressConverter()Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type AddressModel Modifier and Type Method Description voidB2BAddressPopulator. populate(AddressModel addressModel, AddressData addressData)Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type AddressModel Modifier and Type Method Description voidB2BCostCenterPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)Deprecated.voidB2BUnitPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)Deprecated. -
Uses of AddressModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultB2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)Deprecated.Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type AddressModel Modifier and Type Method Description voidDefaultB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)Deprecated.voidDefaultB2BCommerceUnitService. saveAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)Deprecated. -
Uses of AddressModel in de.hybris.platform.b2bacceleratorservices.orderscheduling.impl
Methods in de.hybris.platform.b2bacceleratorservices.orderscheduling.impl with parameters of type AddressModel Modifier and Type Method Description protected CartModelB2BAcceleratorScheduleOrderService. cloneCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)CartToOrderCronJobModelB2BAcceleratorScheduleOrderService. createOrderFromCartCronJob(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo, java.util.List<TriggerModel> triggers) -
Uses of AddressModel in de.hybris.platform.b2bacceleratorservices.strategies.impl
Methods in de.hybris.platform.b2bacceleratorservices.strategies.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected java.util.Set<AddressModel>DefaultB2BDeliveryAddressesLookupStrategy. collectAddressesForCostCenter(B2BCostCenterModel costCenter)java.util.List<AddressModel>DefaultB2BDeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)protected java.util.List<AddressModel>DefaultB2BDeliveryAddressesLookupStrategy. sortAddresses(java.util.Collection<AddressModel> addresses)Method parameters in de.hybris.platform.b2bacceleratorservices.strategies.impl with type arguments of type AddressModel Modifier and Type Method Description protected java.util.List<AddressModel>DefaultB2BDeliveryAddressesLookupStrategy. sortAddresses(java.util.Collection<AddressModel> addresses) -
Uses of AddressModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>B2BCostCenterPopulator. getAddressConverter()protected Converter<AddressModel,AddressData>B2BUnitPopulator. getAddressConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type AddressModel Modifier and Type Method Description voidB2BCostCenterPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidB2BUnitPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressData,AddressModel>DefaultB2BUnitFacade. getAddressReverseConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultB2BUnitFacade. setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter) -
Uses of AddressModel in de.hybris.platform.basecommerce.model
Methods in de.hybris.platform.basecommerce.model with parameters of type AddressModel Modifier and Type Method Description java.lang.StringAddressLine1Attribute. get(AddressModel addressModel)java.lang.StringAddressLine2Attribute. get(AddressModel addressModel)voidAddressLine1Attribute. set(AddressModel addressModel, java.lang.String value)voidAddressLine2Attribute. set(AddressModel addressModel, java.lang.String value) -
Uses of AddressModel in de.hybris.platform.catalog.dynamic
Methods in de.hybris.platform.catalog.dynamic that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>AbstractCompanyAddressAttributeHandler. get(CompanyModel model)Methods in de.hybris.platform.catalog.dynamic with parameters of type AddressModel Modifier and Type Method Description java.lang.StringAddressTypeQualifierAttributeHandler. get(AddressModel model)voidAddressTypeQualifierAttributeHandler. set(AddressModel model, java.lang.String value)Method parameters in de.hybris.platform.catalog.dynamic with type arguments of type AddressModel Modifier and Type Method Description abstract voidAbstractCompanyAddressAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)voidCompanyBillingAddressAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)voidCompanyContactAddressesAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)voidCompanyShippingAddressesAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)voidCompanyUnloadingAddressesAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)voidAbstractCompanyAddressAttributeHandler. set(CompanyModel companyModel, java.util.Collection<AddressModel> model) -
Uses of AddressModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return AddressModel Modifier and Type Method Description AddressModelCompanyModel. getBillingAddress()Generated method - Getter of theCompany.billingAddressattribute defined at extensioncatalog.AddressModelCompanyModel. getContactAddress()Generated method - Getter of theCompany.contactAddressattribute defined at extensioncatalog.AddressModelCompanyModel. getShippingAddress()Generated method - Getter of theCompany.shippingAddressattribute defined at extensioncatalog.AddressModelCompanyModel. getUnloadingAddress()Generated method - Getter of theCompany.unloadingAddressattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>CompanyModel. getAddresses()Generated method - Getter of theCompany.addressesattribute defined at extensioncatalog.java.util.Collection<AddressModel>CompanyModel. getBillingAddresses()Generated method - Getter of theCompany.billingAddressesdynamic attribute defined at extensioncatalog.java.util.Collection<AddressModel>CompanyModel. getContactAddresses()Generated method - Getter of theCompany.contactAddressesdynamic attribute defined at extensioncatalog.java.util.Collection<AddressModel>CompanyModel. getShippingAddresses()Generated method - Getter of theCompany.shippingAddressesdynamic attribute defined at extensioncatalog.java.util.Collection<AddressModel>CompanyModel. getUnloadingAddresses()Generated method - Getter of theCompany.unloadingAddressesdynamic attribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type AddressModel Modifier and Type Method Description voidCompanyModel. 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 AddressModel Modifier and Type Method Description voidCompanyModel. setAddresses(java.util.Collection<AddressModel> value)Generated method - Setter ofCompany.addressesattribute defined at extensioncatalog. -
Uses of AddressModel in de.hybris.platform.chineselogisticservices.strategies.impl
Methods in de.hybris.platform.chineselogisticservices.strategies.impl with parameters of type AddressModel Modifier and Type Method Description protected java.util.List<DeliveryModeModel>ChineseDeliveryModeLookupStrategy. findDeliveryModeByAddress(AbstractOrderModel abstractOrderModel, AddressModel deliveryAddress) -
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 AddressModel Modifier and Type Method Description Converter<AddressModel,AddressData>DefaultCisSapDigitalPaymentFacade. getPaymentAddressConverter()Converter<AddressData,AddressModel>DefaultCisSapDigitalPaymentFacade. getPaymentAddressReverseConverter()Method parameters in de.hybris.platform.cissapdigitalpayment.facade.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCisSapDigitalPaymentFacade. setPaymentAddressConverter(Converter<AddressModel,AddressData> paymentAddressConverter)voidDefaultCisSapDigitalPaymentFacade. setPaymentAddressReverseConverter(Converter<AddressData,AddressModel> paymentAddressReverseConverter) -
Uses of AddressModel in de.hybris.platform.cissapdigitalpayment.service
Methods in de.hybris.platform.cissapdigitalpayment.service with parameters of type AddressModel Modifier and Type Method Description PaymentTransactionEntryModelSapDigitalPaymentService. authorize(java.lang.String merchantTransactionCode, java.lang.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 AddressModel Modifier and Type Method Description Converter<AddressModel,AddressData>DefaultSapDigitalPaymentService. getAddressConverter()Methods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type AddressModel Modifier and Type Method Description PaymentTransactionEntryModelDefaultSapDigitalPaymentService. authorize(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult dpAuthResult)Authorize the payment transaction.Method parameters in de.hybris.platform.cissapdigitalpayment.service.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultSapDigitalPaymentService. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.commercefacades.address.converters.populator
Methods in de.hybris.platform.commercefacades.address.converters.populator with parameters of type AddressModel Modifier and Type Method Description voidSingleLineAddressFormatPopulator. populate(AddressModel addressModel, java.lang.StringBuilder addressLine) -
Uses of AddressModel in de.hybris.platform.commercefacades.address.impl
Methods in de.hybris.platform.commercefacades.address.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>DefaultAddressVerificationFacade. getAddressConverter()protected Converter<AddressData,AddressModel>DefaultAddressVerificationFacade. getAddressReverseConverter()Method parameters in de.hybris.platform.commercefacades.address.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultAddressVerificationFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidDefaultAddressVerificationFacade. setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter) -
Uses of AddressModel in de.hybris.platform.commercefacades.customer.impl
Subclasses of AddressModel in de.hybris.platform.commercefacades.customer.impl Modifier and Type Class Description protected static classDefaultCustomerFacadeTest.MockAddressModelMethods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>DefaultCustomerFacade. getAddressConverter()protected Populator<AddressData,AddressModel>DefaultCustomerFacade. getAddressReversePopulator()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCustomerFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidDefaultCustomerFacade. setAddressReversePopulator(Populator<AddressData,AddressModel> addressReversePopulator) -
Uses of AddressModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>AbstractOrderPopulator. getAddressConverter()protected Converter<AddressModel,AddressData>ConsignmentPopulator. getAddressConverter()protected Converter<AddressModel,AddressData>CreditCardPaymentInfoPopulator. getAddressConverter()Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AddressModel Modifier and Type Method Description voidAbstractOrderPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidConsignmentPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidCreditCardPaymentInfoPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.commercefacades.order.impl
Subclasses of AddressModel in de.hybris.platform.commercefacades.order.impl Modifier and Type Class Description protected static classDefaultCheckoutFacadeTest.MockAddressModelMethods in de.hybris.platform.commercefacades.order.impl that return AddressModel Modifier and Type Method Description protected AddressModelDefaultCheckoutFacade. createDeliveryAddressModel(AddressData addressData, CartModel cartModel)protected AddressModelDefaultCheckoutFacade. getDeliveryAddressModelForCode(java.lang.String code)Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>DefaultCheckoutFacade. getAddressConverter()protected Populator<AddressData,AddressModel>DefaultCheckoutFacade. getAddressReversePopulator()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCheckoutFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidDefaultCheckoutFacade. setAddressReversePopulator(Populator<AddressData,AddressModel> addressReversePopulator) -
Uses of AddressModel in de.hybris.platform.commercefacades.storelocator.converters.populator
Methods in de.hybris.platform.commercefacades.storelocator.converters.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>PointOfServicePopulator. getAddressConverter()Method parameters in de.hybris.platform.commercefacades.storelocator.converters.populator with type arguments of type AddressModel Modifier and Type Method Description voidPointOfServicePopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected java.util.Map<java.lang.String,Converter<AddressModel,java.lang.StringBuilder>>AddressPopulator. getAddressFormatConverterMap()protected Converter<AddressModel,java.lang.StringBuilder>AddressPopulator. getDefaultAddressFormatConverter()Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type AddressModel Modifier and Type Method Description voidAddressPopulator. populate(AddressModel source, AddressData target)voidAddressReversePopulator. populate(AddressData addressData, AddressModel addressModel)protected voidAddressPopulator. populateAddressFields(AddressModel source, AddressData target)protected voidAddressPopulator. populateBasicFields(AddressModel source, AddressData target)protected voidAddressPopulator. populateCountryAndFormattedAddress(AddressModel source, AddressData target)protected voidAddressPopulator. populateRegion(AddressModel source, AddressData target)Method parameters in de.hybris.platform.commercefacades.user.converters.populator with type arguments of type AddressModel Modifier and Type Method Description voidAddressPopulator. setAddressFormatConverterMap(java.util.Map<java.lang.String,Converter<AddressModel,java.lang.StringBuilder>> addressFormatConverterMap)voidAddressPopulator. setDefaultAddressFormatConverter(Converter<AddressModel,java.lang.StringBuilder> defaultAddressFormatConverter) -
Uses of AddressModel in de.hybris.platform.commercefacades.user.impl
Subclasses of AddressModel in de.hybris.platform.commercefacades.user.impl Modifier and Type Class Description protected static classDefaultUserFacadeTest.MockAddressModelMethods in de.hybris.platform.commercefacades.user.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>DefaultUserFacade. getAddressConverter()protected Populator<AddressData,AddressModel>DefaultUserFacade. getAddressReversePopulator()Method parameters in de.hybris.platform.commercefacades.user.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultUserFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)voidDefaultUserFacade. setAddressReversePopulator(Populator<AddressData,AddressModel> addressReversePopulator) -
Uses of AddressModel in de.hybris.platform.commerceservices.address
Methods in de.hybris.platform.commerceservices.address with parameters of type AddressModel Modifier and Type Method Description AddressVerificationResultData<DECISION,FIELD_ERROR>AddressVerificationService. verifyAddress(AddressModel addressModel)This method takes in an AddressModel, verifies it using the chosen implementation and returns an AddressVerificationResultData. -
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 AddressModel Modifier and Type Method Description java.util.List<AddressModel>AddressVerificationResultData. getSuggestedAddresses()Method parameters in de.hybris.platform.commerceservices.address.data with type arguments of type AddressModel Modifier and Type Method Description voidAddressVerificationResultData. setSuggestedAddresses(java.util.List<AddressModel> suggestedAddresses) -
Uses of AddressModel in de.hybris.platform.commerceservices.address.impl
Methods in de.hybris.platform.commerceservices.address.impl with parameters of type AddressModel Modifier and Type Method Description protected voidMockAddressVerificationService. validateAddressFields(AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> result, AddressModel address)Validates each field input in an AddressForm.AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>DefaultAddressVerificationService. verifyAddress(AddressModel addressModel)AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>MockAddressVerificationService. verifyAddress(AddressModel addressModel) -
Uses of AddressModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that return AddressModel Modifier and Type Method Description AddressModelCustomerAccountService. getAddressForCode(CustomerModel customerModel, java.lang.String code)Get a customer address given its codeAddressModelCustomerAccountService. getDefaultAddress(CustomerModel customerModel)Returns a customer default shipping addressMethods in de.hybris.platform.commerceservices.customer that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>CustomerAccountService. getAddressBookDeliveryEntries(CustomerModel customerModel)Returns all delivery address book entries from the given customer.java.util.List<AddressModel>CustomerAccountService. getAddressBookEntries(CustomerModel customerModel)Returns all visible address book entries from the given customer.java.util.List<AddressModel>CustomerAccountService. getAllAddressEntries(CustomerModel customerModel)Returns all address book entries from the given customer.Methods in de.hybris.platform.commerceservices.customer with parameters of type AddressModel Modifier and Type Method Description voidCustomerAccountService. deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel)Delete address entry.voidCustomerAccountService. saveAddressEntry(CustomerModel customerModel, AddressModel addressModel)Save address entry.voidCustomerAccountService. setDefaultAddressEntry(CustomerModel customerModel, AddressModel addressModel)Sets the default address entry. -
Uses of AddressModel in de.hybris.platform.commerceservices.customer.dao
Methods in de.hybris.platform.commerceservices.customer.dao that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>CustomerAccountDao. findAddressBookDeliveryEntriesForCustomer(CustomerModel customerModel, java.util.Collection<CountryModel> deliveryCountries)Find address book delivery entries for customer. -
Uses of AddressModel in de.hybris.platform.commerceservices.customer.dao.impl
Methods in de.hybris.platform.commerceservices.customer.dao.impl that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>DefaultCustomerAccountDao. findAddressBookDeliveryEntriesForCustomer(CustomerModel customerModel, java.util.Collection<CountryModel> deliveryCountries) -
Uses of AddressModel in de.hybris.platform.commerceservices.customer.impl
Subclasses of AddressModel in de.hybris.platform.commerceservices.customer.impl Modifier and Type Class Description protected static classDefaultCustomerAccountServiceTest.MockAddressModelMethods in de.hybris.platform.commerceservices.customer.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultCustomerAccountService. getAddressForCode(CustomerModel customerModel, java.lang.String code)AddressModelDefaultCustomerAccountService. getDefaultAddress(CustomerModel customerModel)Methods in de.hybris.platform.commerceservices.customer.impl that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>DefaultCustomerAccountService. getAddressBookDeliveryEntries(CustomerModel customerModel)java.util.List<AddressModel>DefaultCustomerAccountService. getAddressBookEntries(CustomerModel customerModel)java.util.List<AddressModel>DefaultCustomerAccountService. getAllAddressEntries(CustomerModel customerModel)Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type AddressModel Modifier and Type Method Description voidDefaultCustomerAccountService. deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel)voidDefaultCustomerAccountService. saveAddressEntry(CustomerModel customerModel, AddressModel addressModel)voidDefaultCustomerAccountService. setDefaultAddressEntry(CustomerModel customerModel, AddressModel addressModel) -
Uses of AddressModel in de.hybris.platform.commerceservices.delivery
Methods in de.hybris.platform.commerceservices.delivery that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>DeliveryService. getSupportedDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)Get the list of supported delivery addresses. -
Uses of AddressModel in de.hybris.platform.commerceservices.delivery.impl
Methods in de.hybris.platform.commerceservices.delivery.impl that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>DefaultDeliveryService. getSupportedDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly) -
Uses of AddressModel in de.hybris.platform.commerceservices.externaltax
Methods in de.hybris.platform.commerceservices.externaltax that return AddressModel Modifier and Type Method Description AddressModelDeliveryFromAddressStrategy. getDeliveryFromAddressForOrder(AbstractOrderModel orderModel) -
Uses of AddressModel in de.hybris.platform.commerceservices.externaltax.impl
Methods in de.hybris.platform.commerceservices.externaltax.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultDeliveryFromAddressStrategy. getDeliveryFromAddressForOrder(AbstractOrderModel model)protected AddressModelDefaultDeliveryFromAddressStrategy. getDeliveryOriginForWarehouses(java.util.Collection<WarehouseModel> warehouseModels) -
Uses of AddressModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type AddressModel Modifier and Type Method Description booleanCommerceCheckoutService. setDeliveryAddress(CartModel cartModel, AddressModel addressModel)Deprecated.Since 5.2.booleanCommerceCheckoutService. setDeliveryAddress(CartModel cartModel, AddressModel addressModel, boolean flagAsDeliveryAddress)Deprecated.Since 5.2. -
Uses of AddressModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type AddressModel Modifier and Type Method Description protected booleanDefaultCommerceDeliveryAddressStrategy. isValidDeliveryAddress(CartModel cartModel, AddressModel addressModel)booleanDefaultCommerceCheckoutService. setDeliveryAddress(CartModel cartModel, AddressModel addressModel)Deprecated.Since 5.2.booleanDefaultCommerceCheckoutService. setDeliveryAddress(CartModel cartModel, AddressModel addressModel, boolean flagAsDeliveryAddress)Deprecated.Since 5.2. -
Uses of AddressModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return AddressModel Modifier and Type Method Description AddressModelCommerceCheckoutParameter. getAddress()Methods in de.hybris.platform.commerceservices.service.data with parameters of type AddressModel Modifier and Type Method Description voidCommerceCheckoutParameter. setAddress(AddressModel address) -
Uses of AddressModel in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>DeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)Gets the list of delivery addresses for an order -
Uses of AddressModel in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl that return types with arguments of type AddressModel Modifier and Type Method Description java.util.List<AddressModel>DefaultDeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly) -
Uses of AddressModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return AddressModel Modifier and Type Method Description AddressModelAbstractOrderEntryModel. getDeliveryAddress()Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute defined at extensionbasecommerce.AddressModelAbstractOrderModel. getDeliveryAddress()Generated method - Getter of theAbstractOrder.deliveryAddressattribute defined at extensioncore.AddressModelAbstractOrderModel. getDeliveryFromAddress()Generated method - Getter of theAbstractOrder.deliveryFromAddressattribute defined at extensionondemandcommon.AddressModelAbstractOrderModel. getPaymentAddress()Generated method - Getter of theAbstractOrder.paymentAddressattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type AddressModel Modifier and Type Method Description voidAbstractOrderEntryModel. setDeliveryAddress(AddressModel value)Generated method - Setter ofAbstractOrderEntry.deliveryAddressattribute defined at extensionbasecommerce.voidAbstractOrderModel. setDeliveryAddress(AddressModel value)Generated method - Setter ofAbstractOrder.deliveryAddressattribute defined at extensioncore.voidAbstractOrderModel. setDeliveryFromAddress(AddressModel value)Generated method - Setter ofAbstractOrder.deliveryFromAddressattribute defined at extensionondemandcommon.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 AddressModel Modifier and Type Method Description AddressModelPaymentInfoModel. getBillingAddress()Generated method - Getter of thePaymentInfo.billingAddressattribute defined at extensionpayment.Methods in de.hybris.platform.core.model.order.payment with parameters of type AddressModel Modifier and Type Method Description voidPaymentInfoModel. 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 AddressModel Modifier and Type Method Description AddressModelUserModel. getDefaultPaymentAddress()Generated method - Getter of theUser.defaultPaymentAddressattribute defined at extensioncore.AddressModelUserModel. getDefaultShipmentAddress()Generated method - Getter of theUser.defaultShipmentAddressattribute defined at extensioncore.AddressModelAddressModel. 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 AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>UserModel. getAddresses()Generated method - Getter of theUser.addressesattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type AddressModel Modifier and Type Method Description voidUserModel. 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 AddressModel Modifier and Type Method Description voidUserModel. setAddresses(java.util.Collection<AddressModel> value)Generated method - Setter ofUser.addressesattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.user with parameters of type AddressModel Constructor Description AddressModel(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.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return AddressModel Modifier and Type Method Description AddressModelCsCreateCustomerForm. getAddress()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type AddressModel Modifier and Type Method Description voidCsCreateCustomerForm. setAddress(AddressModel address) -
Uses of AddressModel in de.hybris.platform.customersupportbackoffice.labelproviders
Methods in de.hybris.platform.customersupportbackoffice.labelproviders with parameters of type AddressModel Modifier and Type Method Description java.lang.StringAddressLabelProvider. getDescription(AddressModel address)java.lang.StringAddressLabelProvider. getIconPath(AddressModel address)java.lang.StringAddressLabelProvider. getLabel(AddressModel address) -
Uses of AddressModel in de.hybris.platform.customersupportbackoffice.widgets
Methods in de.hybris.platform.customersupportbackoffice.widgets that return AddressModel Modifier and Type Method Description protected AddressModelDefaultCsFormInitialsFactory. getLastSavedAddress()protected AddressModelCreateAddressWizardHandler. populateAddress(CsCreateAddressForm form)Methods in de.hybris.platform.customersupportbackoffice.widgets with parameters of type AddressModel Modifier and Type Method Description voidDefaultCsFormInitialsFactory. setLastSavedAddress(AddressModel addressModel) -
Uses of AddressModel in de.hybris.platform.fraud.symptom.impl
Methods in de.hybris.platform.fraud.symptom.impl with parameters of type AddressModel Modifier and Type Method Description protected booleanBlackListSymptom. isUsersCurrentAddress(AddressModel address)protected booleanDifferentAddressesSymptom. verifyAddresses(AddressModel shipping, AddressModel delivery)protected booleanDifferentAddressesSymptom. verifyAddressesSame(AddressModel shipping, AddressModel delivery) -
Uses of AddressModel in de.hybris.platform.integration.cis.avs.populators
Methods in de.hybris.platform.integration.cis.avs.populators that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<java.util.List<CisAddress>,java.util.List<AddressModel>>CisAddressVerificationResultPopulator. getCisAvsReverseAddressesConverter()protected Populator<CisAddress,AddressModel>CisAvsReverseAddressesPopulator. getCisAvsReverseAddressPopulator()Methods in de.hybris.platform.integration.cis.avs.populators with parameters of type AddressModel Modifier and Type Method Description protected java.lang.StringCisAvsAddressPopulator. getRegionIsoCode(AddressModel source)voidCisAvsAddressMatchingPopulator. populate(AddressModel source, AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> target)voidCisAvsAddressPopulator. populate(AddressModel source, CisAddress target)voidCisAvsReverseAddressPopulator. populate(CisAddress source, AddressModel target)Method parameters in de.hybris.platform.integration.cis.avs.populators with type arguments of type AddressModel Modifier and Type Method Description voidCisAddressVerificationResultPopulator. setCisAvsReverseAddressesConverter(Converter<java.util.List<CisAddress>,java.util.List<AddressModel>> cisAvsReverseAddressesConverter)voidCisAvsReverseAddressesPopulator. setCisAvsReverseAddressPopulator(Populator<CisAddress,AddressModel> cisAvsReverseAddressPopulator) -
Uses of AddressModel in de.hybris.platform.integration.cis.avs.services.impl
Methods in de.hybris.platform.integration.cis.avs.services.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,CisAddress>DefaultCisAddressVerificationService. getCisAvsAddressConverter()protected Populator<AddressModel,AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>>DefaultCisAddressVerificationService. getCisAvsAddressMatchingPopulator()Methods in de.hybris.platform.integration.cis.avs.services.impl with parameters of type AddressModel Modifier and Type Method Description AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>DefaultCisAddressVerificationService. verifyAddress(AddressModel addressModel)Method parameters in de.hybris.platform.integration.cis.avs.services.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCisAddressVerificationService. setCisAvsAddressConverter(Converter<AddressModel,CisAddress> cisAvsAddressConverter)voidDefaultCisAddressVerificationService. setCisAvsAddressMatchingPopulator(Populator<AddressModel,AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>>> cisAvsAddressMatchingPopulator) -
Uses of AddressModel in de.hybris.platform.integration.cis.avs.strategies
Methods in de.hybris.platform.integration.cis.avs.strategies with parameters of type AddressModel Modifier and Type Method Description booleanCheckVerificationRequiredStrategy. isVerificationRequired(AddressModel addressToVerify)Check if the address should be verified. -
Uses of AddressModel in de.hybris.platform.integration.cis.avs.strategies.impl
Methods in de.hybris.platform.integration.cis.avs.strategies.impl with parameters of type AddressModel Modifier and Type Method Description booleanCountryPropertyCheckVerificationRequiredStrategy. isVerificationRequired(AddressModel address) -
Uses of AddressModel in de.hybris.platform.integration.cis.subscription.controllers.pages.payment
Methods in de.hybris.platform.integration.cis.subscription.controllers.pages.payment with parameters of type AddressModel Modifier and Type Method Description protected PaymentFormPaymentController. populatePaymentForm(java.lang.String sessionToken, AddressModel billingAddress)Creates and populates the payment form model. -
Uses of AddressModel in de.hybris.platform.integration.cis.tax.populators
Methods in de.hybris.platform.integration.cis.tax.populators with parameters of type AddressModel Modifier and Type Method Description voidCisAddressPopulator. populate(AddressModel source, CisAddress target) -
Uses of AddressModel in de.hybris.platform.integration.cis.tax.service.impl
Methods in de.hybris.platform.integration.cis.tax.service.impl that return types with arguments of type AddressModel Modifier and Type Method Description Converter<AddressModel,CisAddress>DefaultCisTaxCalculationService. getCisAddressConverter()Method parameters in de.hybris.platform.integration.cis.tax.service.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCisTaxCalculationService. setCisAddressConverter(Converter<AddressModel,CisAddress> cisAddressConverter) -
Uses of AddressModel in de.hybris.platform.integration.cis.tax.strategies.impl
Methods in de.hybris.platform.integration.cis.tax.strategies.impl that return AddressModel Modifier and Type Method Description protected AddressModelCisCalculateExternalTaxesStrategyIntegrationTest. getUSDeliveryAddress()Methods in de.hybris.platform.integration.cis.tax.strategies.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,CisAddress>DefaultCisShippingAddressStrategy. getCisAddressConverter()Methods in de.hybris.platform.integration.cis.tax.strategies.impl with parameters of type AddressModel Modifier and Type Method Description protected voidDefaultCisCartHashCalculationStrategy. appendDeliveryAddress(AddressModel address, java.lang.StringBuilder stringBuilder)Appends the givenStringBuilderwith the givenAddressModelMethod parameters in de.hybris.platform.integration.cis.tax.strategies.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultCisShippingAddressStrategy. setCisAddressConverter(Converter<AddressModel,CisAddress> cisAddressConverter) -
Uses of AddressModel in de.hybris.platform.integration.commons.strategies
Methods in de.hybris.platform.integration.commons.strategies that return AddressModel Modifier and Type Method Description AddressModelOndemandDeliveryAddressStrategy. getDeliveryAddressForOrder(AbstractOrderModel orderModel) -
Uses of AddressModel in de.hybris.platform.integration.commons.strategies.impl
Subclasses of AddressModel in de.hybris.platform.integration.commons.strategies.impl Modifier and Type Class Description protected static classDefaultOndemandDeliveryAddressStrategyTest.MockAddressModelMethods in de.hybris.platform.integration.commons.strategies.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultOndemandDeliveryAddressStrategy. getDeliveryAddressForOrder(AbstractOrderModel orderModel) -
Uses of AddressModel in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type AddressModel Modifier and Type Method Description OrderModelOrderService. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated.since ages - Use lightweightOrderService.createOrderFromCart(CartModel)instead or your own implementation of order placement flow. -
Uses of AddressModel in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type AddressModel Modifier and Type Method Description OrderModelDefaultOrderService. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated.since ages -
Uses of AddressModel in de.hybris.platform.order.strategies
Methods in de.hybris.platform.order.strategies with parameters of type AddressModel Modifier and Type Method Description OrderModelPlaceOrderStrategy. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated.Place the order for the givencart. -
Uses of AddressModel in de.hybris.platform.order.strategies.impl
Methods in de.hybris.platform.order.strategies.impl with parameters of type AddressModel Modifier and Type Method Description OrderModelDefaultPlaceOrderStrategy. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated. -
Uses of AddressModel in de.hybris.platform.order.strategies.ordercloning
Methods in de.hybris.platform.order.strategies.ordercloning that return AddressModel Modifier and Type Method Description AddressModelOrderPartOfMembersCloningStrategy. cloneAddressForOrder(AddressModel address, OrderModel order)Clones an address and sets the order as the clone's owner.Methods in de.hybris.platform.order.strategies.ordercloning with parameters of type AddressModel Modifier and Type Method Description booleanOrderPartOfMembersCloningStrategy. addressNeedsCloning(AddressModel address, OrderModel order)Checks according to business strategies whether given address needs to be cloned as a part of order's contract.AddressModelOrderPartOfMembersCloningStrategy. cloneAddressForOrder(AddressModel address, OrderModel order)Clones an address and sets the order as the clone's owner. -
Uses of AddressModel in de.hybris.platform.order.strategies.ordercloning.impl
Methods in de.hybris.platform.order.strategies.ordercloning.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultOrderPartOfMembersCloningStrategy. cloneAddressForOrder(AddressModel address, OrderModel order)Methods in de.hybris.platform.order.strategies.ordercloning.impl with parameters of type AddressModel Modifier and Type Method Description booleanDefaultOrderPartOfMembersCloningStrategy. addressNeedsCloning(AddressModel address, OrderModel order)AddressModelDefaultOrderPartOfMembersCloningStrategy. cloneAddressForOrder(AddressModel address, OrderModel order) -
Uses of AddressModel in de.hybris.platform.ordermanagementfacades.order.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.order.converters.populator that return AddressModel Modifier and Type Method Description protected AddressModelOrderRequestReversePopulator. addCommonAddress(AddressData source)Converts common attribute forAddressDataMethods in de.hybris.platform.ordermanagementfacades.order.converters.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressData,AddressModel>OrderRequestReversePopulator. getAddressReverseConverter()Method parameters in de.hybris.platform.ordermanagementfacades.order.converters.populator with type arguments of type AddressModel Modifier and Type Method Description voidOrderRequestReversePopulator. setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter) -
Uses of AddressModel in de.hybris.platform.ordermanagementfacades.payment.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.payment.converters.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressData,AddressModel>PaymentTransactionReversePopulator. getAddressReverseConverter()Method parameters in de.hybris.platform.ordermanagementfacades.payment.converters.populator with type arguments of type AddressModel Modifier and Type Method Description voidPaymentTransactionReversePopulator. setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter) -
Uses of AddressModel in de.hybris.platform.orderscheduling
Methods in de.hybris.platform.orderscheduling with parameters of type AddressModel Modifier and Type Method Description OrderModelOrderUtility. createOrderFromCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Creates the order from cart.CartToOrderCronJobModelScheduleOrderService. createOrderFromCartCronJob(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo, java.util.List<TriggerModel> trigger)Creates the order from cart cron job. -
Uses of AddressModel in de.hybris.platform.orderscheduling.impl
Methods in de.hybris.platform.orderscheduling.impl with parameters of type AddressModel Modifier and Type Method Description OrderModelDefaultOrderUtilityImpl. createOrderFromCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)CartToOrderCronJobModelDefaultScheduleOrderServiceImpl. createOrderFromCartCronJob(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo, java.util.List<TriggerModel> triggers) -
Uses of AddressModel in de.hybris.platform.orderscheduling.model
Methods in de.hybris.platform.orderscheduling.model that return AddressModel Modifier and Type Method Description AddressModelCartToOrderCronJobModel. getDeliveryAddress()Generated method - Getter of theCartToOrderCronJob.deliveryAddressattribute defined at extensionbasecommerce.AddressModelCartToOrderCronJobModel. getPaymentAddress()Generated method - Getter of theCartToOrderCronJob.paymentAddressattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderscheduling.model with parameters of type AddressModel Modifier and Type Method Description voidCartToOrderCronJobModel. 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 AddressModel Modifier and Type Method Description AddressModelConsignmentModel. getShippingAddress()Generated method - Getter of theConsignment.shippingAddressattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type AddressModel Modifier and Type Method Description voidConsignmentModel. setShippingAddress(AddressModel value)Generated method - Initial setter ofConsignment.shippingAddressattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type AddressModel Constructor Description ConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.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(java.lang.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.payment
Methods in de.hybris.platform.payment with parameters of type AddressModel Modifier and Type Method Description PaymentTransactionEntryModelPaymentService. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)authorize paymentPaymentTransactionEntryModelPaymentService. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)authorize paymentPaymentTransactionEntryModelPaymentService. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID, java.lang.String paymentProvider)authorize paymentPaymentTransactionEntryModelPaymentService. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)authorize paymentPaymentTransactionEntryModelPaymentService. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)authorize paymentPaymentTransactionEntryModelPaymentService. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID, java.lang.String cv2, java.lang.String paymentProvider)authorize paymentNewSubscriptionPaymentService. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)Creates a subscription at the payment provider side and stores sensitive data there.NewSubscriptionPaymentService. createSubscription(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)Creates a subscription at the payment provider side and stores sensitive data there.PaymentTransactionEntryModelPaymentService. refundStandalone(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)Refund value to a card (no transaction is obligatory)default PaymentTransactionEntryModelPaymentService. refundStandalone(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel paymentAddress, CardInfo card, java.lang.String providerName, java.lang.String subscriptionId)Refund value to a card (no transaction is obligatory)PaymentTransactionEntryModelPaymentService. updateSubscription(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.lang.String paymentProvider, AddressModel paymentAddress, CardInfo card)Updates the data of the subscription at the payment provider. -
Uses of AddressModel in de.hybris.platform.payment.impl
Methods in de.hybris.platform.payment.impl with parameters of type AddressModel Modifier and Type Method Description PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)authorize payment
note: the code of the assigned payment transaction will be used as code-basecode during thePaymentTransactionEntryModel.CODEcode generation process, which represents the main benefit of this method.PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID, java.lang.String paymentprovider)authorize payment
note: the code of the assigned payment transaction will be used as code-basecode during thePaymentTransactionEntryModel.CODEcode generation process, which represents the main benefit of this method.PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)Authorize payment.
Status, transaction and request related informations are available via the relatedPaymentTransactionEntryModel,/
Informations about the related order will be accessible via the referencedPaymentTransactionModel(see:PaymentTransactionEntryModel.getPaymentTransaction()andPaymentTransactionEntryModel.setPaymentTransaction(PaymentTransactionModel)PaymentTransactionEntryModelDefaultPaymentServiceImpl. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID, java.lang.String cv2, java.lang.String paymentProvider)protected BillingInfoDefaultPaymentServiceImpl. createBillingInfo(AddressModel address)address DTO 2 address DTOprotected BillingInfoDefaultPaymentServiceImpl. createBillingInfo(AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)creates the billing info based on the assigned delivery address instance.NewSubscriptionDefaultPaymentServiceImpl. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)NewSubscriptionDefaultPaymentServiceImpl. createSubscription(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)PaymentTransactionEntryModelDefaultPaymentServiceImpl. refundStandalone(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)PaymentTransactionEntryModelDefaultPaymentServiceImpl. refundStandalone(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel paymentAddress, CardInfo card, java.lang.String providerName, java.lang.String subscriptionId)PaymentTransactionEntryModelDefaultPaymentServiceImpl. updateSubscription(java.lang.String merchantTransactionCode, java.lang.String subscriptionID, java.lang.String paymentProvider, AddressModel paymentAddress, CardInfo card) -
Uses of AddressModel in de.hybris.platform.platformbackoffice.editorsearchfacade
Methods in de.hybris.platform.platformbackoffice.editorsearchfacade that return types with arguments of type AddressModel Modifier and Type Method Description com.hybris.cockpitng.search.data.pageable.Pageable<AddressModel>AddressValuesProvider. search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData)Deprecated. -
Uses of AddressModel in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type AddressModel Modifier and Type Method Description java.lang.StringAddressLabelProvider. getDescription(AddressModel address)java.lang.StringAddressLabelProvider. getIconPath(AddressModel address)java.lang.StringAddressLabelProvider. getLabel(AddressModel address) -
Uses of AddressModel in de.hybris.platform.sap.agentdesktopdataexchange.service
Methods in de.hybris.platform.sap.agentdesktopdataexchange.service with parameters of type AddressModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopDefaultOutboundService. sendAddessData(AddressModel addressModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopDefaultOutboundService. sendAddressDeleteData(AddressModel addressModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopDefaultOutboundService. sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel, java.lang.String defaultAddressId)Send customer data to CEC via CPI. -
Uses of AddressModel in de.hybris.platform.sap.agentdesktopdataexchange.service.impl
Methods in de.hybris.platform.sap.agentdesktopdataexchange.service.impl that return AddressModel Modifier and Type Method Description AddressModelAgentDesktopAddressConversionService. convertAddressForCEC(AddressModel addressModel)Methods in de.hybris.platform.sap.agentdesktopdataexchange.service.impl with parameters of type AddressModel Modifier and Type Method Description AddressModelAgentDesktopAddressConversionService. convertAddressForCEC(AddressModel addressModel)SAPCpiOutboundCustomerModelAgentDesktopCustomerConversionService. convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)protected java.lang.StringAgentDesktopAddressConversionService. getCustomerUid(AddressModel customerAddressModel)protected java.lang.StringAgentDesktopAddressConversionService. getModelId(AddressModel customerAddressModel)protected booleanAgentDesktopAddressConversionService. isDefaultAddress(AddressModel customerAddressModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopOutboundServiceImpl. sendAddessData(AddressModel addressModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopOutboundServiceImpl. sendAddressDeleteData(AddressModel addressModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopOutboundServiceImpl. sendCustomerData(CustomerModel cecOutboudCustomerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel, java.lang.String defaultAddressId) -
Uses of AddressModel in de.hybris.platform.sap.agentdesktopdataexchangeb2b.interceptors
Methods in de.hybris.platform.sap.agentdesktopdataexchangeb2b.interceptors with parameters of type AddressModel Modifier and Type Method Description voidAgentdesktopdataexchangeb2bUnitAddressModelRemoveInterceptor. onRemove(AddressModel arg0, InterceptorContext arg1) -
Uses of AddressModel in de.hybris.platform.sap.agentdesktopdataexchangeb2b.service
Methods in de.hybris.platform.sap.agentdesktopdataexchangeb2b.service with parameters of type AddressModel Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopB2BOutboundService. sendB2BUnitAddressData(AddressModel B2BUnitAddressModelData)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopB2BOutboundService. sendB2BUnitAddressDeleteData(AddressModel B2BUnitDeleteAddressModelData) -
Uses of AddressModel in de.hybris.platform.sap.agentdesktopdataexchangeb2b.service.impl
Methods in de.hybris.platform.sap.agentdesktopdataexchangeb2b.service.impl that return AddressModel Modifier and Type Method Description AddressModelAgentDesktopB2BUnitAddressConversionService. convertB2bUnitForCEC(AddressModel addressModel)Methods in de.hybris.platform.sap.agentdesktopdataexchangeb2b.service.impl with parameters of type AddressModel Modifier and Type Method Description AddressModelAgentDesktopB2BUnitAddressConversionService. convertB2bUnitForCEC(AddressModel addressModel)protected java.lang.StringAgentDesktopB2BUnitAddressConversionService. getCustomerUid(AddressModel customerAddressModel)protected java.lang.StringAgentDesktopB2BUnitAddressConversionService. getModelId(AddressModel customerAddressModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopB2BOutboundServiceImpl. sendB2BUnitAddressData(AddressModel B2BUnitAddressModelData)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>AgentDesktopB2BOutboundServiceImpl. sendB2BUnitAddressDeleteData(AddressModel B2BUnitDeleteAddressModelData) -
Uses of AddressModel in de.hybris.platform.sap.c4c.quote.outbound.impl
Methods in de.hybris.platform.sap.c4c.quote.outbound.impl that return AddressModel Modifier and Type Method Description protected AddressModelDefaultQuotePartnerContributor. addressForPartnerRole(QuoteModel quote, PartnerRoles partnerRole) -
Uses of AddressModel in de.hybris.platform.sap.orderexchange.outbound.impl
Methods in de.hybris.platform.sap.orderexchange.outbound.impl with parameters of type AddressModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DefaultPartnerContributor. 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 AddressModel Modifier and Type Method Description protected AddressModelDefaultB2BPartnerContributor. addressForPartnerRole(OrderModel order, PartnerRoles partnerRole)Methods in de.hybris.platform.sap.orderexchangeb2b.outbound.impl with parameters of type AddressModel Modifier and Type Method Description protected voidDefaultB2BPartnerContributor. mapAddressData(OrderModel order, AddressModel address, java.util.Map<java.lang.String,java.lang.Object> row) -
Uses of AddressModel in de.hybris.platform.sap.sapcpicustomerexchange.service
Methods in de.hybris.platform.sap.sapcpicustomerexchange.service with parameters of type AddressModel Modifier and Type Method Description SAPCpiOutboundCustomerModelSapCpiCustomerConversionService. convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.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 AddressModel Modifier and Type Method Description SAPCpiOutboundCustomerModelSapCpiCustomerDefaultConversionService. convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)voidSapCpiCustomerOutboundService. sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, 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 AddressModel Modifier and Type Method Description Converter<AddressModel,AddressData>SapOrdermgmtB2BCheckoutFacade. getAddressConverter()Method parameters in de.hybris.platform.sap.sapordermgmtb2bfacades.order.impl with type arguments of type AddressModel Modifier and Type Method Description voidSapOrdermgmtB2BCheckoutFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtb2bservices.partner
Methods in de.hybris.platform.sap.sapordermgmtb2bservices.partner that return AddressModel Modifier and Type Method Description AddressModelDefaultSAPPartnerService. getHybrisAddressForSAPCustomerId(java.lang.String sapCustomerId)Methods in de.hybris.platform.sap.sapordermgmtb2bservices.partner that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>DefaultSAPPartnerService. getAllowedDeliveryAddresses() -
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 AddressModel Modifier and Type Method Description voidDefaultAbstractOrderPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.sap.sapordermgmtservices.partner
Methods in de.hybris.platform.sap.sapordermgmtservices.partner that return AddressModel Modifier and Type Method Description AddressModelSapPartnerService. getHybrisAddressForSAPCustomerId(java.lang.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 AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>SapPartnerService. getAllowedDeliveryAddresses()Retrieving delivery addresses belonging to the current session customer. -
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 AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>SapGeocodeShippingAddressAction. getAddressConverter()Method parameters in de.hybris.platform.sap.ysapomsfulfillment.actions.order with type arguments of type AddressModel Modifier and Type Method Description voidSapGeocodeShippingAddressAction. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.sap.ysapomsfulfillment.converters
Methods in de.hybris.platform.sap.ysapomsfulfillment.converters with parameters of type AddressModel Modifier and Type Method Description voidSapDeliveryAddressGeocodePopulator. populate(AddressModel source, AddressData target) -
Uses of AddressModel in de.hybris.platform.servicelayer.impex.impl
Methods in de.hybris.platform.servicelayer.impex.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultImportServiceIntegrationTest. findAddressByFirstNameAndLastName(java.lang.String firstName, java.lang.String lastName) -
Uses of AddressModel in de.hybris.platform.servicelayer.interceptor.impl
Methods in de.hybris.platform.servicelayer.interceptor.impl with parameters of type AddressModel Modifier and Type Method Description voidAddressPrepareInterceptor. onPrepare(AddressModel model, InterceptorContext ctx) -
Uses of AddressModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user that return AddressModel Modifier and Type Method Description AddressModelAddressService. cloneAddress(AddressModel address)Clones an address and sets a link on the new address to the original address.AddressModelAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner)Clones an address but for the given owner and sets a link on the new address to the original address.AddressModelAddressService. createAddressForOwner(ItemModel owner)Creates a new, not persistedAddressModelfor the given owner.AddressModelAddressService. createAddressForUser(UserModel user)Creates a new, not persistedAddressModelfor the given user.Methods in de.hybris.platform.servicelayer.user that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>AddressService. getAddressesForOwner(ItemModel owner)Gets aCollectionofaddressesfor the given owner e.g.Methods in de.hybris.platform.servicelayer.user with parameters of type AddressModel Modifier and Type Method Description AddressModelAddressService. cloneAddress(AddressModel address)Clones an address and sets a link on the new address to the original address.AddressModelAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner)Clones an address but for the given owner and sets a link on the new address to the original address. -
Uses of AddressModel in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>AddressDao. findAddressesForOwner(ItemModel owner)Finds all addresses for the given owner. -
Uses of AddressModel in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>DefaultAddressDao. findAddressesForOwner(ItemModel owner) -
Uses of AddressModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl that return AddressModel Modifier and Type Method Description AddressModelDefaultAddressService. cloneAddress(AddressModel address)AddressModelDefaultAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner)AddressModelDefaultAddressService. createAddressForOwner(ItemModel owner)AddressModelDefaultAddressService. createAddressForUser(UserModel user)Methods in de.hybris.platform.servicelayer.user.impl that return types with arguments of type AddressModel Modifier and Type Method Description java.util.Collection<AddressModel>DefaultAddressService. getAddressesForOwner(ItemModel owner)Methods in de.hybris.platform.servicelayer.user.impl with parameters of type AddressModel Modifier and Type Method Description AddressModelDefaultAddressService. cloneAddress(AddressModel address)AddressModelDefaultAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner) -
Uses of AddressModel in de.hybris.platform.storelocator.data
Methods in de.hybris.platform.storelocator.data with parameters of type AddressModel Modifier and Type Method Description booleanAddressData. addressEquals(AddressModel addressModel)Determines if this address is equivalent to the one given as model argumentConstructors in de.hybris.platform.storelocator.data with parameters of type AddressModel Constructor Description AddressData(AddressModel addressModel)Constructor -
Uses of AddressModel in de.hybris.platform.storelocator.model
Methods in de.hybris.platform.storelocator.model that return AddressModel Modifier and Type Method Description AddressModelPointOfServiceModel. getAddress()Generated method - Getter of thePointOfService.addressattribute defined at extensionbasecommerce.Methods in de.hybris.platform.storelocator.model with parameters of type AddressModel Modifier and Type Method Description voidPointOfServiceModel. setAddress(AddressModel value)Generated method - Setter ofPointOfService.addressattribute defined at extensionbasecommerce. -
Uses of AddressModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return AddressModel Modifier and Type Method Description AddressModelTestDataCreator. createAddress(java.lang.String town, java.lang.String streetName, ItemModel owner) -
Uses of AddressModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context that return AddressModel Modifier and Type Method Description AddressModelCommonReturnDocumentContext. getAddress()protected AddressModelCommonReturnDocumentContext. getPosAddress(AbstractOrderModel order, WarehouseModel returnWarehouse)Extracts theAddressModelwhere the returned goods need to be shipped by the customerAddressModelPickSlipContext. getShippingAddress()Methods in de.hybris.platform.warehousing.labels.context with parameters of type AddressModel Modifier and Type Method Description voidCommonReturnDocumentContext. setAddress(AddressModel address) -
Uses of AddressModel in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement with parameters of type AddressModel Modifier and Type Method Description protected ConsignmentModelOrderManagementOrderCancelPartialTest. createConsignmentModel(java.lang.String code, AddressModel deliveryAddress, WarehouseModel warehouse, ConsignmentStatus status) -
Uses of AddressModel in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type AddressModel Modifier and Type Method Description OrderModelOrderBuilder. build(AddressModel address, CurrencyModel currency, ProductService productService, java.util.Map<java.lang.String,java.lang.Long> productInfo)OrderModelOrderBuilder. build(AddressModel address, CurrencyModel currency, ProductService productService, java.util.Map<java.lang.String,java.lang.Long> productInfo, PointOfServiceModel pointOfServiceModel, DeliveryModeModel deliveryModeModel) -
Uses of AddressModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return AddressModel Modifier and Type Method Description AddressModelAddressModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type AddressModel Modifier and Type Method Description static AddressModelBuilderAddressModelBuilder. fromModel(AddressModel model)PointOfServiceModelBuilderPointOfServiceModelBuilder. withAddress(AddressModel address)OrderModelBuilderOrderModelBuilder. withDeliveryAddress(AddressModel deliveryAddress)ConsignmentModelBuilderConsignmentModelBuilder. withShippingAddress(AddressModel address) -
Uses of AddressModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AddressModel Modifier and Type Method Description AddressModelAddresses. Boston()AddressModelAddresses. MontrealDeMaisonneuvePos()AddressModelAddresses. MontrealDukePos()AddressModelAddresses. MontrealNancyHome()protected AddressModelAddresses. ShippingAddress() -
Uses of AddressModel in de.hybris.platform.warehousingfacades.pointofservice.impl
Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressData,AddressModel>DefaultWarehousingPointOfServiceFacade. getAddressReverseConverter()Method parameters in de.hybris.platform.warehousingfacades.pointofservice.impl with type arguments of type AddressModel Modifier and Type Method Description voidDefaultWarehousingPointOfServiceFacade. setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter) -
Uses of AddressModel in de.hybris.platform.yacceleratorfulfilmentprocess.test
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.test with parameters of type AddressModel Modifier and Type Method Description protected OrderModelAbstractProcessDemoTest. createOrder(AddressModel paymentAddress, java.lang.String email) -
Uses of AddressModel in de.hybris.platform.yacceleratorordermanagement.actions.order
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>GeocodeShippingAddressAction. getAddressConverter()Method parameters in de.hybris.platform.yacceleratorordermanagement.actions.order with type arguments of type AddressModel Modifier and Type Method Description voidGeocodeShippingAddressAction. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in de.hybris.platform.yacceleratorordermanagement.converters
Methods in de.hybris.platform.yacceleratorordermanagement.converters with parameters of type AddressModel Modifier and Type Method Description voidAddressPopulator. populate(AddressModel source, AddressData target) -
Uses of AddressModel in de.hybris.platform.ycommercewebservices.customer.populator
Methods in de.hybris.platform.ycommercewebservices.customer.populator that return types with arguments of type AddressModel Modifier and Type Method Description protected Converter<AddressModel,AddressData>ExtendedCustomerPopulator. getAddressConverter()Method parameters in de.hybris.platform.ycommercewebservices.customer.populator with type arguments of type AddressModel Modifier and Type Method Description voidExtendedCustomerPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressModel in ywebservicespackage.populators
Methods in ywebservicespackage.populators that return types with arguments of type AddressModel Modifier and Type Method Description Converter<AddressModel,AddressData>SampleUserPopulator. getAddressConverter()Methods in ywebservicespackage.populators with parameters of type AddressModel Modifier and Type Method Description protected java.lang.StringSampleAddressPopulator. getFormattedAddress(AddressModel source)voidSampleAddressPopulator. populate(AddressModel source, AddressData target)Method parameters in ywebservicespackage.populators with type arguments of type AddressModel Modifier and Type Method Description voidSampleUserPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
-