Class InvestigatorDetailsController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.InvestigatorDetailsController
-
Constructor Summary
ConstructorsConstructorDescriptionInvestigatorDetailsController
(Presentation presentation, InteractionService interactionService) -
Method Summary
Modifier and TypeMethodDescriptionrenderPublicationFragment
(int count, String citation_identifier, org.springframework.ui.Model model) uploadParticipant
(String studyId, String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, String tab) uploadStudy
(String studyId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, String tab)
-
Constructor Details
-
InvestigatorDetailsController
public InvestigatorDetailsController(Presentation presentation, InteractionService interactionService)
-
-
Method Details
-
uploadStudy
@GetMapping("/uploadStudy/{studyId}") @RequiresUserPermission(permission="UPLOAD_STUDY_DB") public String uploadStudy(@PathVariable String studyId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, @RequestParam(required=false) String tab) -
uploadParticipant
@GetMapping("/mystudies/uploadParticipant/{studyId}/{participantId}") @RequiresUserPermission(permission="UPLOAD_CGM_DATA") public String uploadParticipant(@PathVariable String studyId, @PathVariable String participantId, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, @RequestParam(required=false) String tab) -
renderPublicationFragment
-