public interface PresentationDao
| Modifier and Type | Method and Description |
|---|---|
Presentation |
createPresentation(BlackboardPresentationResponse presentationResponse,
String filename) |
void |
deletePresentation(Presentation presentation) |
Set<Presentation> |
getAllPresentations() |
Presentation |
getPresentationByBlackboardId(long bbPresentationId) |
Presentation |
getPresentationById(long presentationId) |
Set<Presentation> getAllPresentations()
Presentation getPresentationById(long presentationId)
Presentation getPresentationByBlackboardId(long bbPresentationId)
Presentation createPresentation(BlackboardPresentationResponse presentationResponse, String filename)
void deletePresentation(Presentation presentation)
Copyright © 2016 Jasig. All Rights Reserved.