@Service public class SessionWSDaoImpl extends Object implements SessionWSDao
| Constructor and Description |
|---|
SessionWSDaoImpl() |
@Autowired public void setSasWebServiceOperations(SASWebServiceOperations sasWebServiceOperations)
setSasWebServiceOperations in interface SessionWSDao@Autowired public void setSecurityExpressionEvaluator(SecurityExpressionEvaluator securityExpressionEvaluator)
public BlackboardSessionResponse createSession(ConferenceUser user, SessionForm sessionForm)
createSession in interface SessionWSDaopublic String buildSessionUrl(long sessionId, ConferenceUser user)
buildSessionUrl in interface SessionWSDaopublic String buildGuestSessionUrl(long sessionId)
buildGuestSessionUrl in interface SessionWSDaopublic List<BlackboardSessionResponse> getSessions(String userId, String groupingId, Long sessionId, String creatorId, Long startTime, Long endTime, String sessionName)
getSessions in interface SessionWSDaopublic List<BlackboardSessionAttendanceResponse> getSessionAttendance(long sessionId, Object startTime)
getSessionAttendance in interface SessionWSDaopublic List<BlackboardSessionTelephonyResponse> getSessionTelephony(long sessionId)
getSessionTelephony in interface SessionWSDaopublic boolean removeSessionTelephony(long sessionId)
removeSessionTelephony in interface SessionWSDaopublic BlackboardSessionTelephonyResponse createSessionTelephony(long sessionId, SessionTelephony telephony)
createSessionTelephony in interface SessionWSDaopublic BlackboardSessionResponse updateSession(long bbSessionId, SessionForm sessionForm)
updateSession in interface SessionWSDaopublic BlackboardSessionResponse setSessionChairs(long bbSessionId, Set<ConferenceUser> sessionChairs)
setSessionChairs in interface SessionWSDaopublic BlackboardSessionResponse setSessionNonChairs(long bbSessionId, Set<ConferenceUser> sessionNonChairs)
setSessionNonChairs in interface SessionWSDaopublic boolean deleteSession(long sessionId)
deleteSession in interface SessionWSDaopublic boolean clearSessionChairList(long sessionId)
clearSessionChairList in interface SessionWSDaopublic boolean clearSessionNonChairList(long sessionId)
clearSessionNonChairList in interface SessionWSDaoCopyright © 2016 Jasig. All Rights Reserved.