Package | Description |
---|---|
es.ugr.swad.swadroid.database |
Database management package.
|
es.ugr.swad.swadroid.model |
Contains classes for manipulate application model.
|
es.ugr.swad.swadroid.modules.groups |
Groups package.
|
es.ugr.swad.swadroid.modules.notifications |
Notifications package.
|
es.ugr.swad.swadroid.utils |
Utilities package.
|
Modifier and Type | Method and Description |
---|---|
<T extends Model> |
DataBaseHelper.getAllRows(String table)
Gets all rows of specified table
|
<T extends Model> |
DataBaseHelper.getAllRows(String table,
String where,
String orderby)
Gets the rows of specified table that matches "where" condition.
|
<T extends Model> |
DataBaseHelper.getRow(String table,
String fieldName,
Object fieldValue)
Gets a row of specified table
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataBaseHelper.insertCollection(String table,
List<Model> currentModels,
long... courseCode) |
Modifier and Type | Class and Description |
---|---|
class |
Course
Class for store a course
|
class |
Group
Class for store a group.
|
class |
GroupType
Class to store a Group Type.
|
class |
PairTable<FIRST,SECOND>
Specific Pair class for database tables
|
class |
PracticeSession
Class for store a practice session
|
class |
SWADNotification
Class for store a notification
|
class |
Test
Class for store a test
|
class |
TestAnswer
Class for store a test answer
|
class |
TestQuestion
Clas for store a test question
|
class |
TestTag
Class for store a test tag
|
class |
User
User data.
|
Constructor and Description |
---|
EnrollmentExpandableListAdapter(Context context,
ArrayList<Model> groups,
|
Constructor and Description |
---|
NotificationsExpandableListAdapter(Activity act,
ArrayList<String> grList,
ArrayList<List<Model>> childItem2) |
NotificationsExpandableListAdapter(ArrayList<String> grList,
ArrayList<List<Model>> childItem2) |
Modifier and Type | Method and Description |
---|---|
static String |
Utils.getSeenNotificationCodes(List<Model> markedNotificationsList)
Creates a string of notification codes separated by commas from a list of notifications
|