public class NameProviderImpl extends Object implements NameProvider
Modifier and Type | Method and Description |
---|---|
String |
getMarketName(Locale locale) |
Map<Locale,String> |
getMarketNames(List<Locale> locales) |
String |
getOutcomeName(String outcomeId,
Locale locale) |
Map<Locale,String> |
getOutcomeNames(String outcomeId,
List<Locale> locales) |
public String getMarketName(Locale locale)
getMarketName
in interface NameProvider
public Map<Locale,String> getMarketNames(List<Locale> locales)
getMarketNames
in interface NameProvider
public String getOutcomeName(String outcomeId, Locale locale)
getOutcomeName
in interface NameProvider
public Map<Locale,String> getOutcomeNames(String outcomeId, List<Locale> locales)
getOutcomeNames
in interface NameProvider
Copyright © 2016–2025. All rights reserved.