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<TutorStrategy> |
JdbcTutorStrategyDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcTutorStrategyDao.getNVPairs(TutorStrategy tutorStrategy) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TutorStrategy> |
SequenceManager.findAllTutorStrategiesByProblemId(int problemId)
Return a list of tutor strategy objects for a problem
|
Modifier and Type | Method and Description |
---|---|
int |
CopyManager.deepCopyTutorStrategy(TutorStrategy tutorStrategy,
int newProblemId)
Copy the existing tutor strategy for new problem and insert a row into database
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TutorStrategy> |
SequenceManagerImpl.findAllTutorStrategiesByProblemId(int problemId) |
Modifier and Type | Method and Description |
---|---|
int |
CopyManagerImpl.deepCopyTutorStrategy(TutorStrategy tutorStrategy,
int newProblemId) |