Interface ExtendedFutureStockFacade

All Known Implementing Classes:
DefaultExtendedFutureStockFacade

public interface ExtendedFutureStockFacade
Facade for 'Future Stock Management'.
  • Method Details

    • getFutureAvailability

      List<FutureStockData> getFutureAvailability(ProductModel productModel)
      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.