|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The XMLResultObjectController class is implemented by any interested party that will provide a XML format result object
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Object createRecord(XMLToken aToken)
public java.lang.Object createCollection(XMLToken aToken)
public java.lang.Object addElementToRecord(java.lang.Object currentRecord, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object addRecordToRecord(java.lang.Object currentRecord, java.lang.Object newRecord) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object addCollectionToRecord(java.lang.Object currentRecord, java.lang.Object aCollection) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object addRecordToCollection(java.lang.Object currentCollection, java.lang.Object aRecord) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
public java.lang.Object addElementToCollection(java.lang.Object currentCollection, XMLToken aToken) throws ObjectTypeMissMatchException
ObjectTypeMissMatchException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |