Class DefaultStockLevelStatusStrategy
java.lang.Object
de.hybris.platform.stock.strategy.impl.DefaultStockLevelStatusStrategy
- All Implemented Interfaces:
StockLevelStatusStrategy
Default implementation of
StockLevelStatusStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckStatus(StockLevelModel stockLevel) Checks the status of the specifiedStockLevel.checkStatus(Collection<StockLevelModel> stockLevels) Checks the status of the specifiedStockLevels.
-
Constructor Details
-
DefaultStockLevelStatusStrategy
public DefaultStockLevelStatusStrategy()
-
-
Method Details
-
checkStatus
Description copied from interface:StockLevelStatusStrategyChecks the status of the specifiedStockLevel.- Specified by:
checkStatusin interfaceStockLevelStatusStrategy- Parameters:
stockLevel- the stock level to be checked- Returns:
- stock level status
-
checkStatus
Description copied from interface:StockLevelStatusStrategyChecks the status of the specifiedStockLevels.- Specified by:
checkStatusin interfaceStockLevelStatusStrategy- Parameters:
stockLevels- the stock levels to be checked- Returns:
- stock level status
-