Class CurrencyServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.middleware.impl.service.CurrencyServiceImpl
-
- All Implemented Interfaces:
CurrencyService
@Service public class CurrencyServiceImpl extends Object implements CurrencyService
-
-
Constructor Summary
Constructors Constructor Description CurrencyServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Currency>getSupportedCurrencies()booleanisCurrencyValid(Currency currency)
-
-
-
Method Detail
-
getSupportedCurrencies
public Set<Currency> getSupportedCurrencies()
- Specified by:
getSupportedCurrenciesin interfaceCurrencyService
-
isCurrencyValid
public boolean isCurrencyValid(Currency currency)
- Specified by:
isCurrencyValidin interfaceCurrencyService
-
-