Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.notification.NotificationDTO
Packages that use NotificationDTO
Package
Description
-
Uses of NotificationDTO in edu.ntnu.idatt2106_2023_06.backend.mapper
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper that return NotificationDTOModifier and TypeMethodDescriptionstatic NotificationDTO
NotificationMapper.toNotificationDTO
(Notification notification) This method converts a Notification object to a NotificationDTO object.Methods in edu.ntnu.idatt2106_2023_06.backend.mapper that return types with arguments of type NotificationDTOModifier and TypeMethodDescriptionstatic List<NotificationDTO>
NotificationMapper.toNotificationDTO
(List<Notification> notifications) This method converts a list of notifications to a list of notificationDTOs. -
Uses of NotificationDTO in edu.ntnu.idatt2106_2023_06.backend.service.notification
Methods in edu.ntnu.idatt2106_2023_06.backend.service.notification that return types with arguments of type NotificationDTOModifier and TypeMethodDescriptionNotificationService.getAllNotificationsOfSingeUserAsDTO()
Get all notifications of a user as DTOs.