Uses of Class
org.eblocker.server.http.service.DashboardCardService
Packages that use DashboardCardService
Package
Description
-
Uses of DashboardCardService in org.eblocker.server.common.data.migrations
Constructors in org.eblocker.server.common.data.migrations with parameters of type DashboardCardServiceModifierConstructorDescriptionSchemaMigrationVersion39(DataSource dataSource, DashboardCardService dashboardCardService, UserMigrationService userMigrationService) SchemaMigrationVersion40(DataSource dataSource, DashboardCardService dashboardCardService) SchemaMigrationVersion41(DataSource dataSource, DashboardCardService dashboardCardService) SchemaMigrationVersion42(DataSource dataSource, DashboardCardService dashboardCardService) SchemaMigrationVersion43(DataSource dataSource, DashboardCardService dashboardCardService) SchemaMigrationVersion48(DataSource dataSource, DashboardCardService dashboardCardService) -
Uses of DashboardCardService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type DashboardCardServiceModifierConstructorDescriptionDashboardCardControllerImpl(PageContextStore pageContextStore, SessionStore sessionStore, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DeviceService deviceService, UserService userService, DashboardCardService dashboardCardService) -
Uses of DashboardCardService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type DashboardCardServiceModifierConstructorDescriptionUserService(DataSource datasource, DeviceService deviceService, DashboardCardService dashboardCardService, String standardUserTranslation)