Index
All Classes and Interfaces|All Packages
G
- getAvailableProviders() - Method in class proseccoCoding.TLN.model.Query
-
This method retrieves from selectedCountries all the relative Provider objects and returns them as an ArrayList
- getAvailableServiceStatus() - Method in class proseccoCoding.TLN.model.Query
-
This method saves and returns all possible service status from selectedServicesByType in an ArrayList of Strings
- getAvailableServiceTypes() - Method in class proseccoCoding.TLN.model.Query
-
This method returns an ArrayList of all the possible service types user can select in this query
- getCode() - Method in class proseccoCoding.TLN.model.Country
-
Getter for country code
- getCode() - Method in class proseccoCoding.TLN.model.Provider
-
Getter for provider code
- getCode() - Method in class proseccoCoding.TLN.model.ServiceType
-
Getter for type code
- getCountries(ArrayList<String>) - Method in class proseccoCoding.TLN.model.TrustedListData
-
Returns a list of country objects filled with data which code is contained in the given parameter list
- getCountry() - Method in class proseccoCoding.TLN.model.Provider
-
Getter for provider country
- getCountry(String) - Method in class proseccoCoding.TLN.model.TrustedListData
-
return the Country object representing the country which code is specified as parameter
- getCountryCodeBy(String) - Static method in class proseccoCoding.TLN.model.Provider
-
Static method that returns the country code associated to the given provider code.
- getData() - Method in class proseccoCoding.TLN.model.TrustedListFacade
-
Returns the TrustedListData object
- getInstance() - Static method in class proseccoCoding.TLN.model.TrustedListFacade
-
Method to get the unique instance of singleton class TrustedListFacade
- getInstance(String) - Static method in class proseccoCoding.TLN.model.ServiceType
-
Returns the instance associated with the given typeCode, if not present in all types the instance will be added
- getName() - Method in class proseccoCoding.TLN.model.Country
-
Getter for country name
- getName() - Method in class proseccoCoding.TLN.model.Provider
-
Getter for provider name
- getName() - Method in class proseccoCoding.TLN.model.Service
-
Getter for service name
- getName() - Method in class proseccoCoding.TLN.model.ServiceType
-
Getter for type name
- getProvider() - Method in class proseccoCoding.TLN.model.Service
-
Getter for the service provider, could be null if it is not known
- getProvider(String) - Method in class proseccoCoding.TLN.model.Country
-
Returns the provider with the specified providerCode if there is one in this country
- getProviders() - Method in class proseccoCoding.TLN.model.Country
-
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 providers
- getQuery() - Method in class proseccoCoding.TLN.model.TrustedListFacade
-
Returns the current query or null if there isn't one
- getResults() - Method in class proseccoCoding.TLN.model.Query
-
This method returns all Service objects from selectedServiceByType which status is among the ones contained in selectedServiceStatus
- getServices(ServiceType) - Method in class proseccoCoding.TLN.model.Provider
-
Returns all the services saved in the services Multimap that have a service type as value that equals the one given as parameter.
- getServiceTypes() - Method in class proseccoCoding.TLN.model.Provider
-
Returns all the service types provided by this provider.
- getStatus() - Method in class proseccoCoding.TLN.model.Service
-
Getter for service status
- getTypes() - Method in class proseccoCoding.TLN.model.Service
-
Getter for service type
All Classes and Interfaces|All Packages