| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CompetitorPlayer
Defines methods implemented by classes representing a competitor player profile 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlayerProfile | 
SportEntityFactoryImpl.buildPlayerProfile(Urn id,
                  List<Locale> locales,
                  List<Urn> possibleAssociatedCompetitorIds)  | 
PlayerProfile | 
SportEntityFactory.buildPlayerProfile(Urn id,
                  List<Locale> locales,
                  List<Urn> possibleAssociatedCompetitorIds)  | 
PlayerProfile | 
SportDataProviderImpl.getPlayerProfile(Urn id)
Returns a  
PlayerProfile representing the specified competitor
 (the returned data is translated in the configured Locales using the UofConfigurationImpl) | 
PlayerProfile | 
SportDataProviderImpl.getPlayerProfile(Urn id,
                Locale locale)
Returns a  
PlayerProfile representing the specified competitor
 (the returned data is translated in the specified Locale) | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompetitorPlayerImpl
Represents competitor's player profile information 
 | 
class  | 
PlayerProfileImpl
Represents player's profile information 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlayerProfile | 
SportDataProvider.getPlayerProfile(Urn id)
Returns a  
PlayerProfile representing the specified competitor
 (the returned data is translated in the configured Locales using the UofConfigurationImpl) | 
PlayerProfile | 
SportDataProvider.getPlayerProfile(Urn id,
                Locale locale)
Returns a  
PlayerProfile representing the specified competitor
 (the returned data is translated in the specified Locale) | 
Copyright © 2016–2025. All rights reserved.