Interface ExtendedFutureStockFacade
- All Known Implementing Classes:
DefaultExtendedFutureStockFacade
public interface ExtendedFutureStockFacade
Facade for 'Future Stock Management'.
-
Method Summary
Modifier and TypeMethodDescriptiongetFutureAvailability(ProductModel productModel) Gets the future product availability for the specified product, for each future date.
-
Method Details
-
getFutureAvailability
Gets the future product availability for the specified product, for each future date.- Parameters:
productModel- the product model- Returns:
- A list of quantity ordered by date. If there is no availability for this product in the future, an empty list is returned.
-