Uses of Class
it.univr.passportease.dto.input.RequestInput
Packages that use RequestInput
Package
Description
-
Uses of RequestInput in it.univr.passportease.controller.worker
Methods in it.univr.passportease.controller.worker with parameters of type RequestInputModifier and TypeMethodDescriptionWorkerMutationController.createRequest
(RequestInput requestInput) This mutation creates a request.WorkerMutationController.modifyRequest
(String requestID, RequestInput requestInput) This mutation modifies a request. -
Uses of RequestInput in it.univr.passportease.helper.map
Methods in it.univr.passportease.helper.map with parameters of type RequestInputModifier and TypeMethodDescriptionMapRequest.mapRequestInputToRequest
(RequestInput requestInput, RequestType requestType, Worker worker) MapRequestInput
toRequest
-
Uses of RequestInput in it.univr.passportease.service.worker
Methods in it.univr.passportease.service.worker with parameters of type RequestInputModifier and TypeMethodDescriptionWorkerMutationService.createRequest
(JWT token, RequestInput requestInput) Creates a request.WorkerMutationService.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modifies a request. -
Uses of RequestInput in it.univr.passportease.service.worker.impl
Methods in it.univr.passportease.service.worker.impl with parameters of type RequestInputModifier and TypeMethodDescriptionprivate long
WorkerMutationServiceImpl.countBusyWorkersInOffice
(Office office, RequestInput requestInput) Count busy workers in office, between start and end date and time.WorkerMutationServiceImpl.createRequest
(JWT token, RequestInput requestInput) Create request.private boolean
WorkerMutationServiceImpl.isWorkersNotEnoughForRequest
(RequestInput requestInput, List<Office> offices) Check if there are not enough workers for the request, by checking if there are more requests than workers in each office.WorkerMutationServiceImpl.modifyRequest
(JWT token, String requestID, RequestInput requestInput) Modify request.