public class NamedValuesProviderImpl extends Object implements NamedValuesProvider
NamedValuesProvider| Constructor and Description |
|---|
NamedValuesProviderImpl(NamedValueCache voidReasons,
NamedValueCache betStopReasons,
NamedValueCache bettingStatuses,
LocalizedNamedValueCache matchStatuses)
Initializes a new instance of
NamedValuesProviderImpl |
| Modifier and Type | Method and Description |
|---|---|
NamedValueCache |
getBetStopReasons()
Returns the
NamedValueCache providing bet stop reason descriptions |
NamedValueCache |
getBettingStatuses()
Returns the
NamedValueCache providing betting status descriptions |
LocalizedNamedValueCache |
getMatchStatuses()
Returns the
LocalizedNamedValueCache providing match status descriptions |
NamedValueCache |
getVoidReasons()
Returns the
NamedValueCache providing void reason descriptions |
@Inject public NamedValuesProviderImpl(NamedValueCache voidReasons, NamedValueCache betStopReasons, NamedValueCache bettingStatuses, LocalizedNamedValueCache matchStatuses)
NamedValuesProviderImplvoidReasons - - The NamedValueCache providing void reason descriptionsbetStopReasons - - The NamedValueCache providing bet stop reason descriptionsbettingStatuses - - The NamedValueCache providing betting status descriptionsmatchStatuses - - The LocalizedNamedValueCache providing match status descriptionspublic NamedValueCache getVoidReasons()
NamedValueCache providing void reason descriptionsgetVoidReasons in interface NamedValuesProviderNamedValueCache providing void reason descriptionspublic NamedValueCache getBetStopReasons()
NamedValueCache providing bet stop reason descriptionsgetBetStopReasons in interface NamedValuesProviderNamedValueCache providing bet stop reason descriptionspublic NamedValueCache getBettingStatuses()
NamedValueCache providing betting status descriptionsgetBettingStatuses in interface NamedValuesProviderNamedValueCache providing betting status descriptionspublic LocalizedNamedValueCache getMatchStatuses()
LocalizedNamedValueCache providing match status descriptionsgetMatchStatuses in interface NamedValuesProviderLocalizedNamedValueCache providing match status descriptionsCopyright © 2016–2025. All rights reserved.