Interface WaveformService
- All Superinterfaces:
BaseService<Waveform,
Long>
- All Known Implementing Classes:
WaveformServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionfindAllActiveStacksByEventIdAndStationNames
(String eventId, List<String> stationNames) findAllMetadata
(List<Long> ids) findEventById
(String eventId) getAllActiveStacksInStationNames
(List<String> stationNames) getByExampleAllDistinctMatching
(Waveform waveform) getByMatchingKeys
(Station station, String eventId, Double lowFrequency, Double highFrequency) setActiveFlagByEventId
(String eventId, boolean active) setActiveFlagByStationName
(String stationName, boolean active) setActiveFlagByStationNameAndEventId
(String stationName, String eventId, boolean active) setActiveFlagForIds
(List<Long> selectedWaveforms, boolean active)
-
Method Details
-
getByExampleAllDistinctMatching
-
getAllStacks
-
getAllActiveStacks
-
update
-
update
-
getUniqueEventStationStacks
-
findEventById
-
findAllMetadata
-
setActiveFlagForIds
-
setActiveFlagByEventId
-
setActiveFlagByStationName
-
setActiveFlagByStationNameAndEventId
-
findAllActiveStacksByEventIdAndStationNames
-
getAllActiveStacksInStationNames
-
getUniqueEventIds
-
getByMatchingKeys
-