Uses of Class
it.univr.passportease.exception.notfound.OfficeNotFoundException
Package
Description
-
Uses of OfficeNotFoundException 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. -
Uses of OfficeNotFoundException in it.univr.passportease.controller.worker
Modifier and TypeMethodDescriptionWorkerAuthController.registerWorker
(WorkerInput workerInput) Deprecated. -
Uses of OfficeNotFoundException 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. -
Uses of OfficeNotFoundException 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 id -
Uses of OfficeNotFoundException in it.univr.passportease.service.worker
Modifier and TypeMethodDescriptionWorkerAuthService.register
(WorkerInput workerInput) Deprecated. -
Uses of OfficeNotFoundException in it.univr.passportease.service.worker.impl
WorkerAuthController.loginWorker(String, String)
instead.