See: Description
| Class | Description |
|---|---|
| AnchorOrder |
correlates the anchor of Journals to the order number
|
| AnchorOrderDAO |
Methods to retrieve, delete and persist
AnchorOrder objects. |
| AnchorOrderDefineServlet |
Servlet saving the submitted relation between anchor and order number to the
database
|
| AnchorOrderDeleteServlet |
Servlet deleting a stored relation between anchor and order number from the database
|
| AnchorOrderManagementServlet |
Servlet listing all the relations between anchors and order numbers and sends them to the output.
|
| Journal |
Plain old java object as representation of a journal, collecting all different types (electronic/ print) and changes throughout time (publisher change, name changes etc.)
|
| JournalCollection |
Plain old java object as representation of a journal collection, collecting all
JournalTitles (by their issn) contained in this collection |
| JournalCollectionDAO |
Methods to retrieve, delete and persist
JournalCollection objects. |
| JournalDAO |
Methods to retrieve, delete and persist
Journal objects. |
| JournalTitle |
Plain Old Java Object as representation of a journal title consisting of a single ISSN.
|
| JournalTitleDAO |
Methods to retrieve, delete and persist
JournalTitle objects. |
| JournalTools |
Helpful tools for handling of journals
|
| Publisher |
Plain Old Java Object as representation of a SUSHI provider with all the necessary data to retrieve the reports.
|
| PublisherDAO |
Methods to retrieve, delete and persist
Publisher objects. |