| Modifier and Type | Method and Description |
|---|---|
protected String |
AddressLabelProvider.getIconPath(AddressModel item) |
protected String |
AddressLabelProvider.getIconPath(AddressModel item,
String languageIso) |
protected String |
AddressLabelProvider.getItemDescription(AddressModel item) |
protected String |
AddressLabelProvider.getItemDescription(AddressModel item,
String languageIso) |
protected String |
AddressLabelProvider.getItemLabel(AddressModel item) |
protected String |
AddressLabelProvider.getItemLabel(AddressModel item,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
B2BCommerceUnitService.getAddressForCode(B2BUnitModel unit,
String id)
Gets a
AddressModel object for a given unit |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCommerceUnitService.editAddressEntry(B2BUnitModel unitModel,
AddressModel addressModel)
Save updated
AddressModel object to a unit |
void |
B2BCommerceUnitService.saveAddressEntry(B2BUnitModel unitForUid,
AddressModel addressModel)
Sets a given address for a unit
|
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
DefaultB2BCommerceUnitService.getAddressForCode(B2BUnitModel unit,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BCommerceUnitService.editAddressEntry(B2BUnitModel unitModel,
AddressModel addressModel) |
void |
DefaultB2BCommerceUnitService.saveAddressEntry(B2BUnitModel unitModel,
AddressModel addressModel) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
OrderInfoContextDto.getDeliveryAddress() |
AddressModel |
OrderInfoContextDto.getPaymentAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderInfoContextDto.setDeliveryAddress(AddressModel deliveryAddress) |
void |
OrderInfoContextDto.setPaymentAddress(AddressModel paymentAddress) |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
DefaultB2BPlaceOrderStrategy.placeOrder(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
ModelFactory.createAddressByUniqueEmail(String email,
ItemModel owner,
AddressModel addressData) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
ModelFactory.createAddressByUniqueEmail(String email,
ItemModel owner,
AddressModel addressData) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AddressModel,AddressData> |
B2BCostCenterPopulator.getAddressConverter() |
protected Converter<AddressModel,AddressData> |
B2BUnitPopulator.getAddressConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCostCenterPopulator.setAddressConverter(Converter<AddressModel,AddressData> addressConverter) |
void |
B2BUnitPopulator.setAddressConverter(Converter<AddressModel,AddressData> addressConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AddressData,AddressModel> |
DefaultB2BUnitFacade.getAddressReverseConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BUnitFacade.setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter) |
| Modifier and Type | Method and Description |
|---|---|
String |
AddressLine1Attribute.get(AddressModel addressModel) |
String |
AddressLine2Attribute.get(AddressModel addressModel) |
void |
AddressLine1Attribute.set(AddressModel addressModel,
String value) |
void |
AddressLine2Attribute.set(AddressModel addressModel,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
AbstractPropertyOperandValueProvider.getAddress(BTGUserAddressOperandMode mode,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
String |
AddressTypeQualifierAttributeHandler.get(AddressModel model) |
void |
AddressTypeQualifierAttributeHandler.set(AddressModel model,
String value) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
CompanyModel.getBillingAddress()
Generated method - Getter of the
Company.billingAddress attribute defined at extension catalog. |
AddressModel |
CompanyModel.getContactAddress()
Generated method - Getter of the
Company.contactAddress attribute defined at extension catalog. |
AddressModel |
CompanyModel.getShippingAddress()
Generated method - Getter of the
Company.shippingAddress attribute defined at extension catalog. |
AddressModel |
CompanyModel.getUnloadingAddress()
Generated method - Getter of the
Company.unloadingAddress attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
CompanyModel.getAddresses()
Generated method - Getter of the
Company.addresses attribute defined at extension catalog. |
Collection<AddressModel> |
CompanyModel.getBillingAddresses()
Generated method - Getter of the
Company.billingAddresses dynamic attribute defined at extension catalog. |
Collection<AddressModel> |
CompanyModel.getContactAddresses()
Generated method - Getter of the
Company.contactAddresses dynamic attribute defined at extension catalog. |
Collection<AddressModel> |
CompanyModel.getShippingAddresses()
Generated method - Getter of the
Company.shippingAddresses dynamic attribute defined at extension catalog. |
Collection<AddressModel> |
CompanyModel.getUnloadingAddresses()
Generated method - Getter of the
Company.unloadingAddresses dynamic attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyModel.setBillingAddress(AddressModel value)
Generated method - Setter of
Company.billingAddress attribute defined at extension catalog. |
void |
CompanyModel.setContactAddress(AddressModel value)
Generated method - Setter of
Company.contactAddress attribute defined at extension catalog. |
void |
CompanyModel.setShippingAddress(AddressModel value)
Generated method - Setter of
Company.shippingAddress attribute defined at extension catalog. |
void |
CompanyModel.setUnloadingAddress(AddressModel value)
Generated method - Setter of
Company.unloadingAddress attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyModel.setAddresses(Collection<AddressModel> value)
Generated method - Setter of
Company.addresses attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
List<AddressModel> |
AddressVerificationResultData.getSuggestedAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressVerificationResultData.setSuggestedAddresses(List<AddressModel> suggestedAddresses) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
CommerceCheckoutParameter.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCheckoutParameter.setAddress(AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
AbstractOrderEntryModel.getDeliveryAddress()
Generated method - Getter of the
AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce. |
AddressModel |
AbstractOrderModel.getDeliveryAddress()
Generated method - Getter of the
AbstractOrder.deliveryAddress attribute defined at extension core. |
AddressModel |
AbstractOrderModel.getDeliveryFromAddress()
Generated method - Getter of the
AbstractOrder.deliveryFromAddress attribute defined at extension ondemandcommon. |
AddressModel |
AbstractOrderModel.getPaymentAddress()
Generated method - Getter of the
AbstractOrder.paymentAddress attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setDeliveryAddress(AddressModel value)
Generated method - Setter of
AbstractOrderEntry.deliveryAddress attribute defined at extension basecommerce. |
void |
AbstractOrderModel.setDeliveryAddress(AddressModel value)
Generated method - Setter of
AbstractOrder.deliveryAddress attribute defined at extension core. |
void |
AbstractOrderModel.setDeliveryFromAddress(AddressModel value)
Generated method - Setter of
AbstractOrder.deliveryFromAddress attribute defined at extension ondemandcommon. |
void |
AbstractOrderModel.setPaymentAddress(AddressModel value)
Generated method - Setter of
AbstractOrder.paymentAddress attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
PaymentInfoModel.getBillingAddress()
Generated method - Getter of the
PaymentInfo.billingAddress attribute defined at extension payment. |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentInfoModel.setBillingAddress(AddressModel value)
Generated method - Setter of
PaymentInfo.billingAddress attribute defined at extension payment. |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
UserModel.getDefaultPaymentAddress()
Generated method - Getter of the
User.defaultPaymentAddress attribute defined at extension core. |
AddressModel |
UserModel.getDefaultShipmentAddress()
Generated method - Getter of the
User.defaultShipmentAddress attribute defined at extension core. |
AddressModel |
AddressModel.getOriginal()
Generated method - Getter of the
Address.original attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
UserModel.getAddresses()
Generated method - Getter of the
User.addresses attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setDefaultPaymentAddress(AddressModel value)
Generated method - Setter of
User.defaultPaymentAddress attribute defined at extension core. |
void |
UserModel.setDefaultShipmentAddress(AddressModel value)
Generated method - Setter of
User.defaultShipmentAddress attribute defined at extension core. |
void |
AddressModel.setOriginal(AddressModel value)
Generated method - Initial setter of
Address.original attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setAddresses(Collection<AddressModel> value)
Generated method - Setter of
User.addresses attribute defined at extension core. |
| Constructor and Description |
|---|
AddressModel(AddressModel _original,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
AddressResource.getAddressModel()
Convenience method which just delegates to
#getResourceValue() |
protected AddressModel |
AddressResource.readResource(String resourceId)
Gets the
AddressModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
AddressesResource.getAddressesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressResource.setAddressModel(AddressModel value)
Convenience method which just delegates to
#setResourceValue(AddressModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressesResource.setAddressesCollection(Collection<AddressModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
DefaultCsCheckoutService.getPaymentDeliveryAddress(CartModel cart) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AddressModelLabelProvider.getIconPath(AddressModel model) |
protected String |
AddressModelLabelProvider.getIconPath(AddressModel model,
String languageIso) |
protected String |
AddressModelLabelProvider.getItemDescription(AddressModel model) |
protected String |
AddressModelLabelProvider.getItemDescription(AddressModel model,
String languageIso) |
protected String |
AddressModelLabelProvider.getItemLabel(AddressModel model) |
protected String |
AddressModelLabelProvider.getItemLabel(AddressModel model,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
DefaultCsCardPaymentService.getPaymentDeliveryAddress(AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
OrderedConfigurableBrowserArea.buildFullName(AddressModel address) |
protected void |
OrderedConfigurableBrowserArea.updateUserRecordOnDefaultPaymentAddressChange(UserModel user,
AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AddressModel> |
CartPaymentAddressAdapter.getAvailableAddressesForCart(CartModel cart) |
protected abstract Collection<AddressModel> |
CartAddressAdapter.getAvailableAddressesForCart(CartModel cart) |
protected Collection<AddressModel> |
CartShippingAddressAdapter.getAvailableAddressesForCart(CartModel cart) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
CsCreateCustomerForm.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
CsCreateCustomerForm.setAddress(AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
String |
AddressLabelProvider.getDescription(AddressModel address) |
String |
AddressLabelProvider.getIconPath(AddressModel address) |
String |
AddressLabelProvider.getLabel(AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
DefaultCsFormInitialsFactory.getLastSavedAddress() |
protected AddressModel |
CreateAddressWizardHandler.populateAddress(CsCreateAddressForm form) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCsFormInitialsFactory.setLastSavedAddress(AddressModel addressModel) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
AgentModel.getEnquiry()
Generated method - Getter of the
Agent.enquiry attribute defined at extension financialservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentModel.setEnquiry(AddressModel value)
Generated method - Setter of
Agent.enquiry attribute defined at extension financialservices. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BlackListSymptom.isUsersCurrentAddress(AddressModel address) |
protected boolean |
DifferentAddressesSymptom.verifyAddresses(AddressModel shipping,
AddressModel delivery) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
OndemandDeliveryAddressStrategy.getDeliveryAddressForOrder(AbstractOrderModel orderModel) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultOndemandDeliveryAddressStrategyTest.MockAddressModel |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
DefaultOndemandDeliveryAddressStrategy.getDeliveryAddressForOrder(AbstractOrderModel orderModel) |
| Modifier and Type | Method and 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,
List<TriggerModel> trigger)
Creates the order from cart cron job.
|
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
DefaultOrderUtilityImpl.createOrderFromCart(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo) |
CartToOrderCronJobModel |
DefaultScheduleOrderServiceImpl.createOrderFromCartCronJob(CartModel cart,
AddressModel deliveryAddress,
AddressModel paymentAddress,
PaymentInfoModel paymentInfo,
List<TriggerModel> triggers) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
CartToOrderCronJobModel.getDeliveryAddress()
Generated method - Getter of the
CartToOrderCronJob.deliveryAddress attribute defined at extension basecommerce. |
AddressModel |
CartToOrderCronJobModel.getPaymentAddress()
Generated method - Getter of the
CartToOrderCronJob.paymentAddress attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
CartToOrderCronJobModel.setDeliveryAddress(AddressModel value)
Generated method - Setter of
CartToOrderCronJob.deliveryAddress attribute defined at extension basecommerce. |
void |
CartToOrderCronJobModel.setPaymentAddress(AddressModel value)
Generated method - Setter of
CartToOrderCronJob.paymentAddress attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
ConsignmentModel.getShippingAddress()
Generated method - Getter of the
Consignment.shippingAddress attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentModel.setShippingAddress(AddressModel value)
Generated method - Initial setter of
Consignment.shippingAddress attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ConsignmentModel(String _code,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentModel(String _code,
DeliveryModeModel _deliveryMode,
Date _namedDeliveryDate,
AbstractOrderModel _order,
ItemModel _owner,
SAPOrderModel _sapOrder,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentService.authorize(PaymentTransactionModel transaction,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(PaymentTransactionModel transaction,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(PaymentTransactionModel transaction,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID,
String paymentProvider)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID)
authorize payment
|
PaymentTransactionEntryModel |
PaymentService.authorize(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID,
String cv2,
String paymentProvider)
authorize payment
|
NewSubscription |
PaymentService.createSubscription(PaymentTransactionModel transaction,
AddressModel paymentAddress,
CardInfo card)
Creates a subscription at the payment provider side and stores sensitive data there.
|
NewSubscription |
PaymentService.createSubscription(String merchantTransactionCode,
String paymentProvider,
Currency currency,
AddressModel paymentAddress,
CardInfo card)
Creates a subscription at the payment provider side and stores sensitive data there.
|
PaymentTransactionEntryModel |
PaymentService.refundStandalone(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel paymentAddress,
CardInfo card)
Refund value to a card (no transaction is obligatory)
|
PaymentTransactionEntryModel |
PaymentService.updateSubscription(String merchantTransactionCode,
String subscriptionID,
String paymentProvider,
AddressModel paymentAddress,
CardInfo card)
Updates the data of the subscription at the payment provider.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(PaymentTransactionModel transaction,
BigDecimal amount,
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 the PaymentTransactionEntryModel.CODE code generation process, which represents the main benefit of this
method. |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(PaymentTransactionModel transaction,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(PaymentTransactionModel transaction,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID,
String paymentprovider)
authorize payment
note: the code of the assigned payment transaction will be used as code-basecode during the PaymentTransactionEntryModel.CODE code generation process, which represents the main benefit of this
method. |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID)
Authorize payment.
Status, transaction and request related informations are available via the related PaymentTransactionEntryModel,/Informations about the related order will be accessible via the referenced PaymentTransactionModel (see:
PaymentTransactionEntryModel.getPaymentTransaction() and
PaymentTransactionEntryModel.setPaymentTransaction(PaymentTransactionModel) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorize(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel deliveryAddress,
String subscriptionID,
String cv2,
String paymentProvider) |
protected BillingInfo |
DefaultPaymentServiceImpl.createBillingInfo(AddressModel address)
address DTO 2 address DTO
|
protected 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(String merchantTransactionCode,
String paymentProvider,
Currency currency,
AddressModel paymentAddress,
CardInfo card) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.refundStandalone(String merchantTransactionCode,
BigDecimal amount,
Currency currency,
AddressModel paymentAddress,
CardInfo card) |
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.updateSubscription(String merchantTransactionCode,
String subscriptionID,
String paymentProvider,
AddressModel paymentAddress,
CardInfo card) |
| Modifier and Type | Method and Description |
|---|---|
String |
AddressLabelProvider.getDescription(AddressModel address) |
String |
AddressLabelProvider.getIconPath(AddressModel address) |
String |
AddressLabelProvider.getLabel(AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
DefaultImportServiceIntegrationTest.findAddressByFirstNameAndLastName(String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressPrepareInterceptor.onPrepare(AddressModel model,
InterceptorContext ctx) |
| Modifier and Type | Method and 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 persisted
AddressModel for the given owner. |
AddressModel |
AddressService.createAddressForUser(UserModel user)
Creates a new, not persisted
AddressModel for the given user. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
AddressService.getAddressesForOwner(ItemModel owner)
Gets a
Collection of addresses for the given owner e.g. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
AddressDao.findAddressesForOwner(ItemModel owner)
Finds all addresses for the given owner.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
DefaultAddressDao.findAddressesForOwner(ItemModel owner) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
DefaultAddressService.cloneAddress(AddressModel address) |
AddressModel |
DefaultAddressService.cloneAddressForOwner(AddressModel address,
ItemModel owner) |
AddressModel |
DefaultAddressService.createAddressForOwner(ItemModel owner) |
AddressModel |
DefaultAddressService.createAddressForUser(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AddressModel> |
DefaultAddressService.getAddressesForOwner(ItemModel owner) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
DefaultAddressService.cloneAddress(AddressModel address) |
AddressModel |
DefaultAddressService.cloneAddressForOwner(AddressModel address,
ItemModel owner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddressData.addressEquals(AddressModel addressModel)
Determines if this address is equivalent to the one given as model argument
|
| Constructor and Description |
|---|
AddressData(AddressModel addressModel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
PointOfServiceModel.getAddress()
Generated method - Getter of the
PointOfService.address attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceModel.setAddress(AddressModel value)
Generated method - Setter of
PointOfService.address attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
CommonReturnDocumentContext.getAddress() |
protected AddressModel |
CommonReturnDocumentContext.getPosAddress(AbstractOrderModel order,
WarehouseModel returnWarehouse)
Extracts the
AddressModel where the goods need to be shipped by the customer |
protected AddressModel |
ReturnShippingLabelContext.getPoSAddress(ReturnRequestModel returnRequestModel)
Extracts the
AddressModel where the goods need to be shipped by the customer |
AddressModel |
ReturnShippingLabelContext.getReturnAddress()
Returns the shipping
AddressModel to render velocity template |
AddressModel |
PickSlipContext.getShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonReturnDocumentContext.setAddress(AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentModel |
OrderManagementOrderCancelPartialTest.createConsignmentModel(String code,
AddressModel deliveryAddress,
WarehouseModel warehouse,
ConsignmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
OrderBuilder.build(AddressModel address,
CurrencyModel currency,
ProductService productService,
Map<String,Long> productInfo) |
OrderModel |
OrderBuilder.build(AddressModel address,
CurrencyModel currency,
ProductService productService,
Map<String,Long> productInfo,
PointOfServiceModel pointOfServiceModel,
DeliveryModeModel deliveryModeModel) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
AddressModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static AddressModelBuilder |
AddressModelBuilder.fromModel(AddressModel model) |
PointOfServiceModelBuilder |
PointOfServiceModelBuilder.withAddress(AddressModel address) |
OrderModelBuilder |
OrderModelBuilder.withDeliveryAddress(AddressModel deliveryAddress) |
ConsignmentModelBuilder |
ConsignmentModelBuilder.withShippingAddress(AddressModel address) |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
Addresses.Boston() |
AddressModel |
Addresses.MontrealDeMaisonneuvePos() |
AddressModel |
Addresses.MontrealDukePos() |
AddressModel |
Addresses.MontrealNancyHome() |
protected AddressModel |
Addresses.ShippingAddress() |
Copyright © 2017 SAP SE. All Rights Reserved.