|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDiscoveryInfo | |
---|---|
org.codeforamerica.open311.internals.caching | Operations caching related functionality. |
org.codeforamerica.open311.internals.parsing | Parsing-related functionality of the library. |
Uses of ServiceDiscoveryInfo in org.codeforamerica.open311.internals.caching |
---|
Methods in org.codeforamerica.open311.internals.caching that return ServiceDiscoveryInfo | |
---|---|
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)
|
Methods in org.codeforamerica.open311.internals.caching with parameters of type ServiceDiscoveryInfo | |
---|---|
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)
|
Uses of ServiceDiscoveryInfo in org.codeforamerica.open311.internals.parsing |
---|
Methods in org.codeforamerica.open311.internals.parsing that return ServiceDiscoveryInfo | |
---|---|
ServiceDiscoveryInfo |
DataParser.parseServiceDiscovery(String rawData)
Parses a service discovery and returns an object with its information. |
ServiceDiscoveryInfo |
JSONParser.parseServiceDiscovery(String rawData)
|
ServiceDiscoveryInfo |
XMLParser.parseServiceDiscovery(String rawData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |