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<ProblemRow> |
JdbcProblemDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcProblemDao.getNVPairs(ProblemRow problem) |
Modifier and Type | Method and Description |
---|---|
ProblemRow |
SequenceManager.findProblemByAssistmentId(int assistmentId)
Return a problem (problemdata in sdk) object for an assistment
|
ProblemRow |
ProblemManager.getProblemData(int dbId)
Find the problemData
This method returns the problemData
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProblemRow> |
SequenceManager.findAllScaffoldingProblemsByScaffoldId(int scaffoldId)
Return a list of problem (problemdata in sdk) object that is linked under a scaffold
|
Modifier and Type | Method and Description |
---|---|
int |
CopyManager.deepCopyProblem(ProblemRow problem,
int newAstId,
int scaffoldId)
Copy the existing problem for the new assistment and insert a row into database
|
Problem |
ProblemManager.getFullProblem(ProblemRow pData)
Given problemData get the full problem.
|
static java.lang.String |
PersistableKeyManager.getProblemManifestKey(Section section,
ProblemRow pData)
Given a section and a ProblemData object create the problemManifestKey
|
static java.lang.String |
PersistableKeyManager.getTutoringKey(ProblemRow pData)
Given a ProblemData object create the tutoringKey for the problem
|
Modifier and Type | Method and Description |
---|---|
ProblemRow |
SequenceManagerImpl.findProblemByAssistmentId(int assistmentId) |
ProblemRow |
ProblemManagerImpl.getProblemData(int dbId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProblemRow> |
SequenceManagerImpl.findAllScaffoldingProblemsByScaffoldId(int scaffoldId) |
Modifier and Type | Method and Description |
---|---|
int |
CopyManagerImpl.deepCopyProblem(ProblemRow problem,
int newAstId,
int scaffoldId) |
Problem |
ProblemManagerImpl.getFullProblem(ProblemRow pData) |