Uses of Class
it.univr.passportease.entity.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that return NotificationModifier and TypeMethodDescriptionUserMutationController.createNotification
(NotificationInput notificationInput) This mutation creates a notification.UserMutationController.modifyNotification
(NotificationInput notificationInput, UUID notificationId) This mutation modifies a notification.Methods in it.univr.passportease.controller.user that return types with arguments of type NotificationModifier and TypeMethodDescriptionUserQueryController.getUserNotifications()
This query returns the notifications associated to the user. -
Uses of Notification in it.univr.passportease.helper.map
Methods in it.univr.passportease.helper.map that return NotificationModifier and TypeMethodDescriptionMapNotification.mapNotificationInputDBToNotification
(NotificationInputDB notificationInputDB) MapNotificationInputDB
toNotification
-
Uses of Notification in it.univr.passportease.repository
Methods in it.univr.passportease.repository that return types with arguments of type NotificationModifier 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
Methods in it.univr.passportease.service.user that return NotificationModifier and TypeMethodDescriptionUserMutationService.createNotification
(NotificationInput notificationInput, User user) Creates a new notification.UserMutationService.modifyNotification
(NotificationInput notificationInput, UUID notificationId) Modifies a notification.Methods in it.univr.passportease.service.user that return types with arguments of type NotificationModifier and TypeMethodDescriptionUserQueryService.getUserNotifications
(JWT token) Get the list of notifications of the user. -
Uses of Notification in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl that return NotificationModifier and TypeMethodDescriptionUserMutationServiceImpl.createNotification
(NotificationInput notificationInput, User user) Creates a notification.UserMutationServiceImpl.modifyNotification
(NotificationInput notificationInput, UUID notificationId) Modifies a notification by idMethods in it.univr.passportease.service.user.impl that return types with arguments of type NotificationModifier and TypeMethodDescriptionUserQueryServiceImpl.getUserNotifications
(JWT token) Get the list of notifications of the user. -
Uses of Notification in it.univr.passportease.service.worker.impl
Methods in it.univr.passportease.service.worker.impl that return NotificationModifier and TypeMethodDescriptionprivate static @NotNull Notification
WorkerMutationServiceImpl.getNotification
(Request request, Availability availability) Get notification for user that his request has been deleted.