Uses of Class
org.eblocker.server.common.data.dashboard.DashboardColumnsView
Packages that use DashboardColumnsView
Package
Description
-
Uses of DashboardColumnsView in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return DashboardColumnsViewMethods in org.eblocker.server.common.data with parameters of type DashboardColumnsViewModifier and TypeMethodDescriptionvoidUserModule.setDashboardColumnsView(DashboardColumnsView dashboardColumnsView) Constructors in org.eblocker.server.common.data with parameters of type DashboardColumnsViewModifierConstructorDescriptionUserModule(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, DashboardColumnsView dashboardColumnsView, Integer customBlacklistId, Integer customWhitelistId) -
Uses of DashboardColumnsView in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return DashboardColumnsViewModifier and TypeMethodDescriptionDashboardCardController.getDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response) -
Uses of DashboardColumnsView in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return DashboardColumnsViewModifier and TypeMethodDescriptionDashboardCardControllerImpl.getDashboardColumnsView(org.restexpress.Request request, org.restexpress.Response response) -
Uses of DashboardColumnsView in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return DashboardColumnsViewModifier and TypeMethodDescriptionDashboardCardService.getNewDashboardCardColumns(UserRole userRole) DashboardCardService.getUpdatedColumnsView(DashboardColumnsView columns, UserRole userRole, List<AccessRight> accessRights) This method finds all cards that are either valid for a user and are not yet included in the user's DashboardColumnsView or that are still in the user's DashboardColumnsView, but are no longer valid for that user.Methods in org.eblocker.server.http.service with parameters of type DashboardColumnsViewModifier and TypeMethodDescriptionDashboardCardService.getDashboardCards(DashboardColumnsView columns) DashboardCardService.getUpdatedColumnsView(DashboardColumnsView columns, UserRole userRole, List<AccessRight> accessRights) This method finds all cards that are either valid for a user and are not yet included in the user's DashboardColumnsView or that are still in the user's DashboardColumnsView, but are no longer valid for that user.UserService.updateUser(Integer id, DashboardColumnsView columns)