Uses of Record Class
org.diabetestechnology.drh.service.http.pg.request.ParticipantDataRequest
Packages that use ParticipantDataRequest
Package
Description
-
Uses of ParticipantDataRequest in org.diabetestechnology.drh.service.http.pg.service
Methods in org.diabetestechnology.drh.service.http.pg.service with parameters of type ParticipantDataRequestModifier and TypeMethodDescriptionParticipantService.saveParticipantData
(ParticipantDataRequest request) ParticipantService.updateParticipantData
(String participantId, ParticipantDataRequest request) -
Uses of ParticipantDataRequest in org.diabetestechnology.drh.service.http.pg.ux
Methods in org.diabetestechnology.drh.service.http.pg.ux with parameters of type ParticipantDataRequestModifier and TypeMethodDescriptionResearchStudyParticipantController.saveParticipantData
(@Valid ParticipantDataRequest request) ResearchStudyParticipantController.updateParticipantData
(String participantId, @Valid ParticipantDataRequest request)