Uses of Class
edu.iris.dmc.service.NoDataFoundException

Packages that use NoDataFoundException
edu.iris.dmc.extensions.fetch   
edu.iris.dmc.service   
 

Uses of NoDataFoundException in edu.iris.dmc.extensions.fetch
 

Methods in edu.iris.dmc.extensions.fetch that throw NoDataFoundException
static Trace[] TraceData.fetchTraces(StationCriteria[] aSc, boolean includePolesZeros)
           
static Trace[] TraceData.fetchTraces(StationCriteria[] aSc, Character qualityChar, boolean includePolesZeros)
           
static Trace[] TraceData.fetchTraces(StationCriteria[] aSc, Character qualityChar, boolean includePolesZeros, String username, String password)
           
static Trace[] TraceData.fetchTraces(StationCriteria[] aSc, Character qualityChar, String username, String password, boolean includePolesZeros)
           
static Trace[] TraceData.fetchTraces(StationCriteria[] aSc, String username, String password, boolean includePolesZeros)
           
static Trace[] TraceData.fetchTraces(String network, String station, String location, String channel, Date startDate, Date endDate, char qualityChar, boolean includePolesZeros)
           
static Trace[] TraceData.fetchTraces(String network, String station, String location, String channel, Date startDate, Date endDate, char qualityChar, boolean includePolesZeros, String username, String password)
           
 

Uses of NoDataFoundException in edu.iris.dmc.service
 

Methods in edu.iris.dmc.service that throw NoDataFoundException
 String RespService.fetch(Criteria criteria)
          Find Resp based on the criteria provided.
 List<edu.iris.dmc.fdsn.station.model.Network> StationService.fetch(Criteria criteria, OutputLevel level)
          Find stations based on the criteria provided.
 List<Event> EventService.fetch(EventCriteria criteria)
          fetch events from IRIS event service
 List<Sacpz> SacpzService.fetch(SacpzCriteria criteria)
          fetch sacpz objects list from IRIS Sacpz service
 List<edu.iris.dmc.fdsn.station.model.Network> StationService.fetch(String url)
           
 String RespService.fetch(String url)
           
 List<Timeseries> WaveformService.fetch(WaveformCriteria criteria)
          Find timeseries based on the criteria provided.
 Event EventService.get(Long id, boolean includeMagnitudes)
          A convenient method to retrieve a single event when the id is provided.
 void WaveformService.stream(OutputStream out, Criteria criteria)
           
 void EventService.stream(OutputStream out, Criteria criteria)
          Stream result into output stream, can be used to save result to a local file.
 void BaseService.stream(OutputStream out, Criteria criteria)
          Stream result into output stream, can be used to save result to a local file.
 



Copyright © 2013. All Rights Reserved.