Interface StockLevelStatusStrategy
- All Known Implementing Classes:
CommerceStockLevelStatusStrategy,DefaultStockLevelStatusStrategy,WarehousingStockLevelStatusStrategy
public interface StockLevelStatusStrategy
The StockLevelStatusStrategy is used by the
StockService to check the status of the specified
StockLevel.- Spring Bean ID:
- stockLevelStatusStrategy
-
Method Summary
Modifier and TypeMethodDescriptioncheckStatus(StockLevelModel stockLevel) Checks the status of the specifiedStockLevel.checkStatus(Collection<StockLevelModel> stockLevels) Checks the status of the specifiedStockLevels.
-
Method Details
-
checkStatus
Checks the status of the specifiedStockLevel.- Parameters:
stockLevel- the stock level to be checked- Returns:
- stock level status
-
checkStatus
Checks the status of the specifiedStockLevels.- Parameters:
stockLevels- the stock levels to be checked- Returns:
- stock level status
-