Interface ShoppingTravelStockService

All Known Implementing Classes:
DefaultShoppingTravelStockService

public interface ShoppingTravelStockService
The interface Shopping Travel Stock service.
  • Method Details

    • getProductStockStatus

      StockLevelStatus getProductStockStatus(ProductModel product, WarehouseModel warehouse)
      Parameters:
      product - the product
      warehouse - the warehouse
      Returns:
      the stock status of a given product in the given warehouse