Uses of Class
org.codeforamerica.open311.facade.City

Packages that use City
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.internals.caching Operations caching related functionality. 
 

Uses of City in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return City
static City City.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static City[] City.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.codeforamerica.open311.facade with parameters of type City
APIWrapperFactory(City city)
          Builds an instance from the desired city.
APIWrapperFactory(City city, EndpointType endpointType)
          Builds an instance from the desired city and endpoint type.
 

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

Methods in org.codeforamerica.open311.internals.caching with parameters of type City
 ServiceDiscoveryInfo Cache.retrieveCachedServiceDiscoveryInfo(City city)
          Looks for the service discovery of a given city in the local cache.
 ServiceDiscoveryInfo AbstractCache.retrieveCachedServiceDiscoveryInfo(City city)
           
 ServiceDiscoveryInfo NoCache.retrieveCachedServiceDiscoveryInfo(City city)
           
 void Cache.saveServiceDiscovery(City city, ServiceDiscoveryInfo serviceDiscovery)
          Saves a object related to a city.
 void AbstractCache.saveServiceDiscovery(City city, ServiceDiscoveryInfo serviceDiscovery)
           
 void NoCache.saveServiceDiscovery(City city, ServiceDiscoveryInfo serviceDiscovery)
           
 



Copyright © 2013 Code for America. All Rights Reserved.