Interface FutureStockService


public interface FutureStockService
Service for 'Future Stock Management'.
Spring Bean ID:
stockService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the future product availability for the specified product, for each future date.
  • Field Details

  • Method Details

    • getFutureAvailability

      Map<Date,Integer> getFutureAvailability(ProductModel product)
      Gets the future product availability for the specified product, for each future date.
      Parameters:
      product - the product
      Returns:
      A map of quantity for each available date.