Package | Description |
---|---|
es.ugr.swad.swadroid.model |
Contains classes for manipulate application model.
|
Modifier and Type | Method and Description |
---|---|
GroupType |
DataBaseHelper.getGroupTypeFromGroup(long groupCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
DataBaseHelper.insertGroupType(GroupType gt)
Insert a new group type in the database or updated if the group type exits already in the data base
|
private boolean |
DataBaseHelper.updateGroupType(GroupType prv,
GroupType current)
Updates an existing group type
|