IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cs.invoker.base.xml
Class DataElementResultObjectController

java.lang.Object
  extended bycom.ibm.btt.cs.invoker.base.xml.DataElementResultObjectController
All Implemented Interfaces:
XMLResultObjectController

public class DataElementResultObjectController
extends java.lang.Object
implements XMLResultObjectController


Constructor Summary
DataElementResultObjectController()
           
 
Method Summary
 java.lang.Object addCollectionToRecord(java.lang.Object currentRecord, java.lang.Object aCollection)
          Add a collection to the given record.
 java.lang.Object addElementToCollection(java.lang.Object currentCollection, XMLToken aToken)
          Add an element to the given collection.
 java.lang.Object addElementToRecord(java.lang.Object currentRecord, XMLToken aToken)
          Add a element to the given record.
 java.lang.Object addRecordToCollection(java.lang.Object currentCollection, java.lang.Object aRecord)
          Add a record to the given collection.
 java.lang.Object addRecordToRecord(java.lang.Object currentRecord, java.lang.Object newRecord)
          Add a record to the given record.
 java.lang.Object createCollection(XMLToken aToken)
          Create a collection inside a given record based on the information in the given token Returns the newly created collection
 java.lang.Object createRecord(XMLToken aToken)
          Create a record based on the information in the given token Returns the newly created record
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataElementResultObjectController

public DataElementResultObjectController()
Method Detail

createRecord

public java.lang.Object createRecord(XMLToken aToken)
Create a record based on the information in the given token Returns the newly created record

Specified by:
createRecord in interface XMLResultObjectController

createCollection

public java.lang.Object createCollection(XMLToken aToken)
Create a collection inside a given record based on the information in the given token Returns the newly created collection

Specified by:
createCollection in interface XMLResultObjectController

addElementToRecord

public java.lang.Object addElementToRecord(java.lang.Object currentRecord,
                                           XMLToken aToken)
                                    throws ObjectTypeMissMatchException
Add a element to the given record. Information of the element is stored in the given token Returns the currentRecord

Specified by:
addElementToRecord in interface XMLResultObjectController
Throws:
ObjectTypeMissMatchException

addRecordToRecord

public java.lang.Object addRecordToRecord(java.lang.Object currentRecord,
                                          java.lang.Object newRecord)
                                   throws ObjectTypeMissMatchException
Add a record to the given record. Returns the new record

Specified by:
addRecordToRecord in interface XMLResultObjectController
Throws:
ObjectTypeMissMatchException

addCollectionToRecord

public java.lang.Object addCollectionToRecord(java.lang.Object currentRecord,
                                              java.lang.Object aCollection)
                                       throws ObjectTypeMissMatchException
Add a collection to the given record. Returns the collection

Specified by:
addCollectionToRecord in interface XMLResultObjectController
Throws:
ObjectTypeMissMatchException

addRecordToCollection

public java.lang.Object addRecordToCollection(java.lang.Object currentCollection,
                                              java.lang.Object aRecord)
                                       throws ObjectTypeMissMatchException
Add a record to the given collection. Returns the record

Specified by:
addRecordToCollection in interface XMLResultObjectController
Throws:
ObjectTypeMissMatchException

addElementToCollection

public java.lang.Object addElementToCollection(java.lang.Object currentCollection,
                                               XMLToken aToken)
                                        throws ObjectTypeMissMatchException
Add an element to the given collection. Returns the collection

Specified by:
addElementToCollection in interface XMLResultObjectController
Throws:
ObjectTypeMissMatchException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005