Uses of Class
proseccoCoding.TLN.model.Service
Packages that use Service
-
Uses of Service in proseccoCoding.TLN.model
Fields in proseccoCoding.TLN.model with type parameters of type ServiceModifier and TypeFieldDescriptionQuery.selectedServicesByType
ArrayList that stores the Service objects which service type has been selected by the userprivate com.google.common.collect.SetMultimap<ServiceType,
Service> Provider.services
Multimap that stores the services as value and the related type as keyMethods in proseccoCoding.TLN.model that return types with arguments of type ServiceModifier and TypeMethodDescriptionQuery.getResults()
This method returns all Service objects from selectedServiceByType which status is among the ones contained in selectedServiceStatusProvider.getServices
(ServiceType type) Returns all the services saved in the services Multimap that have a service type as value that equals the one given as parameter.Methods in proseccoCoding.TLN.model with parameters of type ServiceModifier and TypeMethodDescriptionboolean
Provider.addService
(Service service) Adds the service to the provider