| Package | Description |
|---|---|
| com.elluminate.sas | |
| org.jasig.portlet.blackboardvcportlet.dao | |
| org.jasig.portlet.blackboardvcportlet.dao.ws |
| Modifier and Type | Field and Description |
|---|---|
protected List<BlackboardSessionResponse> |
BlackboardSessionResponseCollection.sessionResponses |
| Modifier and Type | Method and Description |
|---|---|
BlackboardSessionResponse |
ObjectFactory.createBlackboardSessionResponse()
Create an instance of
BlackboardSessionResponse |
| Modifier and Type | Method and Description |
|---|---|
List<BlackboardSessionResponse> |
BlackboardSessionResponseCollection.getSessionResponses()
Gets the value of the sessionResponses property.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionDao.createSession(BlackboardSessionResponse sessionResponse,
String guestUrl) |
Session |
SessionDao.updateSession(BlackboardSessionResponse sessionResponse) |
| Modifier and Type | Method and Description |
|---|---|
BlackboardSessionResponse |
SessionWSDao.createSession(ConferenceUser user,
SessionForm sessionForm) |
BlackboardSessionResponse |
SessionWSDao.setSessionChairs(long bbSessionId,
Set<ConferenceUser> sessionChairs) |
BlackboardSessionResponse |
SessionWSDao.setSessionNonChairs(long bbSessionId,
Set<ConferenceUser> sessionNonChairs) |
BlackboardSessionResponse |
SessionWSDao.updateSession(long bbSessionId,
SessionForm sessionForm) |
| Modifier and Type | Method and Description |
|---|---|
List<BlackboardSessionResponse> |
SessionWSDao.getSessions(String userId,
String groupingId,
Long sessionId,
String creatorId,
Long startTime,
Long endTime,
String sessionName)
TODO : Determine if this is needed as we should be reading from the local database.
|
Copyright © 2016 Jasig. All Rights Reserved.