Interface ShoppingTravelStockService
- All Known Implementing Classes:
DefaultShoppingTravelStockService
public interface ShoppingTravelStockService
The interface Shopping Travel Stock service.
-
Method Summary
Modifier and TypeMethodDescriptiongetProductStockStatus(ProductModel product, WarehouseModel warehouse)
-
Method Details
-
getProductStockStatus
- Parameters:
product- the productwarehouse- the warehouse- Returns:
- the stock status of a given product in the given warehouse
-