Package | Description |
---|---|
unidue.ub.statistics.media.journal |
Representation of journal information and their aggregation in collections.
|
Modifier and Type | Method and Description |
---|---|
static AnchorOrder |
AnchorOrderDAO.getAnchorOrder(java.lang.String anchor,
javax.persistence.EntityManager em)
retrieves a
AnchorOrder from the database by the anchor of
the collection. |
AnchorOrder |
AnchorOrder.setAnchor(java.lang.String anchor)
sets the anchor of the collection
|
AnchorOrder |
AnchorOrder.setName(java.lang.String name)
sets the name of the collection
|
AnchorOrder |
AnchorOrder.setOrderNumber(java.lang.String orderNumber)
sets the internal order number of the collection
|
AnchorOrder |
AnchorOrder.setRuntime(java.lang.String runtime)
sets the time range covered by this collection
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<AnchorOrder> |
AnchorOrderDAO.getAnchorOrders()
retrieves all
AnchorOrder objects from the database. |
Modifier and Type | Method and Description |
---|---|
static void |
AnchorOrderDAO.persistAnchorOrder(AnchorOrder anchorOrder,
javax.persistence.EntityManager em)
persists a
AnchorOrder object to the database |
Modifier and Type | Method and Description |
---|---|
static void |
AnchorOrderDAO.persistAnchorOrders(java.util.List<AnchorOrder> anchorOrders)
persists a list of
AnchorOrder objects to the database |