Package | Description |
---|---|
unidue.ub.statistics.analysis |
Containes the major analyzing mechanisms.
|
unidue.ub.statistics.stockcontrol |
Central definition and handling of parameters for stock control.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<EventAnalysis> |
EventAnalysisDAO.getEventAnalyses(StockControlProperties scp,
java.lang.String who,
javax.persistence.EntityManager em)
retrieves a a list of
EventAnalysis for a given author and StockControlProperties from the database |
Constructor and Description |
---|
EventAnalyzer(Expression work,
StockControlProperties scp)
As an alternative, the EventAnalysis-object can also be created using
a Work-object.
|
EventAnalyzer(java.util.List<Event> events,
java.lang.String description,
StockControlProperties scp)
Calculates the loan and request parameters for a given List of Events
with the parameters in the StockControlProperties.
|
EventAnalyzer(Manifestation document,
StockControlProperties scp)
As an alternative, the EventAnalysis-object can also be created using
a Document-object.
|
Modifier and Type | Method and Description |
---|---|
static StockControlProperties |
StockControlProperties.buildSCPFromRequest(javax.servlet.http.HttpServletRequest req)
reads the parameters from the http request to modify the corresponding fields of the default stock control properteis
|
static StockControlProperties |
StockControlCache.get(java.lang.String stockControl)
retrieves the stock control properties from the cache by the stock control key
|
Modifier and Type | Method and Description |
---|---|
static void |
StockControlCache.store(StockControlProperties scp)
saves stock control porperties in the cache
|