mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-12 07:13:38 -05:00
The from now on deprecated interface Filterable has proven that it sucks in the DataView. Because of requiring us to implement trillion stupid methods, only DataView::applyFilter() does not forget to handle column validation. Thus only DataView::applyFilter() must be used in order to apply filters. For setFilter() a wrapping Filter::matchAny() for the IdoQuery (or the DbQuery or the SimpleQuery I didn't have a look) is required for the filter to work properly. The deprecation is just for the records. I guess we do not use the other methods. |
||
|---|---|---|
| .. | ||
| Command.php | ||
| Comment.php | ||
| Contact.php | ||
| Contactgroup.php | ||
| Customvar.php | ||
| DataView.php | ||
| Downtime.php | ||
| Eventgrid.php | ||
| EventHistory.php | ||
| Groupsummary.php | ||
| Hostgroup.php | ||
| HostStatus.php | ||
| Notification.php | ||
| Programstatus.php | ||
| Runtimesummary.php | ||
| Runtimevariables.php | ||
| Servicegroup.php | ||
| ServiceStatus.php | ||
| StatusSummary.php | ||