Uses of Class
org.api.mtgstock.modele.PriceVariations
| Package | Description |
|---|---|
| org.api.mtgstock.modele | |
| org.api.mtgstock.services |
-
Uses of PriceVariations in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return PriceVariations Modifier and Type Method Description PriceVariationsPrices. getPricesVariationsFor(MTGStockConstants.PRICES p)Methods in org.api.mtgstock.modele that return types with arguments of type PriceVariations Modifier and Type Method Description java.util.Map<MTGStockConstants.PRICES,PriceVariations>SetPricesAnalysis. getPrices()Methods in org.api.mtgstock.modele with parameters of type PriceVariations Modifier and Type Method Description voidPrices. put(MTGStockConstants.PRICES p, PriceVariations hp)Method parameters in org.api.mtgstock.modele with type arguments of type PriceVariations Modifier and Type Method Description voidSetPricesAnalysis. setPrices(java.util.Map<MTGStockConstants.PRICES,PriceVariations> prices) -
Uses of PriceVariations in org.api.mtgstock.services
Methods in org.api.mtgstock.services that return PriceVariations Modifier and Type Method Description PriceVariationsPriceService. getPricesFor(java.lang.Integer id, MTGStockConstants.PRICES categ)