| Class | Description |
|---|---|
| DocumentAnalysis |
Plain old java object holding an analysis of one year and one document.
|
| DocumentAnalysisDAO |
Methods to persist and access
DocumentAnalysis by JPA queries. |
| DocumentAnalyzer |
Calculates
DocumentAnalysis from list of
Event-objects and persists it into the DocumentAnaylsis table. |
| DocumentAnalyzerServlet |
Performs the document analysis for given stock regions and persists it
afterwards.
|
| EventAnalysis |
Plain old java object holding an analysis of one year and one document.
|
| EventAnalysisDAO |
Methods to save and access
EventAnalysis by JPA queries. |
| EventAnalyzer |
Calculates
EventAnalysis from list of Event-objects
or a document docNumber. |
| EventAnalyzerServlet |
Performs the event analysis for given stock regions and persists it
afterwards.
|
| NRequests |
Plain old java object holding the entrie of the requests hitlist.
|
| NRequestsDAO |
Methods to save and access
EventAnalysis by JPA queries. |
| ShelfAnalysis |
Plain old java object holding a shelf analysis of one year and one document.
|
| ShelfAnalysisDAO |
Methods to save and access
ShelfAnalysis by JPA queries. |
| ShelfAnalyzerServlet |