Uses of Class
it.univr.passportease.dto.input.NotificationInput
Packages that use NotificationInput
Package
Description
-
Uses of NotificationInput in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user with parameters of type NotificationInputModifier and TypeMethodDescriptionUserMutationController.createNotification
(NotificationInput notificationInput) This mutation creates a notification.UserMutationController.modifyNotification
(NotificationInput notificationInput, UUID notificationId) This mutation modifies a notification. -
Uses of NotificationInput in it.univr.passportease.dto.input
Fields in it.univr.passportease.dto.input declared as NotificationInputModifier and TypeFieldDescriptionprivate NotificationInput
NotificationInputDB.notificationInput
The notification input. -
Uses of NotificationInput in it.univr.passportease.service.user
Methods in it.univr.passportease.service.user with parameters of type NotificationInputModifier and TypeMethodDescriptionUserMutationService.createNotification
(NotificationInput notificationInput, User user) Creates a new notification.UserMutationService.modifyNotification
(NotificationInput notificationInput, UUID notificationId) Modifies a notification. -
Uses of NotificationInput in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl with parameters of type NotificationInputModifier and TypeMethodDescriptionUserMutationServiceImpl.createNotification
(NotificationInput notificationInput, User user) Creates a notification.UserMutationServiceImpl.modifyNotification
(NotificationInput notificationInput, UUID notificationId) Modifies a notification by id