Class WarehousingStockLevelStatusStrategy
- java.lang.Object
-
- de.hybris.platform.commerceservices.stock.strategies.impl.CommerceStockLevelStatusStrategy
-
- de.hybris.platform.warehousing.atp.strategy.impl.WarehousingStockLevelStatusStrategy
-
- All Implemented Interfaces:
StockLevelStatusStrategy
public class WarehousingStockLevelStatusStrategy extends CommerceStockLevelStatusStrategy
Warehousing implementation ofCommerceStockLevelStatusStrategy
-
-
Constructor Summary
Constructors Constructor Description WarehousingStockLevelStatusStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StockLevelStatuscheckStatus(java.util.Collection<StockLevelModel> stockLevels)Checks the status of the specifiedStockLevels.-
Methods inherited from class de.hybris.platform.commerceservices.stock.strategies.impl.CommerceStockLevelStatusStrategy
checkStatus, getCommerceStockLevelCalculationStrategy, getDefaultLowStockThreshold, setCommerceStockLevelCalculationStrategy, setDefaultLowStockThreshold
-
-
-
-
Method Detail
-
checkStatus
public StockLevelStatus checkStatus(java.util.Collection<StockLevelModel> stockLevels)
Description copied from interface:StockLevelStatusStrategyChecks the status of the specifiedStockLevels.- Specified by:
checkStatusin interfaceStockLevelStatusStrategy- Overrides:
checkStatusin classCommerceStockLevelStatusStrategy- Parameters:
stockLevels- the stock levels to be checked- Returns:
- stock level status
-
-