See: Description
| Class | Description |
|---|---|
| CollectionUsagePerSubject |
Stores the usage of electronic collections connected to individual subjects and the corresponding price
|
| CollectionUsagePerSubjectDAO |
Methods to persist and access
CollectionUsagePerSubject objects by JPA queries. |
| Counter |
Plain Old Java Object as representation of the COUNTER statistics obtained by SUSHI requests.
|
| CounterConverter |
Helpful tools for handling of COUNTER reports
|
| CounterDAO |
Methods to persist and access
Counter objects by JPA queries. |
| EZBUploadServlet |
Receives an uploaded csv file and saves it in the upload directory within the
user directory.
|
| JournalTitleManagementServlet |
Returns the contained journal titles for a given journal collection as taken from the EZB import.
|
| PackageDeleteServlet |
Servlet to delete an
JournalCollection object from the database. |
| PackageManagementServlet |
Servlet to display the
JournalCollection objects in the database. |
| PriceExtenderServlet |
Collects the prices for stored journal titles.
|
| SNIPExtenderServlet |
Collects the SNIP data from Scopus (https://www.scopus.com) for stored journal titles.
|
| SubjectDistributorServlet |
Goes through all stored journal collections, takes the usage data and the prices and distributes them according to the subject categories.
|
| UsageServlet |
Delivers the JSON arrays containing the SUSHI usage data.
|
| YearExtenderServlet |
Collects the coverage data from Journal Online and Print (JOP) and extends journal titles and journal collections.
|