Modifier and Type | Method and Description |
---|---|
CategoryCi |
SportsDataCache.getCategory(Urn categoryId,
List<Locale> locales)
Returns the associated category cache item
|
CompetitorCi |
ProfileCache.getCompetitorProfile(Urn id,
List<Locale> locales)
Returns a
CompetitorCi associated with the provided Urn |
SportEventCi |
SportEventCache.getEventCacheItem(Urn id)
Returns a
SportEventCi instance representing a cached sport event data |
PlayerProfileCi |
ProfileCache.getPlayerProfile(Urn id,
List<Locale> locales,
List<Urn> possibleAssociatedCompetitorIds)
Returns a
PlayerProfileCi associated with the provided Urn |
SportData |
SportsDataCache.getSport(Urn sportId,
List<Locale> locales)
|
Modifier and Type | Method and Description |
---|---|
CategoryCi |
SportsDataCacheImpl.getCategory(Urn categoryId,
List<Locale> locales)
Returns the associated category data
|
CompetitorCi |
ProfileCacheImpl.getCompetitorProfile(Urn id,
List<Locale> locales)
Returns a
CompetitorCi associated with the provided Urn |
SportEventCi |
SportEventCacheImpl.getEventCacheItem(Urn id)
Returns a
SportEventCi instance representing a cached sport event data |
PlayerProfileCi |
ProfileCacheImpl.getPlayerProfile(Urn id,
List<Locale> locales,
List<Urn> possibleAssociatedCompetitorIds)
Returns a
PlayerProfileCi associated with the provided Urn |
SportData |
SportsDataCacheImpl.getSport(Urn sportId,
List<Locale> locales)
|
Modifier and Type | Method and Description |
---|---|
List<MarketDescription> |
InvariantMarketDescriptionCache.getAllInvariantMarketDescriptions(List<Locale> locales) |
MarketDescription |
MarketDescriptionProviderImpl.getMarketDescription(int marketId,
Map<String,String> marketSpecifiers,
List<Locale> locales,
boolean fetchVariantDescriptions) |
MarketDescription |
MarketDescriptionProvider.getMarketDescription(int marketId,
Map<String,String> marketSpecifiers,
List<Locale> locales,
boolean fetchVariantDescriptions) |
MarketDescription |
VariantMarketDescriptionCache.getMarketDescriptor(int marketId,
String variant,
Languages.BestEffort bestEffort) |
MarketDescription |
MarketDescriptionCache.getMarketDescriptor(int marketId,
String variant,
Languages.BestEffort locales) |
MarketDescription |
InvariantMarketDescriptionCache.getMarketDescriptor(int marketId,
String variant,
Languages.BestEffort locales) |
VariantDescriptionCi |
VariantDescriptionCacheImpl.getVariantDescription(String id,
List<Locale> locales) |
VariantDescriptionCi |
VariantDescriptionCache.getVariantDescription(String id,
List<Locale> locales) |
Copyright © 2016–2025. All rights reserved.