Uses of Class
it.univr.passportease.exception.illegalstate.OfficeOverloadedException
Package
Description
-
Uses of OfficeOverloadedException in it.univr.passportease.controller.worker
Modifier and TypeMethodDescriptionWorkerMutationController.createRequest
(RequestInput requestInput) This mutation creates a request.WorkerMutationController.modifyRequest
(String requestID, RequestInput requestInput) This mutation modifies a request. -
Uses of OfficeOverloadedException in it.univr.passportease.service.worker
Modifier and TypeMethodDescriptionWorkerMutationService.createRequest
(JWT token, RequestInput requestInput) Creates a request.WorkerMutationService.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modifies a request. -
Uses of OfficeOverloadedException in it.univr.passportease.service.worker.impl
Modifier and TypeMethodDescriptionWorkerMutationServiceImpl.createRequest
(JWT token, RequestInput requestInput) Create request.WorkerMutationServiceImpl.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modify request.