Modifier and Type | Method and Description |
---|---|
java.util.List<Section> |
SectionDao.findAllChildrenSections(int dbId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Section> |
JdbcSectionDao.findAllChildrenSections(int dbId) |
protected org.springframework.jdbc.core.RowMapper<Section> |
JdbcSectionDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcSectionDao.getNVPairs(Section section) |
Modifier and Type | Method and Description |
---|---|
Section |
SequenceManager.findHeadSectionBySequenceId(int sequenceId)
Returns head section object for a sequence
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PersistableKeyManager.createProblemSetContentKey(Section section)
Given a section create the problem set content key
|
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.getProblemSetManifestKey(Section section)
Given a section create a problem set manifest key
|
Modifier and Type | Method and Description |
---|---|
Section |
SequenceManagerImpl.findHeadSectionBySequenceId(int sequenceId) |