Package | Description |
---|---|
metricapp.dto.externalElements | |
metricapp.dto.metric | |
metricapp.rest |
This package contains the Rest Controllers.
|
metricapp.service.controller |
Controller package contains logic and business controllers
|
metricapp.service.spec.controller |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<MetricDTO> |
ExternalElementsDTO.metrics |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<MetricDTO> |
MetricCrudDTO.metricsDTO |
Modifier and Type | Method and Description |
---|---|
void |
MetricCrudDTO.addMetricToList(MetricDTO metric) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<MetricCrudDTO> |
MetricRestController.postMeasurementGoalDTO(MetricDTO dto) |
org.springframework.http.ResponseEntity<MetricCrudDTO> |
MetricRestController.putMetricDTO(MetricDTO dto,
java.lang.String onlyChangeState)
This method implements Put interface for Metrics.
|
Modifier and Type | Method and Description |
---|---|
MetricDTO |
MetricCRUDController.getMetricByIdLastApprovedVersion(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MetricDTO> |
MetricCRUDController.getMetricsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
MetricCrudDTO |
MetricCRUDController.changeStateMetric(MetricDTO dto)
This method just change state to a Metric.
|
MetricCrudDTO |
MetricCRUDController.createMetric(MetricDTO dto) |
MetricCrudDTO |
MetricCRUDController.updateMetric(MetricDTO dto)
This method updates a Metric.
|
Modifier and Type | Method and Description |
---|---|
MetricDTO |
MetricCRUDInterface.getMetricByIdLastApprovedVersion(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MetricDTO> |
MetricCRUDInterface.getMetricsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
MetricCrudDTO |
MetricCRUDInterface.changeStateMetric(MetricDTO dto) |
MetricCrudDTO |
MetricCRUDInterface.createMetric(MetricDTO dto) |
MetricCrudDTO |
MetricCRUDInterface.updateMetric(MetricDTO dto) |