public interface DataRouterManager
void requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
void requestFixtureEndpoint(Locale locale, Urn id, boolean useCachedProvider, CacheItem requester) throws CommunicationException
CommunicationException
void requestDrawSummary(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
void requestDrawFixture(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
void requestAllTournamentsForAllSportsEndpoint(Locale locale) throws CommunicationException
CommunicationException
void requestAllSportsEndpoint(Locale locale) throws CommunicationException
CommunicationException
List<Urn> requestAllLotteriesEndpoint(Locale locale, Boolean requireResult) throws CommunicationException
CommunicationException
List<Urn> requestEventsFor(Locale locale, Urn tournamentId) throws CommunicationException
CommunicationException
List<Urn> requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) throws CommunicationException
CommunicationException
List<Urn> requestEventsFor(Locale locale, Date date) throws CommunicationException
CommunicationException
void requestPlayerProfileEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
void requestCompetitorEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
void requestSimpleTeamEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
List<Urn> requestSeasonsFor(Locale locale, Urn tournamentId) throws CommunicationException
CommunicationException
com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint requestEventTimelineEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
void requestSportCategoriesEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationException
AvailableSelections requestAvailableSelections(Urn id) throws CommunicationException
CommunicationException
Calculation requestCalculateProbability(List<Selection> selections) throws CommunicationException
CommunicationException
CalculationFilter requestCalculateProbabilityFilter(List<Selection> selections) throws CommunicationException
CommunicationException
List<FixtureChange> requestFixtureChanges(Date after, Urn sportId, Locale locale) throws CommunicationException
CommunicationException
List<ResultChange> requestResultChanges(Date after, Urn sportId, Locale locale) throws CommunicationException
CommunicationException
List<Urn> requestListSportEvents(Locale locale, int startIndex, int limit) throws CommunicationException
CommunicationException
List<Urn> requestAvailableTournamentsFor(Locale locale, Urn sportId) throws CommunicationException
CommunicationException
List<PeriodStatus> requestPeriodSummary(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) throws CommunicationException
CommunicationException
void close()
Copyright © 2016–2025. All rights reserved.