Package | Description |
---|---|
metricapp.dto.externalElements | |
metricapp.dto.question | |
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<QuestionDTO> |
ExternalElementsDTO.questions |
Modifier and Type | Field and Description |
---|---|
private java.util.List<QuestionDTO> |
QuestionCrudDTO.questionList |
Modifier and Type | Method and Description |
---|---|
void |
QuestionCrudDTO.addQuestionToList(QuestionDTO questionDTO) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<QuestionCrudDTO> |
QuestionRestController.createQuestionDTO(QuestionDTO questionDTO) |
org.springframework.http.ResponseEntity<QuestionCrudDTO> |
QuestionRestController.updateQuestionDTO(QuestionDTO questionDTO) |
Modifier and Type | Method and Description |
---|---|
QuestionDTO |
QuestionCRUDController.getQuestionByIdLastApprovedVersion(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuestionDTO> |
QuestionCRUDController.getQuestionsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
QuestionCrudDTO |
QuestionCRUDController.createQuestion(QuestionDTO questionDTO) |
QuestionCrudDTO |
QuestionCRUDController.updateQuestion(QuestionDTO questionDTO) |
Modifier and Type | Method and Description |
---|---|
QuestionDTO |
QuestionCRUDInterface.getQuestionByIdLastApprovedVersion(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuestionDTO> |
QuestionCRUDInterface.getQuestionsByPointerBusList(java.util.List<PointerBus> list) |
Modifier and Type | Method and Description |
---|---|
QuestionCrudDTO |
QuestionCRUDInterface.createQuestion(QuestionDTO dto) |
QuestionCrudDTO |
QuestionCRUDInterface.updateQuestion(QuestionDTO dto) |