Uses of Class
it.univr.passportease.entity.Notification
Package
Description
-
Uses of Notification in it.univr.passportease.controller.user
Modifier and TypeMethodDescriptionUserMutationController.createNotification
(NotificationInput notificationInput) This mutation creates a notification.UserMutationController.modifyNotification
(NotificationInput notificationInput, UUID notificationId) This mutation modifies a notification.Modifier and TypeMethodDescriptionUserQueryController.getUserNotifications()
This query returns the notifications associated to the user. -
Uses of Notification in it.univr.passportease.helper.map
Modifier and TypeMethodDescriptionMapNotification.mapNotificationInputDBToNotification
(NotificationInputDB notificationInputDB) MapNotificationInputDB
toNotification
-
Uses of Notification in it.univr.passportease.repository
Modifier and TypeMethodDescriptionNotificationRepository.findAllByOfficeAndIsReadyAndRequestType
(Office office, boolean isReady, RequestType requestType) Find all the notifications for the given office, ready status and request type.NotificationRepository.findByUserId
(UUID id) Find all the notifications for the user with the given id. -
Uses of Notification in it.univr.passportease.service.user
Modifier and TypeMethodDescriptionUserMutationService.createNotification
(NotificationInput notificationInput, User user) Creates a new notification.UserMutationService.modifyNotification
(NotificationInput notificationInput, UUID notificationId) Modifies a notification.Modifier and TypeMethodDescriptionUserQueryService.getUserNotifications
(JWT token) Get the list of notifications of the user. -
Uses of Notification in it.univr.passportease.service.user.impl
Modifier and TypeMethodDescriptionUserMutationServiceImpl.createNotification
(NotificationInput notificationInput, User user) Creates a notification.UserMutationServiceImpl.modifyNotification
(NotificationInput notificationInput, UUID notificationId) Modifies a notification by idModifier and TypeMethodDescriptionUserQueryServiceImpl.getUserNotifications
(JWT token) Get the list of notifications of the user. -
Uses of Notification in it.univr.passportease.service.worker.impl
Modifier and TypeMethodDescriptionprivate static @NotNull Notification
WorkerMutationServiceImpl.getNotification
(Request request, Availability availability) Get notification for user that his request has been deleted.