| Package | Description |
|---|---|
| com.elluminate.sas | |
| org.jasig.portlet.blackboardvcportlet.dao | |
| org.jasig.portlet.blackboardvcportlet.dao.ws |
| Modifier and Type | Field and Description |
|---|---|
protected List<BlackboardPresentationResponse> |
BlackboardPresentationResponseCollection.presentationResponses |
| Modifier and Type | Method and Description |
|---|---|
BlackboardPresentationResponse |
ObjectFactory.createBlackboardPresentationResponse()
Create an instance of
BlackboardPresentationResponse |
| Modifier and Type | Method and Description |
|---|---|
List<BlackboardPresentationResponse> |
BlackboardPresentationResponseCollection.getPresentationResponses()
Gets the value of the presentationResponses property.
|
| Modifier and Type | Method and Description |
|---|---|
Presentation |
PresentationDao.createPresentation(BlackboardPresentationResponse presentationResponse,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
BlackboardPresentationResponse |
PresentationWSDao.uploadPresentation(long sessionId,
String creatorId,
String filename,
String description,
DataHandler data)
Note this first uploads the presentation then links it to the session
|
BlackboardPresentationResponse |
PresentationWSDao.uploadPresentation(String creatorId,
String filename,
String description,
DataHandler data) |
| Modifier and Type | Method and Description |
|---|---|
List<BlackboardPresentationResponse> |
PresentationWSDao.getRepositoryPresentations(String creatorId,
Long presentationId,
String description)
Must specify at least one piece of criteria, and can have multiple
|
List<BlackboardPresentationResponse> |
PresentationWSDao.getSessionPresentations(long sessionId) |
Copyright © 2016 Jasig. All Rights Reserved.