public interface StockLevelStatusStrategy
StockService to check the status of the specified
StockLevel.| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
checkStatus(java.util.Collection<StockLevelModel> stockLevels)
Checks the status of the specified
StockLevels. |
StockLevelStatus |
checkStatus(StockLevelModel stockLevel)
Checks the status of the specified
StockLevel. |
StockLevelStatus checkStatus(StockLevelModel stockLevel)
StockLevel.stockLevel - the stock level to be checkedStockLevelStatus checkStatus(java.util.Collection<StockLevelModel> stockLevels)
StockLevels.stockLevels - the stock levels to be checkedCopyright © 2018 SAP SE. All Rights Reserved.