Class ResearchStudyInvestigatorController
java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.ResearchStudyInvestigatorController
-
Constructor Summary
ConstructorsConstructorDescriptionResearchStudyInvestigatorController
(InvestigatorService investigatorService, ResearchStudyService researchStudyService, InteractionService interactionService) -
Method Summary
Modifier and TypeMethodDescriptionsaveInvestigator
(CollaborationTeamRequest request) updateInvestigator
(InvestigatorRequest request)
-
Constructor Details
-
ResearchStudyInvestigatorController
public ResearchStudyInvestigatorController(InvestigatorService investigatorService, ResearchStudyService researchStudyService, InteractionService interactionService)
-
-
Method Details
-
getInvestigator
-
saveInvestigator
@PostMapping("/collaboration-team") @ResponseBody public Response saveInvestigator(@RequestBody CollaborationTeamRequest request) -
updateInvestigator
@PutMapping("/investigator") @ResponseBody public Response updateInvestigator(@RequestBody InvestigatorRequest request) -
getAuthors
-