Uses of Package
io.goobi.viewer.model.statistics.usage
Packages that use io.goobi.viewer.model.statistics.usage
Package
Description
Model classes for usage statistics data transferred via the REST API,
including request parameters and response objects for usage tracking information.
Core controller and utility classes of the Goobi viewer.
Data access layer of the Goobi viewer.
JPA
AttributeConverter implementations that handle serialization and deserialization of
complex domain types (such as lists, translated texts, and scoped settings) to and from database column values.JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Provides classes for recording, aggregating, and indexing per-session and per-day usage statistics.
-
-
Classes in io.goobi.viewer.model.statistics.usage used by io.goobi.viewer.controllerClassDescriptionClass to be called on requests to be recorded in usage statistics.
-
Classes in io.goobi.viewer.model.statistics.usage used by io.goobi.viewer.daoClassDescriptionPersistence class holding the usage statistics for a single day in the form of a list of
SessionUsageStatistics. -
Classes in io.goobi.viewer.model.statistics.usage used by io.goobi.viewer.dao.converter
-
Classes in io.goobi.viewer.model.statistics.usage used by io.goobi.viewer.dao.implClassDescriptionPersistence class holding the usage statistics for a single day in the form of a list of
SessionUsageStatistics. -
Classes in io.goobi.viewer.model.statistics.usage used by io.goobi.viewer.managedbeans
-
Classes in io.goobi.viewer.model.statistics.usage used by io.goobi.viewer.model.statistics.usageClassDescriptionPersistence class holding the usage statistics for a single day in the form of a list of
SessionUsageStatistics.Summarises usage statistics for a single request type over an optional date range, holding the total number of requests and the number of unique requests.Persistence class containing request counts for a single http session.Writes Indexing files for SOLR indexer.Summary of request counts for a certain date range.A class holding values by which aStatisticsSummaryinstance should be filtered.