com.ibm.dse.services.notes
Class NotesHashtableFormat

java.lang.Object
  |
  +--com.ibm.dse.base.HashtableFormat
        |
        +--com.ibm.dse.services.notes.NotesHashtableFormat

public class NotesHashtableFormat
extends HashtableFormat

This class should be used when is necessary to copy the values from an IndexedCollection into a lotus notes database.

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.HashtableFormat
dataElementName
 
Constructor Summary
NotesHashtableFormat()
           
 
Method Summary
 Hashtable format(Context aContext)
          Performs the formatting process getting the data from the context aContext.
 Hashtable format(KeyedCollection aKeyedCollection)
          Performs the formatting process getting the data from the KeyedCollection aKeyedCollection.
 
Methods inherited from class com.ibm.dse.base.HashtableFormat
add, addElementAt, addFirst, at, externalizer, getDataElementName, getElements, getName, getTagName, initializeFrom, obtainDataElement, obtainDataElement, obtainDataElement, obtainDataElement, readExternal, readExternal, removeAll, removeAt, removeExternal, setDataElementName, setElements, setName, size, toString, toStrings, toTags, unformat, unformat, writeExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotesHashtableFormat

public NotesHashtableFormat()
Method Detail

format

public Hashtable format(Context aContext)
                 throws DSEInvalidRequestException,
                        DSEInvalidClassException,
                        DSEInvalidArgumentException
Performs the formatting process getting the data from the context aContext.
Overrides:
format in class HashtableFormat
Parameters:
aContext - com.ibm.dse.base.Context
Returns:
com.ibm.dse.base.Hashtable

format

public Hashtable format(KeyedCollection aKeyedCollection)
                 throws DSEInvalidRequestException,
                        DSEInvalidClassException,
                        DSEInvalidArgumentException
Performs the formatting process getting the data from the KeyedCollection aKeyedCollection.
Overrides:
format in class HashtableFormat
Parameters:
aContext - com.ibm.dse.base.KeyedCollection
Returns:
com.ibm.dse.base.Hashtable