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<HintRow> |
JdbcHintDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcHintDao.getNVPairs(HintRow hint) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HintRow> |
SequenceManager.findAllHintsByTutorStrategyId(int tutorStrategyId)
Return a list of hint objects for a tutor strategy
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
CopyManager.deepCopyHintsWithVideoHint(java.util.List<HintRow> hintList,
int newStrategyId,
java.lang.String videoHintStr)
Copy all the existing hints for the new tutor strategy and insert them into database
The videoHintStr is the video hint embed code for mobile server.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HintRow> |
SequenceManagerImpl.findAllHintsByTutorStrategyId(int tutorStrategyId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
CopyManagerImpl.deepCopyHintsWithVideoHint(java.util.List<HintRow> hintList,
int newStrategyId,
java.lang.String videoHintStr) |