Uses of Class
cronapi.dashboard.DashboardFront
-
Packages that use DashboardFront Package Description cronapi.dashboard cronapi.rest -
-
Uses of DashboardFront in cronapi.dashboard
Methods in cronapi.dashboard that return DashboardFront Modifier and Type Method Description DashboardFrontDashboardService. getDashboard(String dashboardName) -
Uses of DashboardFront in cronapi.rest
Methods in cronapi.rest that return types with arguments of type DashboardFront Modifier and Type Method Description org.springframework.http.ResponseEntity<DashboardFront>DashboardREST. getReport(DashboardFront dashboardFront)Methods in cronapi.rest with parameters of type DashboardFront Modifier and Type Method Description org.springframework.http.ResponseEntity<String>DashboardREST. getContentAsString(DashboardFront dashboardFront, javax.servlet.http.HttpServletResponse response)org.springframework.http.ResponseEntity<DashboardFront>DashboardREST. getReport(DashboardFront dashboardFront)
-