Class ConfigurationServiceImpl
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.service.impl.ConfigurationServiceImpl
- All Implemented Interfaces:
ConfigurationService
@Service
@Transactional
public class ConfigurationServiceImpl
extends Object
implements ConfigurationService
-
Constructor Summary
ConstructorDescriptionConfigurationServiceImpl
(jakarta.persistence.EntityManager em, VelocityConfigurationRepository velConfRepository, CalibrationShapeFitterConstraintsRepository shapeConstraintsRepository, VelocityConfiguration defaultVelConf, ShapeFitterConstraints defaultShapeFitterConstraint, PolygonRepository polygonRepository, NotificationService notificationService) -
Method Summary
Modifier and TypeMethodDescriptionupdate
(ShapeFitterConstraints entry) update
(VelocityConfiguration entry) updatePolygon
(String rawGeoJSON)
-
Constructor Details
-
ConfigurationServiceImpl
@Autowired public ConfigurationServiceImpl(jakarta.persistence.EntityManager em, VelocityConfigurationRepository velConfRepository, CalibrationShapeFitterConstraintsRepository shapeConstraintsRepository, VelocityConfiguration defaultVelConf, ShapeFitterConstraints defaultShapeFitterConstraint, PolygonRepository polygonRepository, NotificationService notificationService)
-
-
Method Details
-
update
- Specified by:
update
in interfaceConfigurationService
-
getVelocityConfiguration
- Specified by:
getVelocityConfiguration
in interfaceConfigurationService
-
update
- Specified by:
update
in interfaceConfigurationService
-
getCalibrationShapeFitterConstraints
- Specified by:
getCalibrationShapeFitterConstraints
in interfaceConfigurationService
-
updatePolygon
- Specified by:
updatePolygon
in interfaceConfigurationService
-
getPolygonGeoJSON
- Specified by:
getPolygonGeoJSON
in interfaceConfigurationService
-