public class SeriesBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SeriesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Series |
buildCompleteSeries(java.util.List<Event> events)
prepares a list of series with the stock events from a document
|
static Series |
buildCompleteSeries(Manifestation document)
prepares a list of series with the stock, loan and request events from a
document
|
static Series |
buildLoansSeries(java.util.List<Event> events)
prepares a series with the loan events from a list of events
|
static Series |
buildLoansSeries(Manifestation document)
prepares a series with the loan events from a document
|
static Series |
buildRequestsSeries(java.util.List<Event> events)
prepares a series with the request events from a document
|
static Series |
buildRequestsSeries(Manifestation document)
prepares a series with the request events from a document
|
static java.util.List<Series> |
buildSeries(java.util.List<Event> events,
java.util.Hashtable<java.lang.String,java.lang.String[]> groups)
prepares a list of series from a list of events and a
Hashtable defining the individual categories |
static java.util.List<Series> |
buildSeries(Manifestation document,
java.util.Hashtable<java.lang.String,java.lang.String[]> groups)
prepares a list of series from a document and a
Hashtable
defining the individual categories |
static Series |
buildStockSeries(java.util.List<Event> events)
prepares a series with the stock events from a list of events
|
static Series |
buildStockSeries(Manifestation document)
prepares a series with the stock events from a document
|
public static java.util.List<Series> buildSeries(java.util.List<Event> events, java.util.Hashtable<java.lang.String,java.lang.String[]> groups)
Hashtable defining the individual categoriesevents - list of eventsgroups - Hashtable defining the individual categoriespublic static java.util.List<Series> buildSeries(Manifestation document, java.util.Hashtable<java.lang.String,java.lang.String[]> groups)
Hashtable
defining the individual categoriesdocument - document,holding the eventsgroups - Hashtable defining the individual categoriespublic static Series buildStockSeries(Manifestation document)
document - document holding the eventspublic static Series buildStockSeries(java.util.List<Event> events)
events - list of eventspublic static Series buildLoansSeries(Manifestation document)
document - document, holding the eventspublic static Series buildLoansSeries(java.util.List<Event> events)
events - list of eventspublic static Series buildRequestsSeries(Manifestation document)
document - document, holding the eventspublic static Series buildRequestsSeries(java.util.List<Event> events)
events - list of eventspublic static Series buildCompleteSeries(java.util.List<Event> events)
events - list of eventspublic static Series buildCompleteSeries(Manifestation document)
document - document, holding the events