Uses of Class
org.apache.clusterbr.zupportl5.entity.PerformanceMetric
Packages that use PerformanceMetric
Package
Description
-
Uses of PerformanceMetric in org.apache.clusterbr.zupportl5.controller
Methods in org.apache.clusterbr.zupportl5.controller that return types with arguments of type PerformanceMetricModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PerformanceMetric>PerformanceMetricController.create(PerformanceMetric item) org.springframework.http.ResponseEntity<List<PerformanceMetric>>PerformanceMetricController.getAll()org.springframework.http.ResponseEntity<PerformanceMetric>org.springframework.http.ResponseEntity<PerformanceMetric>PerformanceMetricController.update(Integer id, PerformanceMetric item) Methods in org.apache.clusterbr.zupportl5.controller with parameters of type PerformanceMetricModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PerformanceMetric>PerformanceMetricController.create(PerformanceMetric item) org.springframework.http.ResponseEntity<PerformanceMetric>PerformanceMetricController.update(Integer id, PerformanceMetric item) -
Uses of PerformanceMetric in org.apache.clusterbr.zupportl5.service
Methods in org.apache.clusterbr.zupportl5.service that return PerformanceMetricModifier and TypeMethodDescriptionPerformanceMetricService.create(PerformanceMetric entity) PerformanceMetricService.update(Integer id, PerformanceMetric entity) Methods in org.apache.clusterbr.zupportl5.service that return types with arguments of type PerformanceMetricMethods in org.apache.clusterbr.zupportl5.service with parameters of type PerformanceMetricModifier and TypeMethodDescriptionPerformanceMetricService.create(PerformanceMetric entity) PerformanceMetricService.update(Integer id, PerformanceMetric entity)