@Component public class ContentManagerImpl extends java.lang.Object implements ContentManager
| Modifier and Type | Field and Description |
|---|---|
(package private) ManifestManager |
manifestManager |
(package private) ProblemManager |
problemManager |
(package private) ProblemSetManager |
problemSetManager |
(package private) TutoringManager |
tutoringManager |
| Constructor and Description |
|---|
ContentManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Content> |
getAllContent(java.util.List<java.lang.String> contentKeys) |
Content |
getContent(java.lang.String contentKey) |
Content |
getContentByManifestKey(java.lang.String manifestKey) |
Content |
getContentByManifestUID(java.lang.String manifestUID) |
@Autowired ProblemManager problemManager
@Autowired ProblemSetManager problemSetManager
@Autowired TutoringManager tutoringManager
@Autowired ManifestManager manifestManager
public Content getContent(java.lang.String contentKey)
getContent in interface ContentManagerpublic java.util.List<Content> getAllContent(java.util.List<java.lang.String> contentKeys)
getAllContent in interface ContentManagerpublic Content getContentByManifestKey(java.lang.String manifestKey)
getContentByManifestKey in interface ContentManagerpublic Content getContentByManifestUID(java.lang.String manifestUID)
getContentByManifestUID in interface ContentManager