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