Uses of Enum Class
com.bluebell.greenhouse.platform.enums.account.Currency
Packages that use Currency
Package
Description
Contains core enums used for
Accounts.Contains classes that implement DTO representations of locale-related data.
Contains exchange registry and exchange-related non-entity models.
Contains the service layer for locale and locale-derived lookup data.
Contains
Exchange-specific
entity specifications.-
Uses of Currency in com.bluebell.greenhouse.platform.enums.account
Subclasses with type arguments of type Currency in com.bluebell.greenhouse.platform.enums.accountClasses in com.bluebell.greenhouse.platform.enums.account that implement interfaces with type arguments of type CurrencyModifier and TypeClassDescriptionenumEnum representing a standard currency.enumEnum representing a standard currency.Methods in com.bluebell.greenhouse.platform.enums.account that return CurrencyModifier and TypeMethodDescriptionstatic CurrencyCurrency.getByIsoCode(String isoCode) Converts a currency iso code to aCurrency.static CurrencyReturns the enum constant of this class with the specified name.static Currency[]Currency.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Currency in com.bluebell.greenhouse.platform.models.api.dto.locale
Methods in com.bluebell.greenhouse.platform.models.api.dto.locale with parameters of type Currency -
Uses of Currency in com.bluebell.greenhouse.platform.models.core.nonentities.exchange
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.exchange that return CurrencyModifier and TypeMethodDescriptionExchangeFilter.currency()Returns the value of thecurrencyrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.exchange with parameters of type CurrencyModifierConstructorDescriptionExchangeFilter(String query, Country country, Currency currency) Creates an instance of aExchangeFilterrecord class. -
Uses of Currency in com.bluebell.greenhouse.radicle.services.locale
Methods in com.bluebell.greenhouse.radicle.services.locale that return CurrencyModifier and TypeMethodDescriptionLocaleService.getCurrency(String currencyIsoCode) Returns the currency for the given ISO code.LocaleService.getCurrencyForCountry(String countryIsoCode) Returns the default currency for the given country ISO code.Methods in com.bluebell.greenhouse.radicle.services.locale that return types with arguments of type CurrencyModifier and TypeMethodDescriptionLocaleService.findCurrency(String currencyIsoCode) Attempts to resolve a currency by ISO code.LocaleService.findCurrencyByIsoCodeOrCode(String currencyValue) Attempts to resolve a currency by ISO code first, then by the legacy enum code. -
Uses of Currency in com.bluebell.greenhouse.radicle.specifications.exchange
Methods in com.bluebell.greenhouse.radicle.specifications.exchange with parameters of type CurrencyModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<Exchange> ExchangeSpecifications.hasCurrency(Currency currency) Filters byCurrency.