| Package | Description |
|---|---|
| com.odin.dao | |
| com.odin.model.reponse | |
| com.odin.pushNotification |
| Modifier and Type | Method and Description |
|---|---|
DAOGetQuestionDetailsResponseWrapper |
StudyDao.createQuestion(java.lang.String studyname,
java.lang.String researcherSessionKey,
Question question) |
DAOResponseWrapper |
StudyDao.disableQuestion(Question question,
java.lang.String studyname) |
DAOResponseWrapper |
StudyDao.editQuestionAndChoices(java.lang.String studyname,
java.lang.String researcherSessionKey,
Question question) |
DAOResponseWrapper |
StudyDao.removeQuestion(java.lang.String studyname,
Question question) |
| Modifier and Type | Method and Description |
|---|---|
Question |
DAOGetQuestionDetailsResponseWrapper.getQuestion() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Question> |
DAOQuestionResponseWrapper.getQuestions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DAOGetQuestionDetailsResponseWrapper.setQuestion(Question question) |
| Modifier and Type | Method and Description |
|---|---|
void |
DAOQuestionResponseWrapper.setQuestions(java.util.List<Question> questions) |
| Constructor and Description |
|---|
DAOGetQuestionDetailsResponseWrapper(Question question,
int code,
java.lang.String message) |
| Constructor and Description |
|---|
DAOQuestionResponseWrapper(java.util.List<Question> questions,
int code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
PushQuestionNotificationHandler.createThread(Question question,
java.lang.String destinationService,
java.lang.String action,
java.lang.String GUID,
java.lang.String targetArn) |