Uses of Interface
gov.llnl.gnem.apps.coda.common.service.api.WaveformService
Package
Description
-
Uses of WaveformService in gov.llnl.gnem.apps.coda.calibration.application.web
-
Uses of WaveformService in gov.llnl.gnem.apps.coda.calibration.service.impl
ModifierConstructorDescriptionCalibrationServiceImpl
(WaveformService waveformService, PeakVelocityMeasurementService peakVelocityMeasurementsService, SharedFrequencyBandParametersService sharedParametersService, ShapeCalibrationService shapeCalibrationService, SpectraMeasurementService spectraMeasurementService, SyntheticCodaGenerationService syntheticGenerationService, PathCalibrationService pathCalibrationService, MdacParametersFiService mdacFiService, MdacParametersPsService mdacPsService, ReferenceMwParametersService referenceMwService, ValidationMwParametersService validationMwService, SiteCalibrationService siteCalibrationService, SyntheticService syntheticService, NotificationService notificationService, DatabaseCleaningService cleaningService, ConfigurationService configService, SiteFrequencyBandParametersService siteParamsService, SpectraCalculator spectraCalc, WaveformPickService pickService, AutopickingService picker, ExecutorService measureService) MeasuredMwsServiceImpl
(MeasuredMwsRepository measuredMwsRepository, ReferenceMwParametersRepository referenceMwsRepository, ValidationMwParametersRepository validationMwParametersRepository, WaveformService eventRepository) SpectraRatioServiceImpl
(SpectraRatioPairDetailsRepository spectraRatioRepository, SpectraRatioPairInversionSampleRepository spectraRatioPairInversionSampleRepository, SpectraRatioJointInversionSampleRepository spectraRatioJontInversionSampleRepository, NotificationService notificationService, WaveformService waveformService, PeakVelocityMeasurementService peakVelocityMeasurementsService, SharedFrequencyBandParametersService sharedParametersService, SiteFrequencyBandParametersService siteParamsService, ShapeCalibrationService shapeCalibrationService, SpectraCalculator spectraCalc, SyntheticCodaGenerationService syntheticGenerationService, ConfigurationService configService, AutopickingService picker, ExecutorService measureService, MdacCalculatorService mdacService, MdacParametersFiService mdacFiService, MdacParametersPsService mdacPsService, MeasuredMwsService fitMwService, ReferenceMwParametersService refMwService) -
Uses of WaveformService in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
ModifierConstructorDescriptionEventLocalClient
(ReferenceMwParametersService refEventService, ValidationMwParametersService valEventService, MeasuredMwsService measureService, CalibrationService calService, WaveformService waveformService) WaveformLocalClient
(WaveformService service, WaveformPickService pickService, SyntheticService synthService, GeometryService geometryService) -
Uses of WaveformService in gov.llnl.gnem.apps.coda.common.application.web
Modifier and TypeMethodDescriptionWaveformsCollectionJsonController.getWaveformService()
WaveformsItemJsonController.getWaveformService()
Modifier and TypeMethodDescriptionvoid
WaveformsCollectionJsonController.setWaveformService
(WaveformService waveformService) void
WaveformsItemJsonController.setWaveformService
(WaveformService waveformService) ModifierConstructorDescriptionWaveformsCollectionJsonController
(WaveformService waveformService) WaveformsItemJsonController
(WaveformService waveformService) -
Uses of WaveformService in gov.llnl.gnem.apps.coda.common.service.impl
-
Uses of WaveformService in gov.llnl.gnem.apps.coda.envelope.standalone.data.client
ModifierConstructorDescriptionEnvelopeLocalClient
(EnvelopeCreationService service, WaveformService waveformService)