Package | Description |
---|---|
es.ugr.swad.swadroid.database |
Database management package.
|
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
|