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 void
AddressPopulator. populate(AddressModel addressModel, Address address)
protected void
AddressPopulator. setStreetNameAndNumber(AddressModel addressModel, Address address)
Method parameters in com.hybris.yprofile.populators with type arguments of type AddressModel Modifier and Type Method Description protected Address
UserEventPopulator. convertAddress(java.util.Optional<AddressModel> addressModel)
void
ConsignmentEventPopulator. setProfileAddressConverter(Converter<AddressModel,Address> profileAddressConverter)
void
OrderEventPopulator. setProfileAddressConverter(Converter<AddressModel,Address> profileAddressConverter)
void
UserEventPopulator. 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 void
DefaultSapC4cAddressInterceptor. onRemove(AddressModel addressModel, InterceptorContext ctx)
void
DefaultSapC4cAddressInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)
protected boolean
DefaultSapC4cAddressInterceptor. 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 void
DefaultSapC4cAddressPopulator. 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 addressModelC4CCustomerData
SapC4cCustomerUtils. 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 boolean
DefaultSAPCustomerAddressConsistencyInterceptor. compareAddress(AddressModel source, AddressModel target)
Compares two addresses to determine is they are different based on selected fieldsprotected void
DefaultSAPCustomerAddressConsistencyInterceptor. 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 void
DefaultB2BCustomerAddressInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)
protected void
B2BCustomerExportService. 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 void
DefaultAddressInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)
protected void
CustomerExportService. prepareAddressData(AddressModel addressModel, java.util.Map<java.lang.String,java.lang.Object> target)
void
CustomerExportService. 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 AddressModel
DefaultSapCpiQuoteMapperService. 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 void
DefaultSapCpiQuoteMapperService. 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 AddressModel
DefaultSapCpiQuoteMapperService. 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 void
DefaultSapRevenueCloudAddressValidateInterceptor. onValidate(AddressModel addressModel, InterceptorContext ctx)
protected boolean
DefaultSapRevenueCloudAddressValidateInterceptor. 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 void
DefaultSapRevenueCloudAddressPopulator. 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 SAPCpiOutboundCustomerModel
SapRevenueCloudCustomerConversionService. 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.String
SECB2BAddressPopulator. getModelId(AddressModel customerAddressModel)
protected boolean
SECB2BAddressPopulator. 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 void
DefaultSECAddressRemoveInterceptor. 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.String
SECAddressPopulator. getModelId(AddressModel customerAddressModel)
protected boolean
SECAddressPopulator. isDefaultAddress(AddressModel customerAddressModel)
void
SECAddressPopulator. populate(AddressModel source, Address target)
protected void
SECAddressPopulator. 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 void
SapGeocodeShippingAddressAction. 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 void
SapDeliveryAddressGeocodePopulator. 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 void
AnonymousCheckoutIntegrationTest. 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 class
DefaultAcceleratorCheckoutFacadeTest.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 AddressModel
DefaultPaymentFacade. 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 PaymentData
PaymentService. 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).PaymentData
PaymentService. 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 void
CustomerBillToDataPopulator. 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 CreditCardPaymentInfoModel
DefaultCreditCardPaymentInfoCreateStrategy. createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)
CreateSubscriptionRequest
DefaultCreateSubscriptionRequestStrategy. 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.String
DefaultCreditCardPaymentInfoCreateStrategy. 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 void
DefaultCreateSubscriptionRequestStrategy. 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 PaymentData
DefaultAcceleratorPaymentService. beginHopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)
PaymentData
DefaultAcceleratorPaymentService. 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 CreditCardPaymentInfoModel
CreditCardPaymentInfoCreateStrategy. createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)
CreateSubscriptionRequest
CreateSubscriptionRequestStrategy. 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 void
ChineseAddressPopulatorTest. initializeCommonData(CityModel cityModel, DistrictModel districtModel, AddressModel addressModel, java.util.Locale locale)
void
ChineseAddressPopulator. populate(AddressModel source, AddressData target)
void
ChineseAddressReversePopulator. populate(AddressData addressData, AddressModel addressModel)
protected void
ChineseAddressPopulator. populateCity(AddressModel source, AddressData target)
protected void
ChineseAddressReversePopulator. populateCity(AddressData addressData, AddressModel addressModel)
protected void
ChineseAddressReversePopulator. populateCityDistrict(AddressData addressData, AddressModel addressModel)
protected void
ChineseAddressPopulator. populateDistrict(AddressModel source, AddressData target)
protected void
ChineseAddressReversePopulator. 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 void
ChineseAddressReversePopulator. setCityForAddressModel(AddressModel addressModel, java.lang.String cityCode)
protected void
ChineseAddressReversePopulator. 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 void
ChineseAddressPrepareInterceptor. 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.String
AddressLabelProvider. getIconPath(AddressModel item)
protected java.lang.String
AddressLabelProvider. getIconPath(AddressModel item, java.lang.String languageIso)
protected java.lang.String
AddressLabelProvider. getItemDescription(AddressModel item)
protected java.lang.String
AddressLabelProvider. getItemDescription(AddressModel item, java.lang.String languageIso)
protected java.lang.String
AddressLabelProvider. getItemLabel(AddressModel item)
protected java.lang.String
AddressLabelProvider. 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 void
CustomersListCustomerPopulator. 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 void
CustomerOverviewDataPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
CustomerProfileDataPopulator. 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.String
StoreLocationsProvider. prepareAddressData(AddressModel address)
Method parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type AddressModel Modifier and Type Method Description void
HeadingDataProvider. 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 AddressModel
AbstractAuditTest. address1
protected AddressModel
AbstractAuditTest. address2
protected AddressModel
AbstractAuditTest. 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 AddressModel
DefaultAuditViewReportStateTest. 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 AddressModel
B2BCommerceUnitService. getAddressForCode(B2BUnitModel unit, java.lang.String id)
Gets aAddressModel
object for a given unitMethods in de.hybris.platform.b2b.company with parameters of type AddressModel Modifier and Type Method Description void
B2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)
Save updatedAddressModel
object to a unitvoid
B2BCommerceUnitService. 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 AddressModel
DefaultB2BCommerceUnitService. 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 void
DefaultB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)
void
DefaultB2BCommerceUnitService. 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 AddressModel
OrderInfoContextDto. getDeliveryAddress()
AddressModel
OrderInfoContextDto. getPaymentAddress()
Methods in de.hybris.platform.b2b.mail.impl with parameters of type AddressModel Modifier and Type Method Description void
OrderInfoContextDto. setDeliveryAddress(AddressModel deliveryAddress)
void
OrderInfoContextDto. 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 void
DefaultAddressModelPopulator. 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 void
DefaultOrderRequestCartPopulator. 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 OrderModel
DefaultB2BPlaceOrderStrategy. 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 AddressModel
ModelFactory. 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 AddressModel
ModelFactory. 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 void
DefaultCompanyB2BCommerceFacade. 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 void
B2BAddressPopulator. 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 void
B2BCostCenterPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
Deprecated.void
B2BUnitPopulator. 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 AddressModel
DefaultB2BCommerceUnitService. 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 void
DefaultB2BCommerceUnitService. editAddressEntry(B2BUnitModel unitModel, AddressModel addressModel)
Deprecated.void
DefaultB2BCommerceUnitService. 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 CartModel
B2BAcceleratorScheduleOrderService. cloneCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)
CartToOrderCronJobModel
B2BAcceleratorScheduleOrderService. 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 void
B2BCostCenterPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
B2BUnitPopulator. 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 void
DefaultB2BUnitFacade. 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.String
AddressLine1Attribute. get(AddressModel addressModel)
java.lang.String
AddressLine2Attribute. get(AddressModel addressModel)
void
AddressLine1Attribute. set(AddressModel addressModel, java.lang.String value)
void
AddressLine2Attribute. 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.String
AddressTypeQualifierAttributeHandler. get(AddressModel model)
void
AddressTypeQualifierAttributeHandler. 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 void
AbstractCompanyAddressAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)
void
CompanyBillingAddressAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)
void
CompanyContactAddressesAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)
void
CompanyShippingAddressesAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)
void
CompanyUnloadingAddressesAttributeHandler. filterOutAddresses(java.util.Collection<AddressModel> addresses)
void
AbstractCompanyAddressAttributeHandler. 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 AddressModel
CompanyModel. getBillingAddress()
Generated method - Getter of theCompany.billingAddress
attribute defined at extensioncatalog
.AddressModel
CompanyModel. getContactAddress()
Generated method - Getter of theCompany.contactAddress
attribute defined at extensioncatalog
.AddressModel
CompanyModel. getShippingAddress()
Generated method - Getter of theCompany.shippingAddress
attribute defined at extensioncatalog
.AddressModel
CompanyModel. getUnloadingAddress()
Generated method - Getter of theCompany.unloadingAddress
attribute 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.addresses
attribute defined at extensioncatalog
.java.util.Collection<AddressModel>
CompanyModel. getBillingAddresses()
Generated method - Getter of theCompany.billingAddresses
dynamic attribute defined at extensioncatalog
.java.util.Collection<AddressModel>
CompanyModel. getContactAddresses()
Generated method - Getter of theCompany.contactAddresses
dynamic attribute defined at extensioncatalog
.java.util.Collection<AddressModel>
CompanyModel. getShippingAddresses()
Generated method - Getter of theCompany.shippingAddresses
dynamic attribute defined at extensioncatalog
.java.util.Collection<AddressModel>
CompanyModel. getUnloadingAddresses()
Generated method - Getter of theCompany.unloadingAddresses
dynamic attribute defined at extensioncatalog
.Methods in de.hybris.platform.catalog.model with parameters of type AddressModel Modifier and Type Method Description void
CompanyModel. setBillingAddress(AddressModel value)
Generated method - Setter ofCompany.billingAddress
attribute defined at extensioncatalog
.void
CompanyModel. setContactAddress(AddressModel value)
Generated method - Setter ofCompany.contactAddress
attribute defined at extensioncatalog
.void
CompanyModel. setShippingAddress(AddressModel value)
Generated method - Setter ofCompany.shippingAddress
attribute defined at extensioncatalog
.void
CompanyModel. setUnloadingAddress(AddressModel value)
Generated method - Setter ofCompany.unloadingAddress
attribute defined at extensioncatalog
.Method parameters in de.hybris.platform.catalog.model with type arguments of type AddressModel Modifier and Type Method Description void
CompanyModel. setAddresses(java.util.Collection<AddressModel> value)
Generated method - Setter ofCompany.addresses
attribute 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 void
DefaultCisSapDigitalPaymentFacade. setPaymentAddressConverter(Converter<AddressModel,AddressData> paymentAddressConverter)
void
DefaultCisSapDigitalPaymentFacade. 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 PaymentTransactionEntryModel
SapDigitalPaymentService. 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 PaymentTransactionEntryModel
DefaultSapDigitalPaymentService. 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 void
DefaultSapDigitalPaymentService. 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 void
SingleLineAddressFormatPopulator. 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 void
DefaultAddressVerificationFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
DefaultAddressVerificationFacade. 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 class
DefaultCustomerFacadeTest.MockAddressModel
Methods 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 void
DefaultCustomerFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
DefaultCustomerFacade. 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 void
AbstractOrderPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
ConsignmentPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
CreditCardPaymentInfoPopulator. 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 class
DefaultCheckoutFacadeTest.MockAddressModel
Methods in de.hybris.platform.commercefacades.order.impl that return AddressModel Modifier and Type Method Description protected AddressModel
DefaultCheckoutFacade. createDeliveryAddressModel(AddressData addressData, CartModel cartModel)
protected AddressModel
DefaultCheckoutFacade. 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 void
DefaultCheckoutFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
DefaultCheckoutFacade. 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 void
PointOfServicePopulator. 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 void
AddressPopulator. populate(AddressModel source, AddressData target)
void
AddressReversePopulator. populate(AddressData addressData, AddressModel addressModel)
protected void
AddressPopulator. populateAddressFields(AddressModel source, AddressData target)
protected void
AddressPopulator. populateBasicFields(AddressModel source, AddressData target)
protected void
AddressPopulator. populateCountryAndFormattedAddress(AddressModel source, AddressData target)
protected void
AddressPopulator. 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 void
AddressPopulator. setAddressFormatConverterMap(java.util.Map<java.lang.String,Converter<AddressModel,java.lang.StringBuilder>> addressFormatConverterMap)
void
AddressPopulator. 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 class
DefaultUserFacadeTest.MockAddressModel
Methods 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 void
DefaultUserFacade. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
void
DefaultUserFacade. 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 void
AddressVerificationResultData. 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 void
MockAddressVerificationService. 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 AddressModel
CustomerAccountService. getAddressForCode(CustomerModel customerModel, java.lang.String code)
Get a customer address given its codeAddressModel
CustomerAccountService. 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 void
CustomerAccountService. deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel)
Delete address entry.void
CustomerAccountService. saveAddressEntry(CustomerModel customerModel, AddressModel addressModel)
Save address entry.void
CustomerAccountService. 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 class
DefaultCustomerAccountServiceTest.MockAddressModel
Methods in de.hybris.platform.commerceservices.customer.impl that return AddressModel Modifier and Type Method Description AddressModel
DefaultCustomerAccountService. getAddressForCode(CustomerModel customerModel, java.lang.String code)
AddressModel
DefaultCustomerAccountService. 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 void
DefaultCustomerAccountService. deleteAddressEntry(CustomerModel customerModel, AddressModel addressModel)
void
DefaultCustomerAccountService. saveAddressEntry(CustomerModel customerModel, AddressModel addressModel)
void
DefaultCustomerAccountService. 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 AddressModel
DeliveryFromAddressStrategy. 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 AddressModel
DefaultDeliveryFromAddressStrategy. getDeliveryFromAddressForOrder(AbstractOrderModel model)
protected AddressModel
DefaultDeliveryFromAddressStrategy. 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 boolean
CommerceCheckoutService. setDeliveryAddress(CartModel cartModel, AddressModel addressModel)
Deprecated.Since 5.2.boolean
CommerceCheckoutService. 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 boolean
DefaultCommerceDeliveryAddressStrategy. isValidDeliveryAddress(CartModel cartModel, AddressModel addressModel)
boolean
DefaultCommerceCheckoutService. setDeliveryAddress(CartModel cartModel, AddressModel addressModel)
Deprecated.Since 5.2.boolean
DefaultCommerceCheckoutService. 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 AddressModel
CommerceCheckoutParameter. getAddress()
Methods in de.hybris.platform.commerceservices.service.data with parameters of type AddressModel Modifier and Type Method Description void
CommerceCheckoutParameter. 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 AddressModel
AbstractOrderEntryModel. getDeliveryAddress()
Generated method - Getter of theAbstractOrderEntry.deliveryAddress
attribute defined at extensionbasecommerce
.AddressModel
AbstractOrderModel. getDeliveryAddress()
Generated method - Getter of theAbstractOrder.deliveryAddress
attribute defined at extensioncore
.AddressModel
AbstractOrderModel. getDeliveryFromAddress()
Generated method - Getter of theAbstractOrder.deliveryFromAddress
attribute defined at extensionondemandcommon
.AddressModel
AbstractOrderModel. getPaymentAddress()
Generated method - Getter of theAbstractOrder.paymentAddress
attribute defined at extensioncore
.Methods in de.hybris.platform.core.model.order with parameters of type AddressModel Modifier and Type Method Description void
AbstractOrderEntryModel. setDeliveryAddress(AddressModel value)
Generated method - Setter ofAbstractOrderEntry.deliveryAddress
attribute defined at extensionbasecommerce
.void
AbstractOrderModel. setDeliveryAddress(AddressModel value)
Generated method - Setter ofAbstractOrder.deliveryAddress
attribute defined at extensioncore
.void
AbstractOrderModel. setDeliveryFromAddress(AddressModel value)
Generated method - Setter ofAbstractOrder.deliveryFromAddress
attribute defined at extensionondemandcommon
.void
AbstractOrderModel. setPaymentAddress(AddressModel value)
Generated method - Setter ofAbstractOrder.paymentAddress
attribute 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 AddressModel
PaymentInfoModel. getBillingAddress()
Generated method - Getter of thePaymentInfo.billingAddress
attribute defined at extensionpayment
.Methods in de.hybris.platform.core.model.order.payment with parameters of type AddressModel Modifier and Type Method Description void
PaymentInfoModel. setBillingAddress(AddressModel value)
Generated method - Setter ofPaymentInfo.billingAddress
attribute 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 AddressModel
UserModel. getDefaultPaymentAddress()
Generated method - Getter of theUser.defaultPaymentAddress
attribute defined at extensioncore
.AddressModel
UserModel. getDefaultShipmentAddress()
Generated method - Getter of theUser.defaultShipmentAddress
attribute defined at extensioncore
.AddressModel
AddressModel. getOriginal()
Generated method - Getter of theAddress.original
attribute 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.addresses
attribute defined at extensioncore
.Methods in de.hybris.platform.core.model.user with parameters of type AddressModel Modifier and Type Method Description void
UserModel. setDefaultPaymentAddress(AddressModel value)
Generated method - Setter ofUser.defaultPaymentAddress
attribute defined at extensioncore
.void
UserModel. setDefaultShipmentAddress(AddressModel value)
Generated method - Setter ofUser.defaultShipmentAddress
attribute defined at extensioncore
.void
AddressModel. setOriginal(AddressModel value)
Generated method - Initial setter ofAddress.original
attribute defined at extensioncore
.Method parameters in de.hybris.platform.core.model.user with type arguments of type AddressModel Modifier and Type Method Description void
UserModel. setAddresses(java.util.Collection<AddressModel> value)
Generated method - Setter ofUser.addresses
attribute 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 AddressModel
CsCreateCustomerForm. getAddress()
Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type AddressModel Modifier and Type Method Description void
CsCreateCustomerForm. 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.String
AddressLabelProvider. getDescription(AddressModel address)
java.lang.String
AddressLabelProvider. getIconPath(AddressModel address)
java.lang.String
AddressLabelProvider. 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 AddressModel
DefaultCsFormInitialsFactory. getLastSavedAddress()
protected AddressModel
CreateAddressWizardHandler. populateAddress(CsCreateAddressForm form)
Methods in de.hybris.platform.customersupportbackoffice.widgets with parameters of type AddressModel Modifier and Type Method Description void
DefaultCsFormInitialsFactory. 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 boolean
BlackListSymptom. isUsersCurrentAddress(AddressModel address)
protected boolean
DifferentAddressesSymptom. verifyAddresses(AddressModel shipping, AddressModel delivery)
protected boolean
DifferentAddressesSymptom. 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.String
CisAvsAddressPopulator. getRegionIsoCode(AddressModel source)
void
CisAvsAddressMatchingPopulator. populate(AddressModel source, AddressVerificationResultData<AddressVerificationDecision,AddressFieldErrorData<AddressFieldType,AddressErrorCode>> target)
void
CisAvsAddressPopulator. populate(AddressModel source, CisAddress target)
void
CisAvsReverseAddressPopulator. 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 void
CisAddressVerificationResultPopulator. setCisAvsReverseAddressesConverter(Converter<java.util.List<CisAddress>,java.util.List<AddressModel>> cisAvsReverseAddressesConverter)
void
CisAvsReverseAddressesPopulator. 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 void
DefaultCisAddressVerificationService. setCisAvsAddressConverter(Converter<AddressModel,CisAddress> cisAvsAddressConverter)
void
DefaultCisAddressVerificationService. 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 boolean
CheckVerificationRequiredStrategy. 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 boolean
CountryPropertyCheckVerificationRequiredStrategy. 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 PaymentForm
PaymentController. 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 void
CisAddressPopulator. 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 void
DefaultCisTaxCalculationService. 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 AddressModel
CisCalculateExternalTaxesStrategyIntegrationTest. 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 void
DefaultCisCartHashCalculationStrategy. appendDeliveryAddress(AddressModel address, java.lang.StringBuilder stringBuilder)
Appends the givenStringBuilder
with the givenAddressModel
Method parameters in de.hybris.platform.integration.cis.tax.strategies.impl with type arguments of type AddressModel Modifier and Type Method Description void
DefaultCisShippingAddressStrategy. 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 AddressModel
OndemandDeliveryAddressStrategy. 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 class
DefaultOndemandDeliveryAddressStrategyTest.MockAddressModel
Methods in de.hybris.platform.integration.commons.strategies.impl that return AddressModel Modifier and Type Method Description AddressModel
DefaultOndemandDeliveryAddressStrategy. 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 OrderModel
OrderService. 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 OrderModel
DefaultOrderService. 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 OrderModel
PlaceOrderStrategy. 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 OrderModel
DefaultPlaceOrderStrategy. 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 AddressModel
OrderPartOfMembersCloningStrategy. 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 boolean
OrderPartOfMembersCloningStrategy. addressNeedsCloning(AddressModel address, OrderModel order)
Checks according to business strategies whether given address needs to be cloned as a part of order's contract.AddressModel
OrderPartOfMembersCloningStrategy. 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 AddressModel
DefaultOrderPartOfMembersCloningStrategy. cloneAddressForOrder(AddressModel address, OrderModel order)
Methods in de.hybris.platform.order.strategies.ordercloning.impl with parameters of type AddressModel Modifier and Type Method Description boolean
DefaultOrderPartOfMembersCloningStrategy. addressNeedsCloning(AddressModel address, OrderModel order)
AddressModel
DefaultOrderPartOfMembersCloningStrategy. 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 AddressModel
OrderRequestReversePopulator. addCommonAddress(AddressData source)
Converts common attribute forAddressData
Methods 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 void
OrderRequestReversePopulator. 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 void
PaymentTransactionReversePopulator. 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 OrderModel
OrderUtility. createOrderFromCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)
Creates the order from cart.CartToOrderCronJobModel
ScheduleOrderService. 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 OrderModel
DefaultOrderUtilityImpl. createOrderFromCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)
CartToOrderCronJobModel
DefaultScheduleOrderServiceImpl. 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 AddressModel
CartToOrderCronJobModel. getDeliveryAddress()
Generated method - Getter of theCartToOrderCronJob.deliveryAddress
attribute defined at extensionbasecommerce
.AddressModel
CartToOrderCronJobModel. getPaymentAddress()
Generated method - Getter of theCartToOrderCronJob.paymentAddress
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.orderscheduling.model with parameters of type AddressModel Modifier and Type Method Description void
CartToOrderCronJobModel. setDeliveryAddress(AddressModel value)
Generated method - Setter ofCartToOrderCronJob.deliveryAddress
attribute defined at extensionbasecommerce
.void
CartToOrderCronJobModel. setPaymentAddress(AddressModel value)
Generated method - Setter ofCartToOrderCronJob.paymentAddress
attribute 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 AddressModel
ConsignmentModel. getShippingAddress()
Generated method - Getter of theConsignment.shippingAddress
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.ordersplitting.model with parameters of type AddressModel Modifier and Type Method Description void
ConsignmentModel. setShippingAddress(AddressModel value)
Generated method - Initial setter ofConsignment.shippingAddress
attribute 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 PaymentTransactionEntryModel
PaymentService. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)
authorize paymentPaymentTransactionEntryModel
PaymentService. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)
authorize paymentPaymentTransactionEntryModel
PaymentService. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID, java.lang.String paymentProvider)
authorize paymentPaymentTransactionEntryModel
PaymentService. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)
authorize paymentPaymentTransactionEntryModel
PaymentService. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)
authorize paymentPaymentTransactionEntryModel
PaymentService. 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 paymentNewSubscription
PaymentService. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)
Creates a subscription at the payment provider side and stores sensitive data there.NewSubscription
PaymentService. 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.PaymentTransactionEntryModel
PaymentService. 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 PaymentTransactionEntryModel
PaymentService. 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)PaymentTransactionEntryModel
PaymentService. 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 PaymentTransactionEntryModel
DefaultPaymentServiceImpl. 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.CODE
code generation process, which represents the main benefit of this method.PaymentTransactionEntryModel
DefaultPaymentServiceImpl. authorize(PaymentTransactionModel transaction, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, java.lang.String subscriptionID)
PaymentTransactionEntryModel
DefaultPaymentServiceImpl. 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.CODE
code generation process, which represents the main benefit of this method.PaymentTransactionEntryModel
DefaultPaymentServiceImpl. authorize(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)
PaymentTransactionEntryModel
DefaultPaymentServiceImpl. 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)
PaymentTransactionEntryModel
DefaultPaymentServiceImpl. 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 BillingInfo
DefaultPaymentServiceImpl. createBillingInfo(AddressModel address)
address DTO 2 address DTOprotected BillingInfo
DefaultPaymentServiceImpl. createBillingInfo(AddressModel deliveryAddress, AddressModel paymentAddress, CardInfo card)
creates the billing info based on the assigned delivery address instance.NewSubscription
DefaultPaymentServiceImpl. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)
NewSubscription
DefaultPaymentServiceImpl. createSubscription(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)
PaymentTransactionEntryModel
DefaultPaymentServiceImpl. refundStandalone(java.lang.String merchantTransactionCode, java.math.BigDecimal amount, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)
PaymentTransactionEntryModel
DefaultPaymentServiceImpl. 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)
PaymentTransactionEntryModel
DefaultPaymentServiceImpl. 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.String
AddressLabelProvider. getDescription(AddressModel address)
java.lang.String
AddressLabelProvider. getIconPath(AddressModel address)
java.lang.String
AddressLabelProvider. 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 AddressModel
AgentDesktopAddressConversionService. convertAddressForCEC(AddressModel addressModel)
Methods in de.hybris.platform.sap.agentdesktopdataexchange.service.impl with parameters of type AddressModel Modifier and Type Method Description AddressModel
AgentDesktopAddressConversionService. convertAddressForCEC(AddressModel addressModel)
SAPCpiOutboundCustomerModel
AgentDesktopCustomerConversionService. convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)
protected java.lang.String
AgentDesktopAddressConversionService. getCustomerUid(AddressModel customerAddressModel)
protected java.lang.String
AgentDesktopAddressConversionService. getModelId(AddressModel customerAddressModel)
protected boolean
AgentDesktopAddressConversionService. 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 void
Agentdesktopdataexchangeb2bUnitAddressModelRemoveInterceptor. 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 AddressModel
AgentDesktopB2BUnitAddressConversionService. convertB2bUnitForCEC(AddressModel addressModel)
Methods in de.hybris.platform.sap.agentdesktopdataexchangeb2b.service.impl with parameters of type AddressModel Modifier and Type Method Description AddressModel
AgentDesktopB2BUnitAddressConversionService. convertB2bUnitForCEC(AddressModel addressModel)
protected java.lang.String
AgentDesktopB2BUnitAddressConversionService. getCustomerUid(AddressModel customerAddressModel)
protected java.lang.String
AgentDesktopB2BUnitAddressConversionService. 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 AddressModel
DefaultQuotePartnerContributor. 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 AddressModel
DefaultB2BPartnerContributor. 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 void
DefaultB2BPartnerContributor. 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 SAPCpiOutboundCustomerModel
SapCpiCustomerConversionService. 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 SAPCpiOutboundCustomerModel
SapCpiCustomerDefaultConversionService. convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)
void
SapCpiCustomerOutboundService. 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 void
SapOrdermgmtB2BCheckoutFacade. 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 AddressModel
DefaultSAPPartnerService. 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 void
DefaultAbstractOrderPopulator. 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 AddressModel
SapPartnerService. 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 void
SapGeocodeShippingAddressAction. 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 void
SapDeliveryAddressGeocodePopulator. 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 AddressModel
DefaultImportServiceIntegrationTest. 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 void
AddressPrepareInterceptor. 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 AddressModel
AddressService. cloneAddress(AddressModel address)
Clones an address and sets a link on the new address to the original address.AddressModel
AddressService. 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.AddressModel
AddressService. createAddressForOwner(ItemModel owner)
Creates a new, not persistedAddressModel
for the given owner.AddressModel
AddressService. createAddressForUser(UserModel user)
Creates a new, not persistedAddressModel
for 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 aCollection
ofaddresses
for the given owner e.g.Methods in de.hybris.platform.servicelayer.user with parameters of type AddressModel Modifier and Type Method Description AddressModel
AddressService. cloneAddress(AddressModel address)
Clones an address and sets a link on the new address to the original address.AddressModel
AddressService. 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 AddressModel
DefaultAddressService. cloneAddress(AddressModel address)
AddressModel
DefaultAddressService. cloneAddressForOwner(AddressModel address, ItemModel owner)
AddressModel
DefaultAddressService. createAddressForOwner(ItemModel owner)
AddressModel
DefaultAddressService. 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 AddressModel
DefaultAddressService. cloneAddress(AddressModel address)
AddressModel
DefaultAddressService. 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 boolean
AddressData. 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 AddressModel
PointOfServiceModel. getAddress()
Generated method - Getter of thePointOfService.address
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.storelocator.model with parameters of type AddressModel Modifier and Type Method Description void
PointOfServiceModel. setAddress(AddressModel value)
Generated method - Setter ofPointOfService.address
attribute 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 AddressModel
TestDataCreator. 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 AddressModel
CommonReturnDocumentContext. getAddress()
protected AddressModel
CommonReturnDocumentContext. getPosAddress(AbstractOrderModel order, WarehouseModel returnWarehouse)
Extracts theAddressModel
where the returned goods need to be shipped by the customerAddressModel
PickSlipContext. getShippingAddress()
Methods in de.hybris.platform.warehousing.labels.context with parameters of type AddressModel Modifier and Type Method Description void
CommonReturnDocumentContext. 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 ConsignmentModel
OrderManagementOrderCancelPartialTest. 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 OrderModel
OrderBuilder. build(AddressModel address, CurrencyModel currency, ProductService productService, java.util.Map<java.lang.String,java.lang.Long> productInfo)
OrderModel
OrderBuilder. 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 AddressModel
AddressModelBuilder. build()
Methods in de.hybris.platform.warehousing.util.builder with parameters of type AddressModel Modifier and Type Method Description static AddressModelBuilder
AddressModelBuilder. fromModel(AddressModel model)
PointOfServiceModelBuilder
PointOfServiceModelBuilder. withAddress(AddressModel address)
OrderModelBuilder
OrderModelBuilder. withDeliveryAddress(AddressModel deliveryAddress)
ConsignmentModelBuilder
ConsignmentModelBuilder. 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 AddressModel
Addresses. Boston()
AddressModel
Addresses. MontrealDeMaisonneuvePos()
AddressModel
Addresses. MontrealDukePos()
AddressModel
Addresses. MontrealNancyHome()
protected AddressModel
Addresses. 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 void
DefaultWarehousingPointOfServiceFacade. 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 OrderModel
AbstractProcessDemoTest. 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 void
GeocodeShippingAddressAction. 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 void
AddressPopulator. 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 void
ExtendedCustomerPopulator. 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.String
SampleAddressPopulator. getFormattedAddress(AddressModel source)
void
SampleAddressPopulator. populate(AddressModel source, AddressData target)
Method parameters in ywebservicespackage.populators with type arguments of type AddressModel Modifier and Type Method Description void
SampleUserPopulator. setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
-