Package | Description |
---|---|
es.ugr.swad.swadroid.model |
Contains classes for manipulate application model.
|
es.ugr.swad.swadroid.modules.rollcall.sessions |
Rollcall sessions package.
|
Modifier and Type | Method and Description |
---|---|
PracticeSession |
DataBaseHelper.getPracticeSessionInProgress(long courseCode,
long groupId)
Gets the actual practice session in progress for the selected course and group
|
Modifier and Type | Method and Description |
---|---|
List<PracticeSession> |
DataBaseHelper.getPracticeSessions(long courseCode,
long groupId)
Gets practice sessions for the selected course and group
|
Modifier and Type | Field and Description |
---|---|
private List<PracticeSession> |
SessionsHistory.sessions |