Class SessionReportController

java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.SessionReportController

@Controller @RequestMapping("/sessions") public class SessionReportController extends Object
  • Constructor Details

    • SessionReportController

      public SessionReportController(SessionReportService sessionReportService)
  • Method Details

    • getSessionReport

      @GetMapping("/report") @ResponseBody public List<SessionDetails> getSessionReport()
    • listLoggedUsers

      @GetMapping("/active") @ResponseBody public List<Object> listLoggedUsers()
    • getSessionDetails

      @GetMapping("/details") @ResponseBody public Response getSessionDetails()