@Service public class RecordingWSDaoImpl extends Object implements RecordingWSDao
| Constructor and Description |
|---|
RecordingWSDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildRecordingUrl(long recordingId) |
List<BlackboardRecordingLongResponse> |
getRecordingLong(String userId,
String groupingId,
Long sessionId,
String creatorId,
Long startTime,
Long endTime,
String sessionName) |
List<BlackboardRecordingShortResponse> |
getRecordingShort(String userId,
String groupingId,
Long sessionId,
String creatorId,
Long startTime,
Long endTime,
String sessionName) |
boolean |
removeRecording(long recordingId) |
void |
setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations) |
boolean |
updateRecordingSecureSignOn(long recordingId,
boolean secureSignOn) |
@Autowired public void setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations)
setSasWebServiceOperations in interface RecordingWSDaopublic List<BlackboardRecordingLongResponse> getRecordingLong(String userId, String groupingId, Long sessionId, String creatorId, Long startTime, Long endTime, String sessionName)
getRecordingLong in interface RecordingWSDaopublic List<BlackboardRecordingShortResponse> getRecordingShort(String userId, String groupingId, Long sessionId, String creatorId, Long startTime, Long endTime, String sessionName)
getRecordingShort in interface RecordingWSDaopublic boolean removeRecording(long recordingId)
removeRecording in interface RecordingWSDaopublic String buildRecordingUrl(long recordingId)
buildRecordingUrl in interface RecordingWSDaopublic boolean updateRecordingSecureSignOn(long recordingId,
boolean secureSignOn)
updateRecordingSecureSignOn in interface RecordingWSDaoCopyright © 2016 Jasig. All Rights Reserved.