Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.locale.CurrencyDTO
Packages that use CurrencyDTO
Package
Description
Contains controllers for handling locale-related data.
Contains the locale orchestrators.
Contains classes that implement DTO representations of locale-related data.
Contains the service layer for locale and locale-derived lookup data.
-
Uses of CurrencyDTO in com.bluebell.greenhouse.planter.controllers.locale
Methods in com.bluebell.greenhouse.planter.controllers.locale that return types with arguments of type CurrencyDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CurrencyDTO>> LocaleApiController.getCurrencies()Returns all supported currencies.org.springframework.http.ResponseEntity<CurrencyDTO> LocaleApiController.getCurrencyForCountry(String country) Returns the default currency for the given country ISO code. -
Uses of CurrencyDTO in com.bluebell.greenhouse.planter.orchestrators.locale
Methods in com.bluebell.greenhouse.planter.orchestrators.locale that return CurrencyDTOModifier and TypeMethodDescriptionLocaleOrchestrator.getCurrencyForCountry(String country) Obtains the currency matching the given country.Methods in com.bluebell.greenhouse.planter.orchestrators.locale that return types with arguments of type CurrencyDTOModifier and TypeMethodDescriptionLocaleOrchestrator.getCurrencies()Obtains every supported currency. -
Uses of CurrencyDTO in com.bluebell.greenhouse.platform.models.api.dto.locale
Methods in com.bluebell.greenhouse.platform.models.api.dto.locale that return CurrencyDTOModifier and TypeMethodDescriptionCountryDTO.currency()Returns the value of thecurrencyrecord component.static CurrencyDTOConverts aCurrencyto aCurrencyDTO.Constructors in com.bluebell.greenhouse.platform.models.api.dto.locale with parameters of type CurrencyDTOModifierConstructorDescriptionCountryDTO(String code, String isoCode, String label, String phoneCode, CurrencyDTO currency) Creates an instance of aCountryDTOrecord class. -
Uses of CurrencyDTO in com.bluebell.greenhouse.radicle.services.locale
Methods in com.bluebell.greenhouse.radicle.services.locale that return types with arguments of type CurrencyDTOModifier and TypeMethodDescriptionLocaleService.getCurrencies()Returns all supported currencies.