|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for Enterprise Bean: CHAFormatterServiceService Generated code. Only edit user code sections.
Method Summary | |
---|---|
java.lang.String |
format(Context argContext,
java.lang.String argFormatName)
Formats a context by a given format. |
java.lang.String |
format(DataElement argDataElement,
java.lang.String argAFormatName)
Formats a data element by a given format. |
java.util.Map |
formatHashtable(Context argAContext,
java.lang.String argAFormatName)
Formats a context by a given hashtable format. |
java.util.Map |
formatHashtable(KeyedCollection argAKeyedCollection,
java.lang.String argAFormatName)
Formats a KeyedCollection by a given hashtable format. |
java.util.List |
mapContents(Context argInputContext,
Context argOutputContext,
java.lang.String argAFormatName)
Maps the contents of a context into another context. |
java.util.List |
unformat(java.lang.String argAString,
Context argAContext,
java.lang.String argAFormatName)
Unformats a context by a given format. |
java.util.List |
unformat(java.lang.String argAString,
DataElement argADataElement,
java.lang.String argAFormatName)
Unformats a data element by a given format. |
java.util.List |
unformatHashtable(java.util.Map argAHashtable,
Context argAContext,
java.lang.String argAFormatName)
Unformats a context by a given hashtable format. |
java.util.List |
unformatHashtable(java.util.Map argAHashtable,
KeyedCollection argAKeyedCollection,
java.lang.String argAFormatName)
Unformats a KeyedCollection by a given hashtable format. |
java.util.List |
unformatIndexedCollection(java.util.List argVector,
Context argContext,
java.lang.String argAFormatName)
Unformats a context by a given hashtable IndexedCollection format. |
java.util.List |
unformatIndexedCollection(java.util.List argAVector,
IndexedCollection argAnIndexedCollection,
java.lang.String argAFormatName)
Unformats an IndexedCollection by a given hashtable IndexedCollection format. |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.String format(Context argContext, java.lang.String argFormatName) throws DSEException, java.rmi.RemoteException
argContext
- com.ibm.btt.base.ContextargFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.Map formatHashtable(Context argAContext, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argAContext
- com.ibm.btt.base.ContextargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List mapContents(Context argInputContext, Context argOutputContext, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argInputContext
- com.ibm.btt.base.ContextargOutputContext
- java.lang.StringargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformat(java.lang.String argAString, DataElement argADataElement, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argADataElement
- com.ibm.btt.base.DataElementargAString
- java.lang.StringargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformatHashtable(java.util.Map argAHashtable, Context argAContext, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argAContext
- com.ibm.btt.base.ContextargAHashtable
- java.util.MapargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformatIndexedCollection(java.util.List argVector, Context argContext, java.lang.String argAFormatName) throws DSEException, java.io.IOException, java.rmi.RemoteException
argContext
- com.ibm.btt.base.ContextargVector
- java.util.ListargAFormatName
- java.lang.String
DSEException
java.io.IOException
java.rmi.RemoteException
public java.util.List unformatHashtable(java.util.Map argAHashtable, KeyedCollection argAKeyedCollection, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argAKeyedCollection
- com.ibm.btt.base.KeyedCollectionargAHashtable
- com.ibm.btt.base.HashtableargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformatIndexedCollection(java.util.List argAVector, IndexedCollection argAnIndexedCollection, java.lang.String argAFormatName) throws DSEException, java.io.IOException, java.rmi.RemoteException
argAnIndexedCollection
- com.ibm.btt.base.IndexedCollectionargAVector
- java.util.ListargAFormatName
- java.lang.String
DSEException
java.io.IOException
java.rmi.RemoteException
public java.lang.String format(DataElement argDataElement, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argDataElement
- com.ibm.btt.base.DataElementargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.Map formatHashtable(KeyedCollection argAKeyedCollection, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argAKeyedCollection
- com.ibm.btt.base.KeyedCollectionargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
public java.util.List unformat(java.lang.String argAString, Context argAContext, java.lang.String argAFormatName) throws DSEException, java.rmi.RemoteException
argAContext
- com.ibm.btt.base.ContextargAString
- java.lang.StringargAFormatName
- java.lang.String
DSEException
java.rmi.RemoteException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |