Uses of Class
it.univr.passportease.exception.notfound.WorkerNotFoundException
Package
Description
-
Uses of WorkerNotFoundException in it.univr.passportease.controller.worker
Modifier and TypeMethodDescriptionWorkerMutationController.createRequest
(RequestInput requestInput) This mutation creates a request.void
WorkerMutationController.deleteRequest
(String requestID) This mutation deletes a request.WorkerAuthController.loginWorker
(String username, String password) Logs in the worker with the given username and password.WorkerMutationController.modifyRequest
(String requestID, RequestInput requestInput) This mutation modifies a request. -
Uses of WorkerNotFoundException in it.univr.passportease.service.worker
Modifier and TypeMethodDescriptionWorkerMutationService.createRequest
(JWT token, RequestInput requestInput) Creates a request.void
WorkerMutationService.deleteRequest
(JWT token, String requestID) Deletes a request.Logs in the worker with the given fiscal code and password.WorkerMutationService.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modifies a request. -
Uses of WorkerNotFoundException in it.univr.passportease.service.worker.impl
Modifier and TypeMethodDescriptionWorkerMutationServiceImpl.createRequest
(JWT token, RequestInput requestInput) Create request.void
WorkerMutationServiceImpl.deleteRequest
(JWT token, String requestID) Delete request.Login aWorker
WorkerMutationServiceImpl.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modify request.