Modifier and Type | Method and Description |
---|---|
default Sport |
Competitor.getSport()
Returns associated sport
|
Modifier and Type | Method and Description |
---|---|
Sport |
SportEntityFactoryImpl.buildSport(Urn sportId,
List<Locale> locales)
Builds a
Sport instance with the provided data |
Sport |
SportEntityFactory.buildSport(Urn sportId,
List<Locale> locales)
Builds a
Sport instance with the provided data |
Modifier and Type | Method and Description |
---|---|
List<Sport> |
SportEntityFactoryImpl.buildSports(List<Locale> locales)
|
List<Sport> |
SportEntityFactory.buildSports(List<Locale> locales)
|
List<Sport> |
SportDataProviderImpl.getSports()
Returns all the available sports
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
List<Sport> |
SportDataProviderImpl.getSports(Locale locale)
Returns all the available sports
(the returned data is translated in the specified
Locale ) |
Modifier and Type | Class and Description |
---|---|
class |
SportImpl
Represents a sport
|
Modifier and Type | Method and Description |
---|---|
Sport |
CompetitorImpl.getSport()
Returns associated sport
|
Modifier and Type | Method and Description |
---|---|
List<Sport> |
SportDataProvider.getSports()
Returns all the available sports
(the returned data is translated in the configured
Locale s using the UofConfigurationImpl ) |
List<Sport> |
SportDataProvider.getSports(Locale locale)
Returns all the available sports
(the returned data is translated in the specified
Locale ) |
Copyright © 2016–2025. All rights reserved.