Package | Description |
---|---|
org.assistments.service.manager.content | |
org.assistments.service.manager.content.impl |
Modifier and Type | Method and Description |
---|---|
ManifestDTO |
ManifestManager.getManifest(java.lang.String manifestKey,
TutorContext context)
Given a ManifestKey and a context map (look to make this map optional) get back a manifest object
Manifest keys include:
"<type>/<uid>"
type is always the
Manifest class name
uid is made up of two main parts
"<code><id>" or "<code><id1>-<id2>"
a code is one of many from ManifestCode
the id's are the database id's of sections and problems
EX:
ProblemSet uid - "PS1234" - 1234 is the section id
Problem uid - "PR12-343" - 12 is the section id, 343 is the problem id
Problem uid - "PR-5321" - there is no section id, 5321 is the problem id |
void |
ProblemManager.setUpProblemManifest(ManifestDTO man,
java.lang.String uid,
TutorContext context) |
Modifier and Type | Method and Description |
---|---|
ManifestDTO |
ManifestManagerImpl.getManifest(java.lang.String manifestKey,
TutorContext context) |
void |
ProblemManagerImpl.setUpProblemManifest(ManifestDTO man,
java.lang.String uid,
TutorContext context) |