Modifier and Type | Interface and Description |
---|---|
interface |
Match
Defines methods implemented by classes representing sport events of match type
|
interface |
Stage
Defines methods implemented by classes representing sport events of stage type
|
Modifier and Type | Method and Description |
---|---|
default List<Competition> |
Tournament.getSchedule()
Returns a
List of events that belong to the associated tournament |
List<Competition> |
CurrentSeasonInfo.getSchedule()
Returns a
List of events that belong to the associated season |
default List<Competition> |
BasicTournament.getSchedule()
Returns a
List of events that belong to the associated tournament |
List<Competition> |
Season.getSchedule()
Returns a
List of events that belong to the associated season |
Modifier and Type | Method and Description |
---|---|
Competition |
SportDataProviderImpl.getCompetition(Urn id)
Returns a
Competition representing the specified competition
(the returned data is translated in the configured Locale s using the UofConfigurationImpl ) |
Competition |
SportDataProviderImpl.getCompetition(Urn id,
Locale locale)
Returns a
Competition representing the specified competition
(the returned data is translated in the specified Locale ) |
Modifier and Type | Method and Description |
---|---|
List<Competition> |
SportEntityFactoryImpl.buildSportEvents(List<Urn> ids,
List<Locale> locales)
Builds a list of
Competition derived classes based on the provided data |
List<Competition> |
SportEntityFactory.buildSportEvents(List<Urn> ids,
List<Locale> locales)
Builds a list of
Competition derived classes based on the provided data |
List<Competition> |
SportDataProviderImpl.getCompetitionsFor(Date date)
Returns a list of all competitions scheduled on the specified date
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
List<Competition> |
SportDataProviderImpl.getCompetitionsFor(Date date,
Locale locale)
Returns a list of all competitions scheduled on the specified date
(the returned data is translated in the specified
Locale ) |
List<Competition> |
SportDataProviderImpl.getListOfSportEvents(int startIndex,
int limit)
Lists almost all events we are offering prematch odds for.
|
List<Competition> |
SportDataProviderImpl.getListOfSportEvents(int startIndex,
int limit,
Locale locale)
Lists almost all events we are offering prematch odds for.
|
List<Competition> |
SportDataProviderImpl.getLiveCompetitions()
Returns all the competitions that are currently live
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
List<Competition> |
SportDataProviderImpl.getLiveCompetitions(Locale locale)
Returns all the competitions that are currently live
(the returned data is translated in the specified
Locale ) |
Modifier and Type | Class and Description |
---|---|
class |
MatchImpl
Represents a sport event with home and away competitor
|
class |
StageImpl
Represents a race type of sport event (more than two competitors)
|
Modifier and Type | Method and Description |
---|---|
List<Competition> |
BasicTournamentImpl.getSchedule()
Returns a
List of events that belong to the associated tournament |
List<Competition> |
CurrentSeasonInfoImpl.getSchedule()
Returns a
List of events that belong to the associated season |
List<Competition> |
SeasonImpl.getSchedule()
Returns a
List of events that belong to the associated season |
List<Competition> |
TournamentImpl.getSchedule()
Returns a
List of events that belong to the associated tournament |
Modifier and Type | Method and Description |
---|---|
Competition |
SportDataProvider.getCompetition(Urn id)
Returns a
Competition representing the specified competition
(the returned data is translated in the configured Locale s using the UofConfigurationImpl ) |
Competition |
SportDataProvider.getCompetition(Urn id,
Locale locale)
Returns a
Competition representing the specified competition
(the returned data is translated in the specified Locale ) |
Modifier and Type | Method and Description |
---|---|
List<Competition> |
SportDataProvider.getCompetitionsFor(Date date)
Returns a list of all competitions scheduled on the specified date
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
List<Competition> |
SportDataProvider.getCompetitionsFor(Date date,
Locale locale)
Returns a list of all competitions scheduled on the specified date
(the returned data is translated in the specified
Locale ) |
List<Competition> |
SportDataProvider.getListOfSportEvents(int startIndex,
int limit)
Lists almost all events we are offering prematch odds for.
|
List<Competition> |
SportDataProvider.getListOfSportEvents(int startIndex,
int limit,
Locale locale)
Lists almost all events we are offering prematch odds for.
|
List<Competition> |
SportDataProvider.getLiveCompetitions()
Returns all the competitions that are currently live
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
List<Competition> |
SportDataProvider.getLiveCompetitions(Locale locale)
Returns all the competitions that are currently live
(the returned data is translated in the specified
Locale ) |
Copyright © 2016–2025. All rights reserved.