@Component(value="studyConsentService")
public class StudyConsentService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
RulesRegistrationHandler |
rulesHandler |
Constructor and Description |
---|
StudyConsentService() |
Modifier and Type | Method and Description |
---|---|
RESTResultWrapper |
completeWithdrawConsent(java.lang.String keyAsString,
UserConsentDetails userConsentDetails) |
RESTResultWrapper |
deleteGUIDInCouponNotificationStatusTable(java.lang.String keyAsString) |
RESTResultWrapper |
getConsentFields(java.lang.String keyAsString) |
RESTResultWrapper |
putUserConsentDetails(java.lang.String keyAsString,
UserConsentDetails userConsentDetails) |
public RulesRegistrationHandler rulesHandler
public RESTResultWrapper getConsentFields(java.lang.String keyAsString)
public RESTResultWrapper putUserConsentDetails(java.lang.String keyAsString, UserConsentDetails userConsentDetails)
public RESTResultWrapper completeWithdrawConsent(java.lang.String keyAsString, UserConsentDetails userConsentDetails)
public RESTResultWrapper deleteGUIDInCouponNotificationStatusTable(java.lang.String keyAsString)