Uses of Record Class
org.diabetestechnology.drh.service.http.pg.request.ParticipantFileDataRequest
Packages that use ParticipantFileDataRequest
Package
Description
-
Uses of ParticipantFileDataRequest in org.diabetestechnology.drh.service.http.pg.service
Methods in org.diabetestechnology.drh.service.http.pg.service with parameters of type ParticipantFileDataRequestModifier and TypeMethodDescriptionorg.jooq.JSONB
ParticipantService.saveParticipantsDataFromFile
(ParticipantFileDataRequest request, String fileUrl, com.fasterxml.jackson.databind.node.ArrayNode fileContent, String lastInteractionID) org.jooq.JSONB
ResearchStudyParticipantFileService.uploadAndSaveParticipantFile
(org.springframework.web.multipart.MultipartFile file, ParticipantFileDataRequest request) -
Uses of ParticipantFileDataRequest in org.diabetestechnology.drh.service.http.pg.ux
Methods in org.diabetestechnology.drh.service.http.pg.ux with parameters of type ParticipantFileDataRequestModifier and TypeMethodDescriptionResearchStudyParticipantFileController.uploadFile
(org.springframework.web.multipart.MultipartFile file, @Valid ParticipantFileDataRequest request)