Package org.api.mkm.services
Class InsightService
java.lang.Object
org.api.mkm.services.InsightService
public class InsightService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description InsightService() -
Method Summary
Modifier and Type Method Description java.util.List<InsightElement>getBestBargain()java.util.List<InsightElement>getBiggestAvgSalesPriceIncrease(boolean foil)java.util.List<InsightElement>getHighestPercentStockReduction()java.util.List<InsightElement>getStartingPriceIncrease(boolean foil)java.util.List<InsightElement>getTopCards(int interval)java.util.Map<java.util.Date,java.lang.Double>priceHistory(Product p, boolean foil)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InsightService
public InsightService()
-
-
Method Details
-
getTopCards
- Throws:
java.io.IOException
-
getBestBargain
- Throws:
java.io.IOException
-
getHighestPercentStockReduction
- 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
-