Uses of Class
org.eblocker.server.common.data.dashboard.DashboardCard
Packages that use DashboardCard
-
Uses of DashboardCard in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return types with arguments of type DashboardCardMethods in org.eblocker.server.common.data with parameters of type DashboardCardModifier and TypeMethodDescriptionvoidUserModuleOld.addDashboardCard(DashboardCard dashboardCard) Deprecated.Method parameters in org.eblocker.server.common.data with type arguments of type DashboardCardModifier and TypeMethodDescriptionvoidUserModuleOld.setDashboardCards(List<DashboardCard> dashboardCards) Deprecated.Constructor parameters in org.eblocker.server.common.data with type arguments of type DashboardCardModifierConstructorDescriptionUserModuleOld(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, List<DashboardCard> dashboardCards, Integer customBlacklistId, Integer customWhitelistId) Deprecated. -
Uses of DashboardCard in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return DashboardCardModifier and TypeMethodDescriptionDashboardService.generateBlockerStatisticsTotalCard()Deprecated.2 or 3 Columns: upper right 1 column: below statistics cardDashboardService.generateDnsStatisticsCard()Deprecated.2 or 3 Columns: upper left 1 column: on top of statistics total cardDashboardService.generateEblockerMobileCard()Deprecated.DashboardService.generateFilterCard()Deprecated.DashboardService.generateIconCard()Deprecated.DashboardService.generateSearchCard()Deprecated.DashboardService.generateWhitelistDnsCard()Deprecated.DashboardService.normalizeCustomPosition(List<DashboardCard> cards, DashboardCard card) Deprecated.Either all cards need to have a custom position set for specific number of columns or none.Methods in org.eblocker.server.http.service that return types with arguments of type DashboardCardMethods in org.eblocker.server.http.service with parameters of type DashboardCardModifier and TypeMethodDescriptionDashboardService.normalizeCustomPosition(List<DashboardCard> cards, DashboardCard card) Deprecated.Either all cards need to have a custom position set for specific number of columns or none.Method parameters in org.eblocker.server.http.service with type arguments of type DashboardCardModifier and TypeMethodDescriptionDashboardService.normalizeCustomPosition(List<DashboardCard> cards, DashboardCard card) Deprecated.Either all cards need to have a custom position set for specific number of columns or none.