Class DefaultWarehouseStockService

java.lang.Object
de.hybris.platform.warehousing.stock.services.impl.DefaultWarehouseStockService
All Implemented Interfaces:
WarehouseStockService

public class DefaultWarehouseStockService extends Object implements WarehouseStockService
The default implementation will get the stock level for the given product-warehouse pair using the StockService, then submit that stock level to the CommerceAvailabilityCalculationStrategy.
See Also: