public interface WarehousingWarehouseService extends WarehouseService
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore,
CountryModel country)
Find all warehouses where the associated base store can deliver to the specified country.
|
getDefWarehouse, getWarehouseForCode, getWarehouses, getWarehousesWithProductsInStockCollection<WarehouseModel> getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country)
baseStore - - cannot be nullcountry - - cannot be nullCopyright © 2017 SAP SE. All Rights Reserved.