Class InteractionsController

java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.InteractionsController

@Controller public class InteractionsController extends Object
  • Constructor Details

    • InteractionsController

      public InteractionsController(Presentation presentation)
  • Method Details

    • interactions

      @GetMapping("/interaction") public String 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)