Modifier and Type | Interface and Description |
---|---|
interface |
CompetitionCi
Defines methods used to access competition type data
|
interface |
DrawCi
A draw cache representation
|
interface |
LotteryCi
A lottery cache representation
|
interface |
MatchCi
Defines methods used to access match type properties
|
interface |
StageCi
Defines methods used to access stage type properties
|
interface |
TournamentCi
Defines methods used to access cached tournament data
|
Modifier and Type | Method and Description |
---|---|
SportEventCi |
SportEventCache.getEventCacheItem(Urn id)
Returns a
SportEventCi instance representing a cached sport event data |
Modifier and Type | Method and Description |
---|---|
SportEventCi |
SportEventCacheImpl.getEventCacheItem(Urn id)
Returns a
SportEventCi instance representing a cached sport event data |
Modifier and Type | Class and Description |
---|---|
class |
DrawCiImpl
A draw cache item implementation
|
class |
LotteryCiImpl
Created on 18/01/2018.
|
Modifier and Type | Method and Description |
---|---|
SportEventCi |
CacheItemFactoryImpl.buildSportEventCi(ExportableCi exportable) |
SportEventCi |
CacheItemFactory.buildSportEventCi(ExportableCi exportable) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.Cache<Urn,SportEventCi> |
InternalCachesProvider.getSportEventCache() |
protected com.google.common.cache.Cache<Urn,SportEventCi> |
CachingModule.provideSportEventCiCache() |
Modifier and Type | Method and Description |
---|---|
Competitor |
SportEntityFactoryImpl.buildCompetitor(Urn id,
String qualifier,
Integer division,
Boolean isVirtual,
SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
Competitor instance associated with the provided Urn |
Competitor |
SportEntityFactory.buildCompetitor(Urn id,
String qualifier,
Integer division,
Boolean isVirtual,
SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
Competitor instance associated with the provided Urn |
List<Competitor> |
SportEntityFactoryImpl.buildStreamCompetitors(List<Urn> competitorIds,
SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
List of Competitor instances
Notice: a StreamWrapperException is thrown if any problems are encountered |
List<Competitor> |
SportEntityFactory.buildStreamCompetitors(List<Urn> competitorIds,
SportEventCi parentSportEventCi,
List<Locale> locales)
Builds a
List of Competitor instances
Notice: a StreamWrapperException is thrown if any problems are encountered |
Constructor and Description |
---|
CompetitorImpl(Urn competitorId,
ProfileCache profileCache,
SportEventCi parentSportEventCi,
List<Locale> locales,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy,
Boolean isVirtual)
Initializes a new instance of the
CompetitorImpl class |
TeamCompetitorImpl(Urn competitorId,
ProfileCache profileCache,
String qualifier,
Integer division,
Boolean isVirtual,
SportEventCi parentSportEventCi,
List<Locale> locales,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
TeamCompetitorImpl class |
Copyright © 2016–2025. All rights reserved.