Interface DashboardCardController
- All Known Implementing Classes:
DashboardCardControllerImpl
public interface DashboardCardController
-
Method Summary
Modifier and TypeMethodDescriptiongetDashboardCards(org.restexpress.Request request, org.restexpress.Response response) getDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response) voidsetDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response)
-
Method Details
-
getDashboardCards
-
setDashboardColumnsView
void setDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response) -
getDashboardColumnsView
DashboardColumnsView getDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response)
-