Uses of Class
proseccoCoding.TLN.model.Provider
Packages that use Provider
-
Uses of Provider in proseccoCoding.TLN.model
Fields in proseccoCoding.TLN.model declared as ProviderModifier and TypeFieldDescriptionprivate ProviderService.providerProvider that provides this serviceFields in proseccoCoding.TLN.model with type parameters of type ProviderModifier and TypeFieldDescriptionCountry.providersAll the trusted providers that can be found in that country.Query.selectedProvidersArrayList that stores the Provider objects selected by the userMethods in proseccoCoding.TLN.model that return ProviderModifier and TypeMethodDescriptionCountry.getProvider(String providerCode) Returns the provider with the specified providerCode if there is one in this countryService.getProvider()Getter for the service provider, could be null if it is not knownMethods in proseccoCoding.TLN.model that return types with arguments of type ProviderModifier and TypeMethodDescriptionQuery.getAvailableProviders()This method retrieves from selectedCountries all the relative Provider objects and returns them as an ArrayListCountry.getProviders()Get the complete list of the providers based in this country or null if they have not already been retrieved The list would be empty if the providers are been retrieved but this country has no providersMethods in proseccoCoding.TLN.model with parameters of type ProviderModifier and TypeMethodDescriptionbooleanCountry.addProvider(Provider provider) Adds the given provider to this country only if it isn't already added.Constructors in proseccoCoding.TLN.model with parameters of type ProviderModifierConstructorDescriptionConstructor for a service objectConstructor parameters in proseccoCoding.TLN.model with type arguments of type Provider