| Modifier and Type | Method and Description |
|---|---|
java.util.List<AddressWsDTO> |
B2BUnitWsDTO.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitWsDTO.setAddresses(java.util.List<AddressWsDTO> addresses) |
| Modifier and Type | Method and Description |
|---|---|
AddressWsDTO |
PaymentDetailsWsDTO.getBillingAddress() |
AddressWsDTO |
AbstractOrderWsDTO.getDeliveryAddress() |
AddressWsDTO |
DeliveryOrderEntryGroupWsDTO.getDeliveryAddress() |
AddressWsDTO |
OrderWsDTO.getPaymentAddress() |
AddressWsDTO |
ConsignmentWsDTO.getShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentDetailsWsDTO.setBillingAddress(AddressWsDTO billingAddress) |
void |
AbstractOrderWsDTO.setDeliveryAddress(AddressWsDTO deliveryAddress) |
void |
DeliveryOrderEntryGroupWsDTO.setDeliveryAddress(AddressWsDTO deliveryAddress) |
void |
OrderWsDTO.setPaymentAddress(AddressWsDTO paymentAddress) |
void |
ConsignmentWsDTO.setShippingAddress(AddressWsDTO shippingAddress) |
| Modifier and Type | Method and Description |
|---|---|
AddressWsDTO |
PointOfServiceWsDTO.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceWsDTO.setAddress(AddressWsDTO address) |
| Modifier and Type | Method and Description |
|---|---|
AddressWsDTO |
UserWsDTO.getDefaultAddress() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AddressWsDTO> |
AddressListWsDTO.getAddresses() |
java.util.List<AddressWsDTO> |
AddressValidationWsDTO.getSuggestedAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserWsDTO.setDefaultAddress(AddressWsDTO defaultAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressListWsDTO.setAddresses(java.util.List<AddressWsDTO> addresses) |
void |
AddressValidationWsDTO.setSuggestedAddresses(java.util.List<AddressWsDTO> suggestedAddresses) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressWsDTO |
OrderControllerIntegrationTest.buildAddressWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
AddressWsDTO |
OrderRequestWsDTO.getDeliveryAddress() |
AddressWsDTO |
OrderRequestWsDTO.getPaymentAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderRequestWsDTO.setDeliveryAddress(AddressWsDTO deliveryAddress) |
void |
OrderRequestWsDTO.setPaymentAddress(AddressWsDTO paymentAddress) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceWsDTO |
WarehousingPointOfServicesController.updatePointOfServiceWithAddress(AddressWsDTO address,
java.lang.String pointOfServiceName,
java.lang.String fields)
Request to update a
PointOfServiceModel in the system
Make sure to pass a valid WarehouseCode to update the Point Of Service with |
| Modifier and Type | Method and Description |
|---|---|
protected AddressWsDTO |
BaseWarehousingWebservicesIntegrationTest.createUsAddress()
Creates a US address.
|
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceWsDTO |
BaseWarehousingWebservicesIntegrationTest.putUpdatePointOfServiceAddress(java.lang.String pointOfService,
AddressWsDTO addressWsDTO) |
| Modifier and Type | Method and Description |
|---|---|
AddressWsDTO |
AddressController.createAddress(HttpServletRequest request,
java.lang.String fields) |
AddressWsDTO |
CartsController.createAndSetAddress(HttpServletRequest request,
java.lang.String fields) |
AddressWsDTO |
AddressController.getAddress(java.lang.String addressId,
java.lang.String fields) |
Copyright © 2018 SAP SE. All Rights Reserved.