Class PerformanceMetricService
java.lang.Object
org.apache.clusterbr.zupportl5.service.PerformanceMetricService
UML Diagrams:




- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
ConstructorsConstructorDescriptionPerformanceMetricService(PerformanceMetricRepository repository, MessageService msgService) -
Method Summary
Modifier and TypeMethodDescriptioncreate(PerformanceMetric entity) booleandeleteById(Integer id) getAll()update(Integer id, PerformanceMetric entity)
-
Constructor Details
-
PerformanceMetricService
@Autowired public PerformanceMetricService(PerformanceMetricRepository repository, MessageService msgService)
-
-
Method Details
-
getAll
-
getById
-
create
-
update
-
deleteById
-