Package | Description |
---|---|
com.odin.dao | |
com.odin.model | |
com.odin.model.automationtesting | |
com.odin.model.reponse | |
com.odin.status.automationtesting |
Modifier and Type | Method and Description |
---|---|
DAOGetStudyDetailsResponseWrapper |
StudyDao.createStudy(Study study,
java.util.List<SensorTypes> s,
java.lang.String researcherSessionKey) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Study> |
StudiesTest.getStudy() |
Modifier and Type | Method and Description |
---|---|
void |
StudiesTest.setStudy(java.util.List<Study> studies) |
Constructor and Description |
---|
StudiesTest(java.util.List<Study> studies) |
Modifier and Type | Method and Description |
---|---|
Study |
TestResult.getStudy() |
Modifier and Type | Method and Description |
---|---|
void |
TestResult.setStudy(Study study) |
Constructor and Description |
---|
TestResult(TestStatus testStatus,
Study study,
Coupon coupon,
UserConsentDetails userConsentDetails,
RuleQuestionServicePassive ruleQuestionServicePassive,
ServicesPassive servicesPassive,
RuleQuestionServiceActive ruleQuestionServiceActive,
ServicesActive servicesActive,
UploadServiceActive uploadServiceActive) |
Modifier and Type | Method and Description |
---|---|
Study |
DAOGetStudyDetailsResponseWrapper.getStudy() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Study> |
DAOGetStudiesResponseWrapper.getStudies() |
Modifier and Type | Method and Description |
---|---|
void |
DAOGetStudyDetailsResponseWrapper.setStudy(Study study) |
Modifier and Type | Method and Description |
---|---|
void |
DAOGetStudiesResponseWrapper.setStudies(java.util.List<Study> studies) |
Constructor and Description |
---|
DAOGetStudyDetailsResponseWrapper(Study study,
int code,
java.lang.String message) |
Constructor and Description |
---|
DAOGetStudiesResponseWrapper(java.util.List<Study> studies,
int code,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
TestStatus |
RuleQuestionServiceActiveValidation.getRuleQuestionServiceActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
RuleQuestionServicePassiveValidation.getRuleQuestionServicePassiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
ServicesActiveValidation.getServicesActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
UploadServiceActiveValidation.getUploadServiceActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |