Uses of Class
org.api.mtgstock.modele.Print
| Package | Description |
|---|---|
| org.api.mtgstock.modele | |
| org.api.mtgstock.services |
-
Uses of Print in org.api.mtgstock.modele
Subclasses of Print in org.api.mtgstock.modele Modifier and Type Class Description classFullPrintMethods in org.api.mtgstock.modele that return Print Modifier and Type Method Description PrintInterest. getPrint()PrintLowHighValues. getPrint()PrintFullPrint. getPrintForSetId(int id)Methods in org.api.mtgstock.modele that return types with arguments of type Print Modifier and Type Method Description java.util.List<Print>FullPrint. getSets()Methods in org.api.mtgstock.modele with parameters of type Print Modifier and Type Method Description voidInterest. setPrint(Print print)voidLowHighValues. setPrint(Print print)Method parameters in org.api.mtgstock.modele with type arguments of type Print Modifier and Type Method Description voidFullPrint. setSets(java.util.List<Print> sets) -
Uses of Print in org.api.mtgstock.services
Methods in org.api.mtgstock.services that return Print Modifier and Type Method Description protected PrintAbstractMTGStockService. parsePrintFor(com.google.gson.JsonObject obj)Methods in org.api.mtgstock.services that return types with arguments of type Print Modifier and Type Method Description java.util.List<Print>CardsService. getPrintsBySet(CardSet set)java.util.List<Print>CardsService. getPrintsBySetCode(java.lang.String abbresv)java.util.List<Print>CardsService. getPrintsBySetId(java.lang.Integer id)java.util.List<Print>AnalyticsService. listPrintsForHandyList(java.lang.Integer hl)java.util.List<Print>AnalyticsService. listPrintsForHandyList(HandyList hl)Methods in org.api.mtgstock.services with parameters of type Print Modifier and Type Method Description FullPrintCardsService. getCard(Print p)PricesPriceService. getPricesFor(Print print)