| Package | Description |
|---|---|
| org.jasig.portlet.blackboardvcportlet.dao | |
| org.jasig.portlet.blackboardvcportlet.data |
| Modifier and Type | Method and Description |
|---|---|
Presentation |
PresentationDao.createPresentation(BlackboardPresentationResponse presentationResponse,
String filename) |
Presentation |
PresentationDao.getPresentationByBlackboardId(long bbPresentationId) |
Presentation |
PresentationDao.getPresentationById(long presentationId) |
| Modifier and Type | Method and Description |
|---|---|
Set<Presentation> |
PresentationDao.getAllPresentations() |
Set<Presentation> |
ConferenceUserDao.getPresentationsForUser(ConferenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionDao.addPresentationToSession(Session session,
Presentation presentation) |
void |
PresentationDao.deletePresentation(Presentation presentation) |
| Modifier and Type | Method and Description |
|---|---|
Presentation |
Session.getPresentation() |
Copyright © 2016 Jasig. All Rights Reserved.