Interface FutureStockService


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String BEAN_NAME  
    • Method Detail

      • getFutureAvailability

        java.util.Map<java.util.Date,​java.lang.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.