Package | Description |
---|---|
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 | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ExternalElementsDTO> |
ExternalElementRestController.getExternalElementsDTO(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
ExternalElementsDTO |
ExternalElementsGetterController.getMeasurementGoalExternalElements(java.lang.String measurementGoalId)
this method fills the return dto with every external informations that are related to
a Measurement Goal.
|
Modifier and Type | Method and Description |
---|---|
ExternalElementsDTO |
ExternalElementsGetterInterface.getMeasurementGoalExternalElements(java.lang.String measurementGoalId) |