Uses of Class
io.meeds.deeds.model.MeedPrice
-
Packages that use MeedPrice Package Description io.meeds.deeds.service io.meeds.deeds.web.rest -
-
Uses of MeedPrice in io.meeds.deeds.service
Methods in io.meeds.deeds.service that return types with arguments of type MeedPrice 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 MeedPrice in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest that return types with arguments of type MeedPrice Modifier and Type Method Description org.springframework.http.ResponseEntity<List<MeedPrice>>ExchangeController. getExchangeRates(Currency currency, LocalDate fromDate)
-