Skip navigation links
A B C D E F G H I J L M N P Q R S T U X Y 

P

PackageDeleteServlet - Class in unidue.ub.statistics.eUsage
Servlet to delete an JournalCollection object from the database.
PackageDeleteServlet() - Constructor for class unidue.ub.statistics.eUsage.PackageDeleteServlet
 
PackageManagementServlet - Class in unidue.ub.statistics.eUsage
Servlet to display the JournalCollection objects in the database.
PackageManagementServlet() - Constructor for class unidue.ub.statistics.eUsage.PackageManagementServlet
 
persistAnchorOrder(AnchorOrder, EntityManager) - Static method in class unidue.ub.statistics.media.journal.AnchorOrderDAO
persists a AnchorOrder object to the database
persistAnchorOrders(List<AnchorOrder>) - Static method in class unidue.ub.statistics.media.journal.AnchorOrderDAO
persists a list of AnchorOrder objects to the database
persistCollection(JournalCollection) - Static method in class unidue.ub.statistics.media.journal.JournalCollectionDAO
persists the given journal collection to the database.
persistCollections(List<JournalCollection>) - Static method in class unidue.ub.statistics.media.journal.JournalCollectionDAO
persists a list of journal collections to the database.
persistCollections(EntityManager, List<JournalCollection>) - Static method in class unidue.ub.statistics.media.journal.JournalCollectionDAO
persists a list of journal collections to the database.
persistCollections(Hashtable<String, JournalCollection>) - Static method in class unidue.ub.statistics.media.journal.JournalCollectionDAO
persists a set of journal collections to the database, stored in a Hashtable with the anchors as keys
persistCollectionUsagePerSubject(CollectionUsagePerSubject) - Static method in class unidue.ub.statistics.eUsage.CollectionUsagePerSubjectDAO
Persists a single ShelfAnalysis to the database
persistCollectionUsagePerSubjects(List<CollectionUsagePerSubject>) - Static method in class unidue.ub.statistics.eUsage.CollectionUsagePerSubjectDAO
Persists a list of CollectionUsagePerSubject objects to the database
persistCounter(Counter) - Static method in class unidue.ub.statistics.eUsage.CounterDAO
Persists a counter objects to the database
persistCounter(List<Counter>) - Static method in class unidue.ub.statistics.eUsage.CounterDAO
persists a list of Counter objects to the database
persistDocumentAnalyses(List<DocumentAnalysis>) - Static method in class unidue.ub.statistics.analysis.DocumentAnalysisDAO
persists a list of DocumentAnalysis objects to the database
persistDocumentAnalysis(DocumentAnalysis) - Static method in class unidue.ub.statistics.analysis.DocumentAnalysisDAO
Persists a single DocumentAnalysis to the database
persistEventAnalyses(List<EventAnalysis>) - Static method in class unidue.ub.statistics.analysis.EventAnalysisDAO
persists a list of EventAnalysis objects to the database
persistEventAnalysis(EventAnalysis) - Static method in class unidue.ub.statistics.analysis.EventAnalysisDAO
Persists a single EventAnalysis to the database
persistIgnorance(Ignored) - Static method in class unidue.ub.statistics.blacklist.IgnoredDAO
persists a single Ignored object to the database
persistJournal(Journal) - Static method in class unidue.ub.statistics.media.journal.JournalDAO
persists a journal to the database
persistJournal(JournalTitle) - Static method in class unidue.ub.statistics.media.journal.JournalTitleDAO
persists a journal title to the database
persistJournal(EntityManager, JournalTitle) - Static method in class unidue.ub.statistics.media.journal.JournalTitleDAO
persists a journal title to the database
persistJournals(List<Journal>) - Static method in class unidue.ub.statistics.media.journal.JournalDAO
persists a list of journals to the database
persistJournals(List<JournalTitle>) - Static method in class unidue.ub.statistics.media.journal.JournalTitleDAO
persists a list of journal titles to the database
persistJournals(EntityManager, List<JournalTitle>) - Static method in class unidue.ub.statistics.media.journal.JournalTitleDAO
persists a list of journal titles to the database
persistNRequest(NRequests) - Static method in class unidue.ub.statistics.analysis.NRequestsDAO
Persists a single NREquests to the database
persistNRequests(List<NRequests>) - Static method in class unidue.ub.statistics.analysis.NRequestsDAO
persists a list of NRequests objects to the database
persistPublisher(Publisher) - Static method in class unidue.ub.statistics.media.journal.PublisherDAO
 
persistShelfAnalyses(List<ShelfAnalysis>) - Static method in class unidue.ub.statistics.analysis.ShelfAnalysisDAO
persists a list of ShelfAnalysis objects to the database
persistShelfAnalysis(ShelfAnalysis) - Static method in class unidue.ub.statistics.analysis.ShelfAnalysisDAO
Persists a single ShelfAnalysis to the database
plus(DayInTimeline) - Method in class unidue.ub.statistics.DayInTimeline
adds another DayInTimeline counter. all the individual counters are summed up, the day is kept from the original one.
prepareOutput(MCRServletJob, String) - Static method in class unidue.ub.statistics.frontend.FachRefServlet
Prepares the basic output with a given root element name and the friendly name and the current timestamp
prepareOutput(MCRServletJob, String, String) - Static method in class unidue.ub.statistics.frontend.FachRefServlet
Prepares the basic output with a given root element name and the friendly name and the current timestamp
prepareOutput(MCRServletJob, String, String, String) - Static method in class unidue.ub.statistics.frontend.FachRefServlet
Prepares the basic output with a given root element name and the friendly name and the current timestamp
prepareStatement(String) - Method in class unidue.ub.statistics.alephConnector.AlephConnection
builds a PreparedStatement for the Aleph connection
prepareStatement(String) - Method in interface unidue.ub.statistics.connector.Connector
 
PriceExtenderServlet - Class in unidue.ub.statistics.eUsage
Collects the prices for stored journal titles.
PriceExtenderServlet() - Constructor for class unidue.ub.statistics.eUsage.PriceExtenderServlet
 
ProtokollServlet - Class in unidue.ub.statistics.frontend
Retrieves and displays information about one document or some documents.
ProtokollServlet() - Constructor for class unidue.ub.statistics.frontend.ProtokollServlet
 
Publication - Class in unidue.ub.statistics.media.monographs
Representation object of the basic bibliographic information of one document
Publication(String, ArrayList<String>, ArrayList<String>) - Constructor for class unidue.ub.statistics.media.monographs.Publication
creates a new Publication-object
Publication(Manifestation) - Constructor for class unidue.ub.statistics.media.monographs.Publication
creates a new Publication-object from a document
Publication(String, String, ArrayList<String>, ArrayList<String>, String, String, String) - Constructor for class unidue.ub.statistics.media.monographs.Publication
creates a new Publication-object
Publisher - Class in unidue.ub.statistics.media.journal
Plain Old Java Object as representation of a SUSHI provider with all the necessary data to retrieve the reports.
Publisher() - Constructor for class unidue.ub.statistics.media.journal.Publisher
 
PublisherDAO - Class in unidue.ub.statistics.media.journal
Methods to retrieve, delete and persist Publisher objects.
PublisherDAO() - Constructor for class unidue.ub.statistics.media.journal.PublisherDAO
 
PurchaseAssistantServlet - 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 purchases.
PurchaseAssistantServlet() - Constructor for class unidue.ub.statistics.frontend.PurchaseAssistantServlet
 
A B C D E F G H I J L M N P Q R S T U X Y 
Skip navigation links