public class DefaultStockLevelStatusStrategy extends java.lang.Object implements StockLevelStatusStrategy
StockLevelStatusStrategy.| Constructor and Description |
|---|
DefaultStockLevelStatusStrategy() |
| 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. |
public StockLevelStatus checkStatus(StockLevelModel stockLevel)
StockLevelStatusStrategyStockLevel.checkStatus in interface StockLevelStatusStrategystockLevel - the stock level to be checkedpublic StockLevelStatus checkStatus(java.util.Collection<StockLevelModel> stockLevels)
StockLevelStatusStrategyStockLevels.checkStatus in interface StockLevelStatusStrategystockLevels - the stock levels to be checkedCopyright © 2018 SAP SE. All Rights Reserved.