Class InteractionsController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.InteractionsController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivity
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) activityLog
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) databaseInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) failedCgmFileInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) failedParticipant
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) failedParticipantFileInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) failedStudy
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) fileInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) participantInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) studyInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) successCgmFileInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) successParticipant
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) successParticipantFileInteraction
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) successStudy
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
InteractionsController
-
-
Method Details
-
interactions
-
studyInteraction
@GetMapping("/interaction/study") public String studyInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
successStudy
@GetMapping("/interaction/study/success") public String successStudy(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
failedStudy
@GetMapping("/interaction/study/failed") public String failedStudy(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
participantInteraction
@GetMapping("/interaction/participant") public String participantInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
successParticipant
@GetMapping("/interaction/participant/success") public String successParticipant(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
failedParticipant
@GetMapping("/interaction/participant/failed") public String failedParticipant(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
fileInteraction
@GetMapping("/interaction/file") public String fileInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
databaseInteraction
@GetMapping("/interaction/file/database") public String databaseInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
successParticipantFileInteraction
@GetMapping("/interaction/file/success-participant") public String successParticipantFileInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
failedParticipantFileInteraction
@GetMapping("/interaction/file/failed-participant") public String failedParticipantFileInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
successCgmFileInteraction
@GetMapping("/interaction/file/success-cgm") public String successCgmFileInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
failedCgmFileInteraction
@GetMapping("/interaction/file/failed-cgm") public String failedCgmFileInteraction(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
activity
@GetMapping("/interaction/activity") public String activity(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
activityLog
@GetMapping("/interaction/activity/user") public String activityLog(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-