| Modifier and Type | Method and Description |
|---|---|
PointOfServiceWsDTO |
BaseStoreWsDTO.getDefaultDeliveryOrigin() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceWsDTO> |
BaseStoreWsDTO.getPointsOfService() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreWsDTO.setDefaultDeliveryOrigin(PointOfServiceWsDTO defaultDeliveryOrigin) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreWsDTO.setPointsOfService(java.util.List<PointOfServiceWsDTO> pointsOfService) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceWsDTO |
PickupOrderEntryGroupWsDTO.getDeliveryPointOfService() |
PointOfServiceWsDTO |
OrderEntryWsDTO.getDeliveryPointOfService() |
PointOfServiceWsDTO |
ConsignmentWsDTO.getDeliveryPointOfService() |
| Modifier and Type | Method and Description |
|---|---|
void |
PickupOrderEntryGroupWsDTO.setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) |
void |
OrderEntryWsDTO.setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) |
void |
ConsignmentWsDTO.setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointOfServiceStockWsDTO |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PointOfServiceWsDTO> |
PointOfServiceListWsDTO.getPointOfServices() |
java.util.List<PointOfServiceWsDTO> |
StoreFinderSearchPageWsDTO.getStores() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceListWsDTO.setPointOfServices(java.util.List<PointOfServiceWsDTO> pointOfServices) |
void |
StoreFinderSearchPageWsDTO.setStores(java.util.List<PointOfServiceWsDTO> stores) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceWsDTO |
WarehousingPointOfServicesController.deleteWarehousesFromPointOfService(java.lang.String pointOfServiceName,
java.lang.String warehouseCode,
java.lang.String fields)
Request to delete warehouses from
PointOfServiceModel. |
PointOfServiceWsDTO |
WarehousingPointOfServicesController.getPointOfServiceByName(java.lang.String name,
java.lang.String fields)
Request to get a point of service by name
|
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 |
PointOfServiceWsDTO |
WarehousingPointOfServicesController.updatePointOfServiceWithWarehouses(WarehouseCodesWsDto warehouseCodes,
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 |
|---|---|
java.util.List<PointOfServiceWsDTO> |
PointOfServiceSearchPageWsDTO.getPointsOfService() |
java.util.List<PointOfServiceWsDTO> |
WarehouseWsDto.getPointsOfServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceSearchPageWsDTO.setPointsOfService(java.util.List<PointOfServiceWsDTO> pointsOfService) |
void |
WarehouseWsDto.setPointsOfServices(java.util.List<PointOfServiceWsDTO> pointsOfServices) |
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceWsDTO |
BaseWarehousingWebservicesIntegrationTest.getPointOfServiceByDefault(java.lang.String name) |
protected PointOfServiceWsDTO |
BaseWarehousingWebservicesIntegrationTest.postUpdatePointOfServiceWarehouses(java.lang.String name,
WarehouseCodesWsDto warehouseCodesWsDTO) |
protected PointOfServiceWsDTO |
BaseWarehousingWebservicesIntegrationTest.putUpdatePointOfServiceAddress(java.lang.String pointOfService,
AddressWsDTO addressWsDTO) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceWsDTO |
StoresController.locationDetails(java.lang.String storeId,
java.lang.String fields) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceWsDTO |
StoresHelper.locationDetails(java.lang.String storeId,
java.lang.String fields) |
Copyright © 2018 SAP SE. All Rights Reserved.