Uses of Class
de.uplanet.lucy.server.monitor.log.ApplicationReport.ApplicationReportEntry
Packages that use ApplicationReport.ApplicationReportEntry
-
Uses of ApplicationReport.ApplicationReportEntry in de.uplanet.lucy.server.monitor.log
Methods in de.uplanet.lucy.server.monitor.log that return types with arguments of type ApplicationReport.ApplicationReportEntryModifier and TypeMethodDescriptionApplicationReport.resultsIterator()
Get an iterator over the report entries.Methods in de.uplanet.lucy.server.monitor.log with parameters of type ApplicationReport.ApplicationReportEntryModifier and TypeMethodDescriptionint
ApplicationReport.OrderByHitsAsc.compare
(ApplicationReport.ApplicationReportEntry p_entry1, ApplicationReport.ApplicationReportEntry p_entry2) int
ApplicationReport.OrderByHitsDesc.compare
(ApplicationReport.ApplicationReportEntry p_entry1, ApplicationReport.ApplicationReportEntry p_entry2) int
ApplicationReport.OrderByPageNameAsc.compare
(ApplicationReport.ApplicationReportEntry p_entry1, ApplicationReport.ApplicationReportEntry p_entry2) int
ApplicationReport.OrderByPageNameDesc.compare
(ApplicationReport.ApplicationReportEntry p_entry1, ApplicationReport.ApplicationReportEntry p_entry2) Method parameters in de.uplanet.lucy.server.monitor.log with type arguments of type ApplicationReport.ApplicationReportEntryModifier and TypeMethodDescriptionvoid
ApplicationReport.prepareResults
(ILogFilter p_filter, IOrder<? super ApplicationReport.ApplicationReportEntry> p_order) Prepare the results collection.