Package | Description |
---|---|
com.example.groracle.DAL.DAO |
Modifier and Type | Method and Description |
---|---|
Role |
RoleDAO.findRole(java.lang.String role)
Method returning role that matches role name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Role> |
RoleDAO.getAllRoles()
Method returning List of Roles
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDAO.deleteRole(Role role)
Method providing functionality for deleting a role
|
java.lang.Boolean |
RoleDAO.newRole(Role role)
Method returning providing funtionality for creating new Role
|
void |
RoleDAO.updateRole(Role role)
Method providing functionality for updating Role entry
|