Package | Description |
---|---|
com.example.groracle.DAL.DAO |
Modifier and Type | Method and Description |
---|---|
Input |
InputDAO.findInput(java.lang.String line)
Method returning host matching search criteria
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Input> |
InputDAO.getAllInput()
Method returning list of all Input entries
|
java.util.List<Input> |
InputDAO.getFilteredInput(java.lang.String pattern)
Method returning list of Input entries filtered by pattern
|
java.util.List<Input> |
InputDAO.getNonBlacklisted()
Method returning entries that were not blacklisted
|
java.util.List<Input> |
InputDAO.getNonBlacklistedGrouped()
Method returning list of entries that are grouped by pattern
|
Modifier and Type | Method and Description |
---|---|
void |
InputDAO.deleteInput(Input input)
Method providing functionality for deleting Input entry
|
java.lang.Boolean |
InputDAO.newInput(Input input)
Method providing functionality for creating new Input entry
|
void |
InputDAO.updateInput(Input input)
Method providing functionality for updating single input line
|