public class MABGetter
extends java.lang.Object
Constructor and Description |
---|
MABGetter(AlephConnection connection)
uses a given connection to Aleph database to build an instance of the
MABGetter -object |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Element |
getMAB(Manifestation document)
retrieves the bibliographic information as MAB-fields for a given
document from the Aleph database
|
org.jdom2.Element |
getMAB(NRequests nRequests)
retrieves the bibliographic information as MAB-fields for a given
NRequests from the Aleph database |
public MABGetter(AlephConnection connection) throws java.sql.SQLException
MABGetter
-objectconnection
- an AlephConnection
-objectjava.sql.SQLException
- exception querying the Aleph databasepublic org.jdom2.Element getMAB(Manifestation document) throws java.lang.Exception
document
- the document the bibliographics information are retrieved forjava.lang.Exception
- general exceptionpublic org.jdom2.Element getMAB(NRequests nRequests) throws java.lang.Exception
NRequests
from the Aleph databasenRequests
- the NRequests
the bibliographics information are retrieved forjava.lang.Exception
- general exception