Package | Description |
---|---|
unidue.ub.statistics |
Contains several tools for analysis.
|
unidue.ub.statistics.alephConnector |
Contains the Aleph specific statements and properties.
|
unidue.ub.statistics.media.monographs |
Representation of bibliographic information according to FRBR and of events connected to the individual items
|
unidue.ub.statistics.stock |
Analysis and evaluation of stock related properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ItemFilter.matches(Item item)
checks whether an item matches the filter definitions.
|
Modifier and Type | Method and Description |
---|---|
Item |
ItemGetter.getItemByBarCode(java.lang.String barcode) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
ItemGetter.getItems(Manifestation document)
retrieves items connected to an existing document
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ItemGetter.getEtat(Item item)
retrieves the budget used to buy an item
|
Modifier and Type | Method and Description |
---|---|
Item |
Event.getItem()
retrieves the item related to this event.
|
Item |
Manifestation.getItem(int itemSequence)
Gets the item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
Manifestation.getItems()
Gets the items.
|
java.util.List<Item> |
Expression.getItems()
returns the items belonging to this work
|
Modifier and Type | Method and Description |
---|---|
void |
Manifestation.addItem(Item item)
Adds the item.
|
static void |
StockEventsBuilder.buildStockEvents(Item item)
builds the stock events for an item.
|
static java.util.List<Event> |
StockEventsBuilder.getStockEvents(Item item)
retrieves the stock events for an item.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Event> |
StockEventsBuilder.getStockEvents(java.util.List<Item> items)
retrieves the stock events for a list of item.
|
Constructor and Description |
---|
Event(Item item,
java.lang.String date,
java.lang.String hour,
java.lang.String type,
java.lang.String borrowerStatus,
int sorter,
int delta)
Creates a new
Event related to an item. |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<DateAndPrice> |
DapBuilder.buildDateAndPriceList(java.util.List<Item> items)
takes a list of items and generates the corresponding date-and-price list
|