Package org.api.mtgstock.services
Class AbstractMTGStockService
java.lang.Object
org.api.mtgstock.services.AbstractMTGStockService
- Direct Known Subclasses:
AnalyticsService,CardsService,DecksServices,InterestsService,NewsService,PriceService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected URLUtilitiesprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected org.apache.logging.log4j.Loggerprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ArchetypeparseArchetypeFor(com.google.gson.JsonObject e) protected CardDetailsparseCardFor(com.google.gson.JsonObject o) protected DeckCardparseDeckCardFor(com.google.gson.JsonObject o) parseInterestFor(MTGStockConstants.PRICES c, com.google.gson.JsonArray interests) protected PriceHashparsePriceHashFor(com.google.gson.JsonObject obj, MTGStockConstants.RARITY r) protected PrintparsePrintFor(com.google.gson.JsonObject obj) protected CardSetparseSetFor(com.google.gson.JsonObject o) voidsetListener(URLCallListener listener)
-
Field Details
-
NUM
- See Also:
-
BOOSTER
- See Also:
-
ORACLE
- See Also:
-
PWRTGH
- See Also:
-
SUPERTYPE
- See Also:
-
SUBTYPE
- See Also:
-
SUM
- See Also:
-
PREVIOUS_PRICE
- See Also:
-
LAST_WEEK_PRICE
- See Also:
-
COST
- See Also:
-
ABBREVIATION
- See Also:
-
INCLUDE_DEFAULT
- See Also:
-
SET_ID
- See Also:
-
SET_NAME
- See Also:
-
ICON_CLASS
- See Also:
-
SET_TYPE
- See Also:
-
TYPE
- See Also:
-
LEGAL
- See Also:
-
NORMAL
- See Also:
-
LOWEST_PRINT
- See Also:
-
SET
- See Also:
-
CARD_TYPE
- See Also:
-
CMC
- See Also:
-
COLOR
- See Also:
-
RESERVED
- See Also:
-
AVERAGE
- See Also:
-
NAME
- See Also:
-
QUANTITY
- See Also:
-
CARD
- See Also:
-
PRINT
- See Also:
-
LATEST_PRICE
- See Also:
-
IMAGE
- See Also:
-
ID
- See Also:
-
PAST_PRICE
- See Also:
-
PRESENT_PRICE
- See Also:
-
PERCENTAGE
- See Also:
-
INTEREST_TYPE
- See Also:
-
DATE
- See Also:
-
URL
- See Also:
-
LATEST_PRICE_MM
- See Also:
-
LATEST_PRICE_MKM
- See Also:
-
LATEST_PRICE_CK
- See Also:
-
PRICE
- See Also:
-
ALL_TIME_HIGH
- See Also:
-
ALL_TIME_LOW
- See Also:
-
CARD_SET
- See Also:
-
TCG_URL
- See Also:
-
TCG_ID
- See Also:
-
MKM_URL
- See Also:
-
MKM_ID
- See Also:
-
IMAGE_FLIP
- See Also:
-
FLIP
- See Also:
-
FOIL
- See Also:
-
RARITY
- See Also:
-
SETS
- See Also:
-
MULTIVERSE_ID
- See Also:
-
SIMILARITY
- See Also:
-
MOSTPLAYED
- See Also:
-
LOW
- See Also:
-
OLD
- See Also:
-
NUM_PLAYERS
- See Also:
-
TOURNAMENTTYPE
- See Also:
-
POSITION
- See Also:
-
PLAYER
- See Also:
-
DECKS
- See Also:
-
ARCHETYPE
- See Also:
-
TOTAL
- See Also:
-
PLACING
- See Also:
-
PRICE_HASH
- See Also:
-
DATE_FORMAT
- See Also:
-
client
-
logger
protected org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
AbstractMTGStockService
protected AbstractMTGStockService()
-
-
Method Details
-
setListener
-
parsePriceHashFor
-
parsePrintFor
-
parseSetFor
-
parseCardFor
-
parseArchetypeFor
-
parseDeckCardFor
-
parseInterestFor
protected List<Interest> parseInterestFor(MTGStockConstants.PRICES c, com.google.gson.JsonArray interests)
-