public interface SessionWSDao
BlackboardSessionResponse createSession(ConferenceUser user, SessionForm sessionForm)
String buildGuestSessionUrl(long sessionId)
String buildSessionUrl(long sessionId, ConferenceUser user)
BlackboardSessionTelephonyResponse createSessionTelephony(long sessionId, SessionTelephony telephony)
List<BlackboardSessionResponse> getSessions(String userId, String groupingId, Long sessionId, String creatorId, Long startTime, Long endTime, String sessionName)
userId - groupingId - sessionId - creatorId - startTime - endTime - sessionName - List<BlackboardSessionAttendanceResponse> getSessionAttendance(long sessionId, Object startTime)
List<BlackboardSessionTelephonyResponse> getSessionTelephony(long sessionId)
boolean removeSessionTelephony(long sessionId)
BlackboardSessionResponse updateSession(long bbSessionId, SessionForm sessionForm)
BlackboardSessionResponse setSessionChairs(long bbSessionId, Set<ConferenceUser> sessionChairs)
BlackboardSessionResponse setSessionNonChairs(long bbSessionId, Set<ConferenceUser> sessionNonChairs)
boolean deleteSession(long sessionId)
boolean clearSessionChairList(long sessionId)
boolean clearSessionNonChairList(long sessionId)
void setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations)
Copyright © 2016 Jasig. All Rights Reserved.