Package | Description |
---|---|
unidue.ub.statistics.alert |
Contains tools for for alerting services and digest readers for example for requests hitlists
|
unidue.ub.statistics.analysis |
Containes the major analyzing mechanisms.
|
Modifier and Type | Method and Description |
---|---|
AlertControl |
AlertControl.buildFromHttpRequest(javax.servlet.http.HttpServletRequest req)
reads the parameters from the http request to modify the corresponding fields of the alert control.
|
AlertControl |
AlertControl.readFromDisk(java.lang.String alertControl,
java.lang.String who)
builds the
AlertControl by reading the file associated with the given alertControl from disk. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<NRequests> |
NRequestsDAO.getEventAnalyses(AlertControl ac,
javax.persistence.EntityManager em)
retrieves a a list of
NRequests for an AlertControl from the database |
static java.util.List<NRequests> |
NRequestsDAO.getEventAnalyses(AlertControl ac,
int numberOfMonths)
retrieves a a list of
NRequests for an AlertControl and a given time range from the database |
static java.util.List<NRequests> |
NRequestsDAO.getEventAnalyses(AlertControl ac,
int numberOfMonths,
javax.persistence.EntityManager em)
retrieves a a list of
NRequests for an AlertControl and a given time range from the database |