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

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

Methods in org.codeforamerica.open311.facade that return ServiceRequest
 ServiceRequest APIWrapper.getServiceRequest(String serviceRequestId)
          GET Service Request operation.
 

Methods in org.codeforamerica.open311.facade that return types with arguments of type ServiceRequest
 List<ServiceRequest> APIWrapper.getServiceRequests(GETServiceRequestsFilter operationData)
          Retrieves all the service requests which accord to the given data.
 

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

Methods in org.codeforamerica.open311.internals.caching that return ServiceRequest
 ServiceRequest Cache.retrieveCachedServiceRequest(String endpointUrl, String serviceRequestId)
          Looks for a cached GET service request response.
 ServiceRequest AbstractCache.retrieveCachedServiceRequest(String endpointUrl, String serviceRequestId)
           
 ServiceRequest NoCache.retrieveCachedServiceRequest(String endpointUrl, String serviceRequestId)
           
 

Methods in org.codeforamerica.open311.internals.caching that return types with arguments of type ServiceRequest
 List<ServiceRequest> Cache.retrieveCachedServiceRequests(String endpointUrl, GETServiceRequestsFilter filter)
          Looks for a cached GET service requests response.
 List<ServiceRequest> AbstractCache.retrieveCachedServiceRequests(String endpointUrl, GETServiceRequestsFilter filter)
           
 List<ServiceRequest> NoCache.retrieveCachedServiceRequests(String endpointUrl, GETServiceRequestsFilter filter)
           
 

Methods in org.codeforamerica.open311.internals.caching with parameters of type ServiceRequest
 void Cache.saveSingleServiceRequest(String endpointUrl, String serviceRequestId, ServiceRequest request)
          Saves a service request.
 void AbstractCache.saveSingleServiceRequest(String endpointUrl, String serviceRequestId, ServiceRequest request)
           
 void NoCache.saveSingleServiceRequest(String endpointUrl, String serviceRequestId, ServiceRequest request)
           
 

Method parameters in org.codeforamerica.open311.internals.caching with type arguments of type ServiceRequest
 void Cache.saveServiceRequestList(String endpointUrl, GETServiceRequestsFilter filter, List<ServiceRequest> requests)
          Saves a list of service requests.
 void AbstractCache.saveServiceRequestList(String endpointUrl, GETServiceRequestsFilter filter, List<ServiceRequest> requests)
           
 void NoCache.saveServiceRequestList(String endpointUrl, GETServiceRequestsFilter filter, List<ServiceRequest> requests)
           
 

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

Methods in org.codeforamerica.open311.internals.parsing that return types with arguments of type ServiceRequest
 List<ServiceRequest> DataParser.parseServiceRequests(String rawData)
          Parses a list of service requests.
 List<ServiceRequest> JSONParser.parseServiceRequests(String rawData)
           
 List<ServiceRequest> XMLParser.parseServiceRequests(String rawData)
           
 



Copyright © 2013 Code for America. All Rights Reserved.