Uses of Class
org.eblocker.server.common.data.dashboard.UiCard
Packages that use UiCard
Package
Description
-
Uses of UiCard in org.eblocker.server.common.data.dashboard
Subclasses of UiCard in org.eblocker.server.common.data.dashboardMethods in org.eblocker.server.common.data.dashboard with parameters of type UiCardModifier and TypeMethodDescriptionstatic UiCardColumnPosition[]UiCardDefaultPositionMapping.getStaticPositions(UiCard card) Method parameters in org.eblocker.server.common.data.dashboard with type arguments of type UiCard -
Uses of UiCard in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return types with arguments of type UiCardModifier and TypeMethodDescriptionDashboardCardController.getDashboardCards(org.restexpress.Request request, org.restexpress.Response response) -
Uses of UiCard in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return types with arguments of type UiCardModifier and TypeMethodDescriptionDashboardCardControllerImpl.getDashboardCards(org.restexpress.Request request, org.restexpress.Response response) -
Uses of UiCard in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return UiCardModifier and TypeMethodDescriptionDashboardCardService.createParentalControlCard(int referencingUserId, String name, String requiredFeature) Create a new parental control dashboard card.DashboardCardService.saveDashboardCardIfNotExists(UiCard card) DashboardCardService.saveNewDashboardCard(UiCard card) Methods in org.eblocker.server.http.service that return types with arguments of type UiCardModifier and TypeMethodDescriptionDashboardCardService.getAll()DashboardCardService.getDashboardCards(DashboardColumnsView columns) Methods in org.eblocker.server.http.service with parameters of type UiCardModifier and TypeMethodDescriptionDashboardCardService.saveDashboardCardIfNotExists(UiCard card) DashboardCardService.saveNewDashboardCard(UiCard card) Method parameters in org.eblocker.server.http.service with type arguments of type UiCard