Class InsightService

java.lang.Object
org.api.mkm.services.InsightService

public class InsightService
extends java.lang.Object
  • Constructor Details

    • InsightService

      public InsightService()
  • Method Details

    • getTopCards

      public java.util.List<InsightElement> getTopCards​(int interval) throws java.io.IOException
      Throws:
      java.io.IOException
    • getBestBargain

      public java.util.List<InsightElement> getBestBargain() throws java.io.IOException
      Throws:
      java.io.IOException
    • getHighestPercentStockReduction

      public java.util.List<InsightElement> getHighestPercentStockReduction() throws java.io.IOException
      Throws:
      java.io.IOException
    • getStartingPriceIncrease

      public java.util.List<InsightElement> getStartingPriceIncrease​(boolean foil) throws java.io.IOException
      Throws:
      java.io.IOException
    • getBiggestAvgSalesPriceIncrease

      public java.util.List<InsightElement> getBiggestAvgSalesPriceIncrease​(boolean foil) throws java.io.IOException
      Throws:
      java.io.IOException
    • priceHistory

      public java.util.Map<java.util.Date,​java.lang.Double> priceHistory​(Product p, boolean foil) throws java.io.IOException
      Throws:
      java.io.IOException