Package | Description |
---|---|
es.ugr.swad.swadroid.model |
Contains classes for manipulate application model.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBaseHelper.insertNotification(SWADNotification n)
Inserts a notification in database
|
void |
DataBaseHelper.updateNotification(long id,
SWADNotification actual)
Updates a notification in database
|
void |
DataBaseHelper.updateNotification(SWADNotification prev,
SWADNotification actual)
Updates a notification in database
|