Package | Description |
---|---|
com.example.groracle.DAL.DAO |
Modifier and Type | Method and Description |
---|---|
Group |
GroupDAO.findGroup(java.lang.String groupid)
Method returning a Group object based on search by group name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
GroupDAO.getAllGroups()
Method returning unfiltered List of all groups in the system
|
Modifier and Type | Method and Description |
---|---|
void |
GroupDAO.deleteGroup(Group group)
Method providing functionality for deleting a particular group
|
java.lang.Boolean |
GroupDAO.newGroup(Group group)
Method providing functionality for adding new Group
|
void |
GroupDAO.updateGroup(Group group)
Method providing functionality of updating an object
|