Uses of Class
io.meeds.deeds.constant.Currency
-
Packages that use Currency Package Description io.meeds.deeds.constant io.meeds.deeds.service io.meeds.deeds.storage io.meeds.deeds.web.rest -
-
Uses of Currency in io.meeds.deeds.constant
Methods in io.meeds.deeds.constant that return Currency Modifier and Type Method Description static CurrencyCurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static Currency[]Currency. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Currency in io.meeds.deeds.service
Methods in io.meeds.deeds.service with parameters of type Currency Modifier and Type Method Description List<MeedPrice>ExchangeService. getExchangeRates(Currency currency, LocalDate fromDate, LocalDate toDate)Retrieves list ofMeedPricefrom selected date until a dedicated date -
Uses of Currency in io.meeds.deeds.storage
Methods in io.meeds.deeds.storage with parameters of type Currency Modifier and Type Method Description List<CurrencyExchangeRate>CurrencyExchangeRateRepository. findByCurrencyAndDateBetween(Currency currency, LocalDate from, LocalDate to) -
Uses of Currency in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest with parameters of type Currency Modifier and Type Method Description org.springframework.http.ResponseEntity<List<MeedPrice>>ExchangeController. getExchangeRates(Currency currency, LocalDate fromDate)
-