Package | Description |
---|---|
com.example.groracle.DAL.DAO |
Modifier and Type | Method and Description |
---|---|
Host |
HostDAO.findHost(java.lang.String host)
Method returning Host whose hostname matches the search criteria
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Host> |
HostDAO.getAllHosts()
Method returning list of all hosts
|
java.util.List<Host> |
HostDAO.getHostsByGroup(java.lang.String groupname)
Method returning list of hosts in certain group
|
Modifier and Type | Method and Description |
---|---|
void |
HostDAO.deleteHost(Host host)
Method providing functionality for host deleting
|
java.lang.Boolean |
HostDAO.newHost(Host host)
Method creating new host in database
|
void |
HostDAO.updateHost(Host host)
Method providing functionality for host updating
|