@Service public class PresentationWSDaoImpl extends Object implements PresentationWSDao
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
PresentationWSDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletePresentation(long presentationId) |
boolean |
deleteSessionPresenation(long sessionId,
long presentationId) |
List<BlackboardPresentationResponse> |
getRepositoryPresentations(String creatorId,
Long presentationId,
String description) |
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) |
BlackboardPresentationResponse |
uploadPresentation(String creatorId,
String filename,
String description,
DataHandler data) |
@Autowired public void setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations)
setSasWebServiceOperations in interface PresentationWSDaopublic BlackboardPresentationResponse uploadPresentation(long sessionId, String creatorId, String filename, String description, DataHandler data)
uploadPresentation in interface PresentationWSDaopublic BlackboardPresentationResponse uploadPresentation(String creatorId, String filename, String description, DataHandler data)
uploadPresentation in interface PresentationWSDaopublic boolean linkPresentationToSession(long sessionId,
long presentationId)
linkPresentationToSession in interface PresentationWSDaopublic List<BlackboardPresentationResponse> getSessionPresentations(long sessionId)
getSessionPresentations in interface PresentationWSDaopublic List<BlackboardPresentationResponse> getRepositoryPresentations(String creatorId, Long presentationId, String description)
getRepositoryPresentations in interface PresentationWSDaopublic boolean deletePresentation(long presentationId)
deletePresentation in interface PresentationWSDaopublic boolean deleteSessionPresenation(long sessionId,
long presentationId)
deleteSessionPresenation in interface PresentationWSDaoCopyright © 2016 Jasig. All Rights Reserved.