Uses of Class
edu.ntnu.idatt2106_2023_06.backend.model.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in edu.ntnu.idatt2106_2023_06.backend.mapper
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper with parameters of type NotificationModifier and TypeMethodDescriptionstatic NotificationDTO
NotificationMapper.toNotificationDTO
(Notification notification) This method converts a Notification object to a NotificationDTO object.Method parameters in edu.ntnu.idatt2106_2023_06.backend.mapper with type arguments of type NotificationModifier and TypeMethodDescriptionstatic List<NotificationDTO>
NotificationMapper.toNotificationDTO
(List<Notification> notifications) This method converts a list of notifications to a list of notificationDTOs. -
Uses of Notification in edu.ntnu.idatt2106_2023_06.backend.repo.notification
Methods in edu.ntnu.idatt2106_2023_06.backend.repo.notification that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationRepository.findByFridgeItem
(FridgeItems fridgeItem) NotificationRepository.findByUser
(User user) -
Uses of Notification 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 NotificationModifier and TypeMethodDescriptionNotificationService.getAllNotificationsOfSingeUser()
Get all notifications of a user.