Modifier and Type | Interface and Description |
---|---|
interface |
TeamCompetitor
Defines methods implemented by classes representing a competing team
|
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
Group.getCompetitors()
Returns an unmodifiable
List representing group competitors |
List<Competitor> |
CurrentSeasonInfo.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
Competition.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
BasicTournament.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
Season.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
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 |
Competitor |
SportDataProviderImpl.getCompetitor(Urn id)
Returns a
Competitor representing the specified competitor
(the returned data is translated in the configured Locale s using the UofConfigurationImpl ) |
Competitor |
SportDataProviderImpl.getCompetitor(Urn id,
Locale locale)
Returns a
Competitor representing the specified competitor
(the returned data is translated in the specified Locale ) |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
CompetitorImpl
Represents a player or a team competing in a sport event
|
class |
TeamCompetitorImpl
Represents a competing team
|
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
BasicTournamentImpl.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
CurrentSeasonInfoImpl.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
MatchImpl.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
GroupImpl.getCompetitors()
Returns an unmodifiable
List representing group competitors |
List<Competitor> |
SeasonImpl.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
List<Competitor> |
StageImpl.getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
Modifier and Type | Method and Description |
---|---|
Competitor |
SportDataProvider.getCompetitor(Urn id)
Returns a
Competitor representing the specified competitor
(the returned data is translated in the configured Locale s using the UofConfigurationImpl ) |
Competitor |
SportDataProvider.getCompetitor(Urn id,
Locale locale)
Returns a
Competitor representing the specified competitor
(the returned data is translated in the specified Locale ) |
Copyright © 2016–2025. All rights reserved.