Uses of Interface
gov.llnl.gnem.apps.coda.common.service.api.WaveformService
Packages that use WaveformService
Package
Description
-
Uses of WaveformService in gov.llnl.gnem.apps.coda.calibration.application.web
Constructors in gov.llnl.gnem.apps.coda.calibration.application.web with parameters of type WaveformService -
Uses of WaveformService in gov.llnl.gnem.apps.coda.calibration.service.impl
Constructors in gov.llnl.gnem.apps.coda.calibration.service.impl with parameters of type WaveformServiceModifierConstructorDescriptionCalibrationServiceImpl
(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
Constructors in gov.llnl.gnem.apps.coda.calibration.standalone.data.client with parameters of type WaveformServiceModifierConstructorDescriptionEventLocalClient
(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
Methods in gov.llnl.gnem.apps.coda.common.application.web that return WaveformServiceModifier and TypeMethodDescriptionWaveformsCollectionJsonController.getWaveformService()
WaveformsItemJsonController.getWaveformService()
Methods in gov.llnl.gnem.apps.coda.common.application.web with parameters of type WaveformServiceModifier and TypeMethodDescriptionvoid
WaveformsCollectionJsonController.setWaveformService
(WaveformService waveformService) void
WaveformsItemJsonController.setWaveformService
(WaveformService waveformService) Constructors in gov.llnl.gnem.apps.coda.common.application.web with parameters of type WaveformServiceModifierConstructorDescriptionWaveformsCollectionJsonController
(WaveformService waveformService) WaveformsItemJsonController
(WaveformService waveformService) -
Uses of WaveformService in gov.llnl.gnem.apps.coda.common.service.impl
Classes in gov.llnl.gnem.apps.coda.common.service.impl that implement WaveformService -
Uses of WaveformService in gov.llnl.gnem.apps.coda.envelope.standalone.data.client
Constructors in gov.llnl.gnem.apps.coda.envelope.standalone.data.client with parameters of type WaveformServiceModifierConstructorDescriptionEnvelopeLocalClient
(EnvelopeCreationService service, WaveformService waveformService)