DLESE Tools
v1.6.0

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

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

public class IntegrationUtils
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
 Collection collection
           
 
Constructor Summary
IntegrationUtils(String ncsRecId, String aggHandle)
          Constructor for the Collection object
IntegrationUtils(String ncsRecId, String aggHandle, String webServiceBaseUrl)
           
 
Method Summary
static void main(String[] args)
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collection

public Collection collection
Constructor Detail

IntegrationUtils

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

Throws:
Exception - NOT YET DOCUMENTED

IntegrationUtils

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

main

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

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

DLESE Tools
v1.6.0