public interface PresentationWSDao
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletePresentation(long presentationId) |
boolean |
deleteSessionPresenation(long sessionId,
long presenationId) |
List<BlackboardPresentationResponse> |
getRepositoryPresentations(String creatorId,
Long presentationId,
String description)
Must specify at least one piece of criteria, and can have multiple
|
List<BlackboardPresentationResponse> |
getSessionPresentations(long sessionId) |
boolean |
linkPresentationToSession(long sessionId,
long presentationId) |
void |
setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations) |
BlackboardPresentationResponse |
uploadPresentation(long sessionId,
String creatorId,
String filename,
String description,
DataHandler data)
Note this first uploads the presentation then links it to the session
|
BlackboardPresentationResponse |
uploadPresentation(String creatorId,
String filename,
String description,
DataHandler data) |
BlackboardPresentationResponse uploadPresentation(long sessionId, String creatorId, String filename, String description, DataHandler data)
sessionId - creatorId - filename - description - content - BlackboardPresentationResponse uploadPresentation(String creatorId, String filename, String description, DataHandler data)
boolean linkPresentationToSession(long sessionId,
long presentationId)
List<BlackboardPresentationResponse> getSessionPresentations(long sessionId)
List<BlackboardPresentationResponse> getRepositoryPresentations(String creatorId, Long presentationId, String description)
creatorId - presentationId - Long instead of long so we can pass in null to the searchdescription - boolean deletePresentation(long presentationId)
boolean deleteSessionPresenation(long sessionId,
long presenationId)
void setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations)
Copyright © 2016 Jasig. All Rights Reserved.