Uses of Record Class
vaultWeb.dtos.dashboard.UserDashboardDto
Packages that use UserDashboardDto
-
Uses of UserDashboardDto in vaultWeb.controllers
Methods in vaultWeb.controllers that return types with arguments of type UserDashboardDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserDashboardDto> DashboardController.getCurrentUserDashboard()org.springframework.http.ResponseEntity<UserDashboardDto> DashboardController.getDashboardForUser(String username) -
Uses of UserDashboardDto in vaultWeb.services
Methods in vaultWeb.services that return UserDashboardDtoModifier and TypeMethodDescriptionDashboardService.buildDashboard(User user) Builds the full dashboard payload for a given user.