Interface DashboardCardController

All Known Implementing Classes:
DashboardCardControllerImpl

public interface DashboardCardController
  • Method Details

    • getDashboardCards

      List<UiCard> getDashboardCards(org.restexpress.Request request, org.restexpress.Response response)
    • setDashboardColumnsView

      void setDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response)
    • getDashboardColumnsView

      DashboardColumnsView getDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response)