uk.ac.ebi.intenz.webapp.utilities
Class PubMedAccessor

java.lang.Object
  extended by uk.ac.ebi.intenz.webapp.utilities.PubMedAccessor

public class PubMedAccessor
extends Object

This class provides access method(s) to the PubMed database.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:09 $
Author:
Michael Darsow

Constructor Summary
PubMedAccessor()
           
 
Method Summary
static void fetchPubMedJournal(List<ReferenceDTO> references, int index)
          Creates a Journal instance by using the PubMed ID of the reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubMedAccessor

public PubMedAccessor()
Method Detail

fetchPubMedJournal

public static void fetchPubMedJournal(List<ReferenceDTO> references,
                                      int index)
                               throws DomainException
Creates a Journal instance by using the PubMed ID of the reference.

The method accesses the PubMed database to obtain an XML version of this journal entry in PubMed.

Throws:
DomainException


Copyright © 2013 EMBL-EBI. All Rights Reserved.