Package | Description |
---|---|
unidue.ub.statistics.media.journal |
Representation of journal information and their aggregation in collections.
|
Modifier and Type | Method and Description |
---|---|
static Journal |
JournalDAO.getJournalByIssn(javax.persistence.EntityManager em,
java.lang.String issn)
returns a journal for a given issn
|
static Journal |
JournalDAO.getJournalByIssn(java.lang.String issn)
returns a journal for a given issn
|
static Journal |
JournalDAO.getJournalByZDBID(javax.persistence.EntityManager em,
java.lang.String zdbID)
returns a journal for a given ZDB ID
|
static Journal |
JournalDAO.getJournalByZDBID(java.lang.String zdbID)
returns a journal for a given ZDB ID
|
Journal |
Journal.setActualName(java.lang.String actualName)
sets the current name of the
|
Journal |
Journal.setEzbID(java.lang.String ezbID)
sets the EZB ID
|
Journal |
Journal.setIssns(java.lang.String issns)
sets the issns of the journal
|
Journal |
Journal.setLink(java.lang.String link)
sets the link to the journal
|
Journal |
Journal.setPublisher(java.lang.String publisher)
sets the current publisher of the journal
|
Journal |
Journal.setSubject(java.lang.String subject)
sets the subject categories of the journal
|
Journal |
Journal.setZdbID(java.lang.String zdbID)
sets the ZDB ID
|
Modifier and Type | Method and Description |
---|---|
static void |
JournalDAO.persistJournal(Journal journal)
persists a journal to the database
|
Modifier and Type | Method and Description |
---|---|
static void |
JournalDAO.persistJournals(java.util.List<Journal> journals)
persists a list of journals to the database
|