Class DashboardCardControllerImpl
java.lang.Object
org.eblocker.server.http.server.SessionContextController
org.eblocker.server.http.controller.impl.DashboardCardControllerImpl
- All Implemented Interfaces:
DashboardCardController
public class DashboardCardControllerImpl
extends SessionContextController
implements DashboardCardController
-
Constructor Summary
ConstructorsConstructorDescriptionDashboardCardControllerImpl(PageContextStore pageContextStore, SessionStore sessionStore, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DeviceService deviceService, UserService userService, DashboardCardService dashboardCardService) -
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) Methods inherited from class org.eblocker.server.http.server.SessionContextController
getPageContext, getPageContext, getSession, isPageContextValid
-
Constructor Details
-
DashboardCardControllerImpl
@Inject public DashboardCardControllerImpl(PageContextStore pageContextStore, SessionStore sessionStore, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DeviceService deviceService, UserService userService, DashboardCardService dashboardCardService)
-
-
Method Details
-
getDashboardCards
public List<UiCard> getDashboardCards(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getDashboardCardsin interfaceDashboardCardController
-
setDashboardColumnsView
public void setDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
setDashboardColumnsViewin interfaceDashboardCardController
-
getDashboardColumnsView
public DashboardColumnsView getDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getDashboardColumnsViewin interfaceDashboardCardController
-