DLESE Tools
v1.6.0

org.dlese.dpc.ndr.dds
Class CollectionImporter

java.lang.Object
  extended by org.dlese.dpc.ndr.dds.CollectionImporter

public class CollectionImporter
extends Object

Author:
kmaull

Constructor Summary
CollectionImporter()
           
 
Method Summary
 String getCollectionKeyFromDDS(String _collectionName)
           
 int getCollectionType()
           
 HashMap<String,ArrayList<String>> getMetadataObjects()
           
 int getRecordCount()
           
 long importCollection(String _vocabEntry, boolean _serializeMetaObjects)
           
 void loadCollection()
           
 void setCollectionType(int _type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionImporter

public CollectionImporter()
Method Detail

setCollectionType

public void setCollectionType(int _type)

getCollectionType

public int getCollectionType()

getCollectionKeyFromDDS

public String getCollectionKeyFromDDS(String _collectionName)

importCollection

public long importCollection(String _vocabEntry,
                             boolean _serializeMetaObjects)

getRecordCount

public int getRecordCount()

getMetadataObjects

public HashMap<String,ArrayList<String>> getMetadataObjects()

loadCollection

public void loadCollection()

DLESE Tools
v1.6.0