public interface SourcingBanService
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
createSourcingBan(WarehouseModel warehouseModel)
creates Sourcing Ban
|
Collection<SourcingBanModel> |
getSourcingBan(Collection<WarehouseModel> warehouseModels)
gets SourcingBan by passing Warehouse
|
SourcingBanModel createSourcingBan(WarehouseModel warehouseModel)
warehouseModel - warehouse that we want to banCollection<SourcingBanModel> getSourcingBan(Collection<WarehouseModel> warehouseModels)
warehouseModels - collection of warehouse that we want to get bans forCopyright © 2017 SAP SE. All Rights Reserved.