- DapBuilder - Class in unidue.ub.statistics.stock
-
Offers methods for building and managing of date-and-price lists.
- DapBuilder() - Constructor for class unidue.ub.statistics.stock.DapBuilder
-
- DAPList2JSONArray - Class in unidue.ub.statistics.stock
-
Transforming the date-and-price lists to JSON array.
- DAPList2JSONArray() - Constructor for class unidue.ub.statistics.stock.DAPList2JSONArray
-
- DateAndPrice - Class in unidue.ub.statistics.stock
-
Plain old java object holding the combination of date and price.
- DateAndPrice(String, double) - Constructor for class unidue.ub.statistics.stock.DateAndPrice
-
setting a date-and-price pair
- DayInTimeline - Class in unidue.ub.statistics
-
Plain old java object holding the individual counters for different user
groups and for different stock groups.
- DayInTimeline() - Constructor for class unidue.ub.statistics.DayInTimeline
-
Builds a new instance of a DayInTimline
-object, setting the
individual counters to 0.
- decreaseActualItemsLBS() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decreases the last number of items which are in the textbook collection.
- decreaseItemsDeleted() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decreases the number of all deleted items.
- decreaseItemsLBS() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decreases the number of items in the textbook collection.
- decreaseItemsLendable() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decreases the number of circulation items.
- decreaseItemsLendableNonLBS() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decreases the number of all circulation items which are not in the
textbook collection.
- decreaseItemsNonLendable() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decreases the number of non-circulation items.
- decreaseItemsTotal() - Method in class unidue.ub.statistics.analysis.DocumentAnalysis
-
decrease the number of all items.
- delete(UserRole) - Static method in class unidue.ub.statistics.userauth.UserRoleDAO
-
deletes a user role
- deleteAnchorOrder(String) - Static method in class unidue.ub.statistics.media.journal.AnchorOrderDAO
-
deletes a AnchorOrder
from the database by the anchor of
the collection.
- deleteCollection(String) - Static method in class unidue.ub.statistics.media.journal.JournalCollectionDAO
-
deletes all journal collections with a given anchor from the database.
- deleteCollection(String, int) - Static method in class unidue.ub.statistics.media.journal.JournalCollectionDAO
-
deletes the journal collections with a given anchor and year from the database.
- deleteJournals() - Static method in class unidue.ub.statistics.media.journal.JournalDAO
-
deletes all journals from the database
- deletePackage(EntityManager, String) - Static method in class unidue.ub.statistics.media.journal.JournalTitleDAO
-
deletes all journal titles with a given ISSN stored in the database
- deletePublisher(String) - Static method in class unidue.ub.statistics.media.journal.PublisherDAO
-
- deleteSingleCollectionUsagePerSubject(String, int, EntityManager) - Static method in class unidue.ub.statistics.eUsage.CollectionUsagePerSubjectDAO
-
deletes a specific CollectionUsagePerSubject
from the database
- deleteSingleCounter(String, int, int, EntityManager) - Static method in class unidue.ub.statistics.eUsage.CounterDAO
-
deletes a single Counter
object from the database
- deleteUser(String) - Static method in class unidue.ub.statistics.userauth.UserDAO
-
deletes the User
with the given email as well as all the corresponding roles.
- DeletionAssistantServlet - Class in unidue.ub.statistics.frontend
-
Retrieves and displays the analysis of a set of documents as defined by a StockControlProperties
with respect to possible deletions.
- DeletionAssistantServlet() - Constructor for class unidue.ub.statistics.frontend.DeletionAssistantServlet
-
- determineType(String) - Static method in class unidue.ub.statistics.media.journal.JournalTools
-
determine whether the given journal identifier is a issn (returns string "issn), a comma-separated issn list (returns "list") or the anchor of a journal collection returns ("collection").
- disconnect() - Method in class unidue.ub.statistics.alephConnector.AlephConnection
-
closes the connection to the Aleph database
- disconnect() - Method in interface unidue.ub.statistics.connector.Connector
-
- DocumentAnalysis - Class in unidue.ub.statistics.analysis
-
Plain old java object holding an analysis of one year and one document.
- DocumentAnalysis() - Constructor for class unidue.ub.statistics.analysis.DocumentAnalysis
-
Builds a new instance of a DocumentAnalysis
-object, setting
the individual counters to 0 and the text fields to an empty string.
- DocumentAnalysisDAO - Class in unidue.ub.statistics.analysis
-
Methods to persist and access DocumentAnalysis
by JPA queries.
- DocumentAnalysisDAO() - Constructor for class unidue.ub.statistics.analysis.DocumentAnalysisDAO
-
- DocumentAnalyzer - Class in unidue.ub.statistics.analysis
-
Calculates DocumentAnalysis
from list of
Event
-objects and persists it into the DocumentAnaylsis table.
- DocumentAnalyzer(Manifestation) - Constructor for class unidue.ub.statistics.analysis.DocumentAnalyzer
-
Calculates the loan and request times for a given Document.
- DocumentAnalyzerServlet - Class in unidue.ub.statistics.analysis
-
Performs the document analysis for given stock regions and persists it
afterwards.
- DocumentAnalyzerServlet() - Constructor for class unidue.ub.statistics.analysis.DocumentAnalyzerServlet
-
- DocumentCache - Class in unidue.ub.statistics
-
A cache holding Document
-objects to be retrieved by other
Servlets.
- DocumentCache() - Constructor for class unidue.ub.statistics.DocumentCache
-
- DocumentGetter - Class in unidue.ub.statistics.alephConnector
-
Retrieves the documents from the Aleph database.
- DocumentGetter(AlephConnection) - Constructor for class unidue.ub.statistics.alephConnector.DocumentGetter
-
uses a given connection to Aleph database to build an instance of the
DocumentGetter
-object
- DocumentServlet - Class in unidue.ub.statistics.frontend
-
Performs and displays the analysis of one or some documents as defined by their document numbers.
- DocumentServlet() - Constructor for class unidue.ub.statistics.frontend.DocumentServlet
-
- doGetPost(MCRServletJob) - Method in class unidue.ub.statistics.admin.CollectionDAO
-
updates the index of collections
- doGetPost(MCRServletJob) - Method in class unidue.ub.statistics.admin.NotationDAO
-
updates the index of Notation
and NotationsPerSubject
- doGetPost(MCRServletJob) - Method in class unidue.ub.statistics.maps.LibraryDisplayServlet
-
reads the necessary parameters from the http request and retrieves the ShelfAnalysis
objects from the database.