Package | Description |
---|---|
unidue.ub.statistics.analysis |
Containes the major analyzing mechanisms.
|
unidue.ub.statistics.media.monographs |
Representation of bibliographic information according to FRBR and of events connected to the individual items
|
Modifier and Type | Method and Description |
---|---|
EventAnalysis |
EventAnalyzer.getEventAnalysis()
Returns the calculated
EventAnalysis object. |
static EventAnalysis |
EventAnalysisDAO.getSingleEventAnalysis(java.lang.String collection,
java.lang.String shelfmark,
javax.persistence.EntityManager em)
retrieves a specific
EventAnalysis from the database |
Modifier and Type | Method and Description |
---|---|
static java.util.List<EventAnalysis> |
EventAnalysisDAO.getEventAnalyses(StockControlProperties scp,
java.lang.String who,
javax.persistence.EntityManager em)
retrieves a a list of
EventAnalysis for a given author and StockControlProperties from the database |
Modifier and Type | Method and Description |
---|---|
static void |
EventAnalysisDAO.persistEventAnalysis(EventAnalysis analysis)
Persists a single
EventAnalysis to the database |
Modifier and Type | Method and Description |
---|---|
static void |
EventAnalysisDAO.persistEventAnalyses(java.util.List<EventAnalysis> analyses)
persists a list of
EventAnalysis objects to the database |
Modifier and Type | Method and Description |
---|---|
EventAnalysis |
Manifestation.geteventAnalysis()
Gets the event analysis.
|
Modifier and Type | Method and Description |
---|---|
void |
Manifestation.setEventAnalysis(EventAnalysis eventAnalysis)
Sets the event analysis.
|