Package | Description |
---|---|
com.odin.dao | |
com.odin.model | |
com.odin.model.reponse | |
com.odin.pushNotification |
Modifier and Type | Method and Description |
---|---|
DAOResponseWrapper |
StudyDao.addChoice(java.lang.String studyname,
Choice choice) |
DAOResponseWrapper |
StudyDao.editChoice(Choice choice,
java.lang.String studyname,
java.lang.String questiontext,
java.lang.String previouschoicetext) |
DAOResponseWrapper |
StudyDao.removeChoice(Choice choice,
java.lang.String studyname) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Choice> |
Question.getChoices() |
Modifier and Type | Method and Description |
---|---|
void |
Question.setChoices(java.util.List<Choice> choices) |
Constructor and Description |
---|
Question(int questionid,
java.lang.String questiontext,
boolean isActive,
java.lang.String alias,
java.lang.String questionDesc,
java.lang.String questionType,
int published,
java.util.List<Choice> choices,
java.util.List<Rule> rules) |
Question(int questionid,
java.lang.String questiontext,
java.lang.String questionType,
java.util.List<Choice> choices) |
Question(int questionid,
java.lang.String questiontext,
java.lang.String questionType,
java.util.List<Choice> choices,
java.util.List<Rule> rules) |
Question(int questionid,
java.lang.String questiontext,
java.lang.String alias,
java.lang.String questionDesc,
java.lang.String questionType,
java.util.List<Choice> choices) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Choice> |
DAOGetChoicesResponseWrapper.getChoices() |
Modifier and Type | Method and Description |
---|---|
void |
DAOGetChoicesResponseWrapper.setChoices(java.util.List<Choice> choices) |
Constructor and Description |
---|
DAOGetChoicesResponseWrapper(java.util.List<Choice> choices,
int code,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
void |
PushChoiceNotificationHandler.createThread(Choice choice,
java.lang.String destinationService,
java.lang.String action,
java.lang.String GUID,
java.lang.String targetArn) |