DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util.integration
Class Collection

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.integration.Collection

public class Collection
extends Object

Reads spreadsheet data (xml file created from spreadsheet) with data supplied by NSDL but augmented from NCS Collect records, with the purpose of determining overlaps and gaps between the collection management info in both models.

Author:
Jonathan Ostwald

Field Summary
 InfoStream infoStream
           
 NCSCollectReader ncsRec
           
 NSDLCollectionReader nsdlColl
           
 ServiceDescription serviceDescription
           
 
Constructor Summary
Collection(String ncsRecId, String aggHandle)
          Constructor for the Collection object
Collection(String ncsRecId, String aggHandle, String webServiceBaseUrl)
           
 
Method Summary
 String getCollectionMetadataHandle()
           
static String getElementText(Element e, String tag)
           
 InfoStream getInfoStream()
           
 ServiceDescription getServiceDescription()
           
static void main(String[] args)
          NOT YET DOCUMENTED
static void tester()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsdlColl

public NSDLCollectionReader nsdlColl

ncsRec

public NCSCollectReader ncsRec

infoStream

public InfoStream infoStream

serviceDescription

public ServiceDescription serviceDescription
Constructor Detail

Collection

public Collection(String ncsRecId,
                  String aggHandle)
           throws Exception
Constructor for the Collection object

Throws:
Exception - NOT YET DOCUMENTED

Collection

public Collection(String ncsRecId,
                  String aggHandle,
                  String webServiceBaseUrl)
           throws Exception
Throws:
Exception
Method Detail

getCollectionMetadataHandle

public String getCollectionMetadataHandle()

getInfoStream

public InfoStream getInfoStream()

getServiceDescription

public ServiceDescription getServiceDescription()

tester

public static void tester()

main

public static void main(String[] args)
                 throws Exception
NOT YET DOCUMENTED

Parameters:
args - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED

getElementText

public static String getElementText(Element e,
                                    String tag)

DLESE Tools
v1.6.0