public interface StockLevelSelectionStrategy
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
getStockLevelForAllocation(Collection<StockLevelModel> stockLevels)
Selects a stock level that stock can be allocated from
|
StockLevelModel |
getStockLevelForCancellation(Collection<StockLevelModel> stockLevels)
Selects a stock level to assign cancelled stock
|
StockLevelModel getStockLevelForAllocation(Collection<StockLevelModel> stockLevels)
stockLevels - the stock levels from which to allocateStockLevelModel getStockLevelForCancellation(Collection<StockLevelModel> stockLevels)
stockLevels - the stock levels from which to cancelCopyright © 2017 SAP SE. All Rights Reserved.