Uses of Class
gov.llnl.gnem.apps.coda.calibration.model.domain.SiteFrequencyBandParameters
Packages that use SiteFrequencyBandParameters
Package
Description
-
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.application.web
Methods in gov.llnl.gnem.apps.coda.calibration.application.web that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SiteFrequencyBandParameters>>
SiteFrequencyBandParametersCollectionJsonController.list()
Methods in gov.llnl.gnem.apps.coda.calibration.application.web with parameters of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
SiteFrequencyBandParametersCollectionJsonController.create
(@Valid SiteFrequencyBandParameters siteFrequencyBandParameters, org.springframework.validation.BindingResult result) Method parameters in gov.llnl.gnem.apps.coda.calibration.application.web with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
SiteFrequencyBandParametersCollectionJsonController.updateBatch
(@Valid Collection<SiteFrequencyBandParameters> siteFrequencyBandParameters, org.springframework.validation.BindingResult result) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.gui.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionreactor.core.publisher.Flux<SiteFrequencyBandParameters>
ParameterWebClient.getSiteSpecificFrequencyBandParameters()
Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.data.client with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>
ParameterWebClient.setSiteSpecificFrequencyBandParameter
(List<SiteFrequencyBandParameters> parameters) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionreactor.core.publisher.Flux<SiteFrequencyBandParameters>
ParameterClient.getSiteSpecificFrequencyBandParameters()
Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>
ParameterClient.setSiteSpecificFrequencyBandParameter
(List<SiteFrequencyBandParameters> corrections) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParameters.mergeNonNullOrEmptyFields
(SiteFrequencyBandParameters overlay) SiteFrequencyBandParameters.setHighFrequency
(double highFrequency) SiteFrequencyBandParameters.setLowFrequency
(double lowFrequency) SiteFrequencyBandParameters.setSiteTerm
(double siteTerm) SiteFrequencyBandParameters.setStation
(Station station) Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return types with arguments of type SiteFrequencyBandParametersMethods in gov.llnl.gnem.apps.coda.calibration.model.domain with parameters of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParameters.mergeNonNullOrEmptyFields
(SiteFrequencyBandParameters overlay) Method parameters in gov.llnl.gnem.apps.coda.calibration.model.domain with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteCorrections.setSiteCorrections
(Set<SiteFrequencyBandParameters> siteCorrections) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.repository
Methods in gov.llnl.gnem.apps.coda.calibration.repository that return SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersRepository.findByUniqueFields
(String networkName, String stationName, double lowFrequency, double highFrequency) Methods in gov.llnl.gnem.apps.coda.calibration.repository that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersRepository.findByUniqueFields
(String stationName, double lowFrequency, double highFrequency) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.service.api
Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersService.update
(SiteFrequencyBandParameters entry) Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteCalibrationService.measureSiteCorrections
(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, MdacParametersFI mdacFI, Map<PICK_TYPES, MdacParametersPS> mdacPS, Map<String, List<ReferenceMwParameters>> refMws, Map<String, List<ValidationMwParameters>> valMws, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, PICK_TYPES selectedPhase) Methods in gov.llnl.gnem.apps.coda.calibration.service.api with parameters of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersService.update
(SiteFrequencyBandParameters entry) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.service.impl
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersServiceImpl.findOneForUpdate
(Long id) SiteFrequencyBandParametersServiceImpl.save
(SiteFrequencyBandParameters entity) SiteFrequencyBandParametersServiceImpl.update
(SiteFrequencyBandParameters entry) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersServiceImpl.findAll()
SiteFrequencyBandParametersServiceImpl.getEntityType()
SiteCalibrationServiceImpl.measureSiteCorrections
(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, MdacParametersFI mdacFI, Map<PICK_TYPES, MdacParametersPS> mdacPS, Map<String, List<ReferenceMwParameters>> refMws, Map<String, List<ValidationMwParameters>> valMws, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, PICK_TYPES selectedPhase) SiteFrequencyBandParametersServiceImpl.save
(Iterable<SiteFrequencyBandParameters> entities) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl with parameters of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionvoid
SiteFrequencyBandParametersServiceImpl.delete
(SiteFrequencyBandParameters siteFrequencyBandParameters) SiteFrequencyBandParametersServiceImpl.save
(SiteFrequencyBandParameters entity) SiteFrequencyBandParametersServiceImpl.update
(SiteFrequencyBandParameters entry) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionSiteFrequencyBandParametersServiceImpl.save
(Iterable<SiteFrequencyBandParameters> entities) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.standalone.data.client that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionreactor.core.publisher.Flux<SiteFrequencyBandParameters>
ParameterLocalClient.getSiteSpecificFrequencyBandParameters()
Method parameters in gov.llnl.gnem.apps.coda.calibration.standalone.data.client with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>
ParameterLocalClient.setSiteSpecificFrequencyBandParameter
(List<SiteFrequencyBandParameters> parameters) -
Uses of SiteFrequencyBandParameters in gov.llnl.gnem.apps.coda.common.service.util
Methods in gov.llnl.gnem.apps.coda.common.service.util that return types with arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionMetadataUtils.mapSiteParamsToFrequencyBands
(List<SiteFrequencyBandParameters> params) Method parameters in gov.llnl.gnem.apps.coda.common.service.util with type arguments of type SiteFrequencyBandParametersModifier and TypeMethodDescriptionMetadataUtils.mapSiteParamsToFrequencyBands
(List<SiteFrequencyBandParameters> params)