Uses of Class
it.univr.passportease.dto.input.RequestInput
Package
Description
-
Uses of RequestInput 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 RequestInput in it.univr.passportease.helper.map
Modifier and TypeMethodDescriptionMapRequest.mapRequestInputToRequest
(RequestInput requestInput, RequestType requestType, Worker worker) MapRequestInput
toRequest
-
Uses of RequestInput 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 RequestInput in it.univr.passportease.service.worker.impl
Modifier 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.