Package | Description |
---|---|
com.odin.controller | |
com.odin.dao | |
com.odin.service |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RegisterRest.putAnswers(java.lang.String keyAsString,
java.sql.Timestamp timeOfPhone,
java.lang.String phoneTimeZone,
AnswersList answers)
This Restful Web Service takes three query parameters keyAsString, timeOfPhone,phoneTimeZone and one body param answers object
This is used to insert answer into answer table of particular study related database
RestFul End Point URI: http://host:port/PhoneAppService/rest/PhoneService/putAnswers
REQUEST TYPE: POST
|
Modifier and Type | Method and Description |
---|---|
DAOAnswerResponseWrapper |
AnswersDao.putAnswers(java.lang.String keyAsString,
java.sql.Timestamp timeOfPhone,
java.lang.String phoneTimeZone,
AnswersList answers) |
Modifier and Type | Method and Description |
---|---|
RESTResultWrapper |
RegisterService.putAnswers(java.lang.String keyAsString,
java.sql.Timestamp timeOfPhone,
java.lang.String phoneTimeZone,
AnswersList answers) |