Modifier and Type | Interface and Description |
---|---|
interface |
BasicTournament
Defines methods implemented by classes providing information about a tournament
|
interface |
Lottery
Defines methods used to access lottery information
|
interface |
Season
Defines methods implemented by classes providing data of a season
|
interface |
Tournament
Defines methods implemented by classes providing information about a tournament
|
Modifier and Type | Method and Description |
---|---|
LongTermEvent |
Match.getTournament()
Returns the tournament associated with the current instance
(possible types can be
BasicTournament and Tournament ) |
Modifier and Type | Method and Description |
---|---|
LongTermEvent |
SportDataProviderImpl.getLongTermEvent(Urn id)
Returns the specified long term event
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
LongTermEvent |
SportDataProviderImpl.getLongTermEvent(Urn id,
Locale locale)
Returns the specified long term event
(the returned data is translated in the specified
Locale ) |
Modifier and Type | Class and Description |
---|---|
class |
BasicTournamentImpl
Represents a sport tournament
|
class |
LotteryImpl
The basic implementation of a lottery
|
class |
SeasonImpl
Provides methods used to access data of long term events of type season
|
class |
TournamentImpl
Represents a sport tournament
|
Modifier and Type | Method and Description |
---|---|
LongTermEvent |
MatchImpl.getTournament()
Returns the tournament associated with the current instance
(possible types can be
BasicTournament and Tournament ) |
Modifier and Type | Method and Description |
---|---|
LongTermEvent |
SportDataProvider.getLongTermEvent(Urn id)
Returns the specified long term event
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
LongTermEvent |
SportDataProvider.getLongTermEvent(Urn id,
Locale locale)
Returns the specified long term event
(the returned data is translated in the specified
Locale ) |
Copyright © 2016–2025. All rights reserved.