Package | Description |
---|---|
org.assistments.service.dao.content.impl.jdbc | |
org.assistments.service.manager.content | |
org.assistments.service.manager.content.impl |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.RowMapper<AnswerRow> |
JdbcAnswerDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcAnswerDao.getNVPairs(AnswerRow answer) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnswerRow> |
SequenceManager.findAllAnswersByProblemId(int problemId)
Return a list of all answer objects for a problem
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
CopyManager.deepCopyAnswers(java.util.List<AnswerRow> answerList,
int newProblemId)
Copy all the existing answers for the new problem and insert them into database
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AnswerRow> |
SequenceManagerImpl.findAllAnswersByProblemId(int problemId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
CopyManagerImpl.deepCopyAnswers(java.util.List<AnswerRow> answerList,
int newProblemId) |