Uses of Class
it.univr.passportease.exception.notfound.WorkerNotFoundException
Packages that use WorkerNotFoundException
Package
Description
-
Uses of WorkerNotFoundException in it.univr.passportease.controller.worker
Methods in it.univr.passportease.controller.worker that throw WorkerNotFoundExceptionModifier and TypeMethodDescriptionWorkerMutationController.createRequest(RequestInput requestInput) This mutation creates a request.voidWorkerMutationController.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
Methods in it.univr.passportease.service.worker that throw WorkerNotFoundExceptionModifier and TypeMethodDescriptionWorkerMutationService.createRequest(JWT token, RequestInput requestInput) Creates a request.voidWorkerMutationService.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
Methods in it.univr.passportease.service.worker.impl that throw WorkerNotFoundExceptionModifier and TypeMethodDescriptionWorkerMutationServiceImpl.createRequest(JWT token, RequestInput requestInput) Create request.voidWorkerMutationServiceImpl.deleteRequest(JWT token, String requestID) Delete request.Login aWorkerWorkerMutationServiceImpl.modifyRequest(JWT token, String requestID, RequestInput requestInput) Modify request.