Uses of Class
proseccoCoding.TLN.model.Country
Packages that use Country
-
Uses of Country in proseccoCoding.TLN.model
Fields in proseccoCoding.TLN.model declared as CountryModifier and TypeFieldDescriptionprivate Country
Provider.country
The country in which this provider is locatedFields in proseccoCoding.TLN.model with type parameters of type CountryModifier and TypeFieldDescriptionTrustedListData.countries
Hashmap containing all the countries objectsQuery.selectedCountries
ArrayList that stores the Country objects selected by the userMethods in proseccoCoding.TLN.model that return CountryModifier and TypeMethodDescriptionProvider.getCountry()
Getter for provider countryTrustedListData.getCountry
(String countryCode) return the Country object representing the country which code is specified as parameterstatic Country
APIHandler.retriveCountryData
(String countryCode) Static method that parses countryData and extracts the data to create a Country objectMethods in proseccoCoding.TLN.model that return types with arguments of type CountryModifier and TypeMethodDescriptionTrustedListData.getCountries
(ArrayList<String> countryCodes) Returns a list of country objects filled with data which code is contained in the given parameter listAPIHandler.retrieveCountries()
Static method that returns an HashMap containing entries with country codes as keys and Country objects as values.Method parameters in proseccoCoding.TLN.model with type arguments of type CountryModifier and TypeMethodDescriptionboolean
Query.addSelectedCountries
(ArrayList<Country> countries) This method sets selectedCountries with the given parameterConstructors in proseccoCoding.TLN.model with parameters of type Country