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
Warehousing implementation of
CommerceStockLevelStatusStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckStatus(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
-
Constructor Details
-
WarehousingStockLevelStatusStrategy
public WarehousingStockLevelStatusStrategy()
-
-
Method Details
-
checkStatus
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
-