Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.locale.CountryDTO
Packages that use CountryDTO
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 CountryDTO in com.bluebell.greenhouse.planter.controllers.locale
Methods in com.bluebell.greenhouse.planter.controllers.locale that return types with arguments of type CountryDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CountryDTO>> LocaleApiController.getCountries()Returns all supported countries.org.springframework.http.ResponseEntity<CountryDTO> LocaleApiController.getCountryForCurrency(String currency) Returns the default country for the given currency ISO code. -
Uses of CountryDTO in com.bluebell.greenhouse.planter.orchestrators.locale
Methods in com.bluebell.greenhouse.planter.orchestrators.locale that return CountryDTOModifier and TypeMethodDescriptionLocaleOrchestrator.getCountryForCurrency(String currency) Obtains the country matching the given currency.Methods in com.bluebell.greenhouse.planter.orchestrators.locale that return types with arguments of type CountryDTOModifier and TypeMethodDescriptionLocaleOrchestrator.getCountries()Obtains every supported country. -
Uses of CountryDTO in com.bluebell.greenhouse.platform.models.api.dto.locale
Methods in com.bluebell.greenhouse.platform.models.api.dto.locale that return CountryDTO -
Uses of CountryDTO in com.bluebell.greenhouse.radicle.services.locale
Methods in com.bluebell.greenhouse.radicle.services.locale that return types with arguments of type CountryDTO