Package | Description |
---|---|
unidue.ub.statistics.alephConnector |
Contains the Aleph specific statements and properties.
|
unidue.ub.statistics.analysis |
Containes the major analyzing mechanisms.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NRequests> |
NRequestsGetter.getAllNRequests()
retrieves all requests
|
java.util.List<NRequests> |
NRequestsGetter.getNRequests(java.lang.String notations)
retrieves the number of Requests for the documents with an arbitrary
notations string
|
java.util.List<NRequests> |
NRequestsGetter.getNRequestsForNotation(java.lang.String notation)
retrieves the number of Requests for the documents with the defined
notations
|
java.util.List<NRequests> |
NRequestsGetter.getNRequestsForRange(java.lang.String notations)
retrieves the number of Requests for the documents in the region defined
by the notations
|
Modifier and Type | Method and Description |
---|---|
org.jdom2.Element |
MABGetter.getMAB(NRequests nRequests)
retrieves the bibliographic information as MAB-fields for a given
NRequests from the Aleph database |
Modifier and Type | Method and Description |
---|---|
NRequests |
NRequests.clone() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<NRequests> |
NRequestsDAO.getEventAnalyses(AlertControl ac,
javax.persistence.EntityManager em)
retrieves a a list of
NRequests for an AlertControl from the database |
static java.util.List<NRequests> |
NRequestsDAO.getEventAnalyses(AlertControl ac,
int numberOfMonths)
retrieves a a list of
NRequests for an AlertControl and a given time range from the database |
static java.util.List<NRequests> |
NRequestsDAO.getEventAnalyses(AlertControl ac,
int numberOfMonths,
javax.persistence.EntityManager em)
retrieves a a list of
NRequests for an AlertControl and a given time range from the database |
Modifier and Type | Method and Description |
---|---|
static void |
NRequestsDAO.persistNRequest(NRequests nRequest)
Persists a single
NREquests to the database |
Modifier and Type | Method and Description |
---|---|
static void |
NRequestsDAO.persistNRequests(java.util.List<NRequests> nRequests)
persists a list of
NRequests objects to the database |