Uses of Class
africa.absa.inception.reference.Country
-
-
Uses of Country in africa.absa.inception.reference
Methods in africa.absa.inception.reference that return types with arguments of type Country Modifier and Type Method Description List<Country>CountryRepository. findAll()List<Country>CountryRepository. findByLocaleIdIgnoreCase(String localeId)List<Country>IReferenceService. getCountries()Retrieve the country reference data for all locales.List<Country>IReferenceService. getCountries(String localeId)Retrieve the country reference data for a specific locale.List<Country>ReferenceService. getCountries()List<Country>ReferenceService. getCountries(String localeId)
-