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 |
List<Urn> |
SportEventCache.getEventIds(Date date,
Locale locale)
|
List<Urn> |
SportEventCache.getEventIds(Urn tournamentId,
Locale locale)
Returns a
List containing id's of sport events, which belong to a specific tournament |
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)
|
List<SportData> |
SportsDataCache.getSports(List<Locale> locales)
Returns a
List sports supported by the feed. |
Modifier and Type | Method and Description |
---|---|
CategoryCi |
SportsDataCacheImpl.getCategory(Urn categoryId,
List<Locale> locales)
Returns the associated category data
|
List<Urn> |
SportEventCacheImpl.getEventIds(Date date,
Locale locale)
|
List<Urn> |
SportEventCacheImpl.getEventIds(Urn tournamentId,
Locale locale)
Returns a
List containing id's of sport events, which belong to a specific tournament |
SportData |
SportsDataCacheImpl.getSport(Urn sportId,
List<Locale> locales)
|
List<SportData> |
SportsDataCacheImpl.getSports(List<Locale> locales)
Returns a
List sports supported by the feed. |
Modifier and Type | Method and Description |
---|---|
List<MarketDescription> |
InvariantMarketDescriptionCache.getAllInvariantMarketDescriptions(List<Locale> locales) |
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.