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

Packages that use ServiceDefinition
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 ServiceDefinition in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return ServiceDefinition
 ServiceDefinition APIWrapper.getServiceDefinition(String serviceCode)
          Gets the service definition of a concrete service.
 

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

Methods in org.codeforamerica.open311.facade.data that return ServiceDefinition
 ServiceDefinition Service.getServiceDefinition()
          Retrieves the ServiceDefinition of this instance.
 

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

Methods in org.codeforamerica.open311.internals.caching that return ServiceDefinition
 ServiceDefinition Cache.retrieveCachedServiceDefinition(String endpointUrl, String serviceCode)
          Looks for a cached service definition.
 ServiceDefinition AbstractCache.retrieveCachedServiceDefinition(String endpointUrl, String serviceCode)
           
 ServiceDefinition NoCache.retrieveCachedServiceDefinition(String endpointUrl, String serviceCode)
           
 

Methods in org.codeforamerica.open311.internals.caching with parameters of type ServiceDefinition
 void Cache.saveServiceDefinition(String endpointUrl, String serviceCode, ServiceDefinition serviceDefinition)
          Saves a service definition.
 void AbstractCache.saveServiceDefinition(String endpointUrl, String serviceCode, ServiceDefinition serviceDefinition)
           
 void NoCache.saveServiceDefinition(String endpointUrl, String serviceCode, ServiceDefinition serviceDefinition)
           
 

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

Methods in org.codeforamerica.open311.internals.parsing that return ServiceDefinition
 ServiceDefinition DataParser.parseServiceDefinition(String rawData)
          Parses a service definition.
 ServiceDefinition JSONParser.parseServiceDefinition(String rawData)
           
 ServiceDefinition XMLParser.parseServiceDefinition(String rawData)
           
 



Copyright © 2013 Code for America. All Rights Reserved.