Uses of Class
org.codeforamerica.open311.facade.data.Service

Packages that use Service
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.facade.data Visible data objects of the system. 
org.codeforamerica.open311.internals.caching Operations caching related functionality. 
org.codeforamerica.open311.internals.parsing Parsing-related functionality of the library. 
 

Uses of Service in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return types with arguments of type Service
 List<Service> APIWrapper.getServiceList()
          Gets a list of services from the endpoint.
 

Uses of Service in org.codeforamerica.open311.facade.data
 

Method parameters in org.codeforamerica.open311.facade.data with type arguments of type Service
 void RelationshipManager.addServiceWrapperRelationship(List<Service> services, APIWrapper originator)
          Adds a relationship between a List<Service> and the APIWrapper which generated it.
 

Uses of Service in org.codeforamerica.open311.internals.caching
 

Methods in org.codeforamerica.open311.internals.caching that return types with arguments of type Service
 List<Service> Cache.retrieveCachedServiceList(String endpointUrl)
          Looks for a cached list of services.
 List<Service> AbstractCache.retrieveCachedServiceList(String endpointUrl)
           
 List<Service> NoCache.retrieveCachedServiceList(String endpointUrl)
           
 

Method parameters in org.codeforamerica.open311.internals.caching with type arguments of type Service
 void Cache.saveListOfServices(String endpointUrl, List<Service> services)
          Saves a list of Service objects related to an endpoint.
 void AbstractCache.saveListOfServices(String endpointUrl, List<Service> services)
           
 void NoCache.saveListOfServices(String endpointUrl, List<Service> services)
           
 

Uses of Service in org.codeforamerica.open311.internals.parsing
 

Methods in org.codeforamerica.open311.internals.parsing that return types with arguments of type Service
 List<Service> DataParser.parseServiceList(String rawData)
          Parses the response to the GET service list operation.
 List<Service> JSONParser.parseServiceList(String rawData)
           
 List<Service> XMLParser.parseServiceList(String rawData)
           
 



Copyright © 2013 Code for America. All Rights Reserved.