|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.formatter.server.CHAFormatterService
This class is in the server side to receive the formating and unformating requests from CHAFormatterService EJB
and pass the requsets to the correspondent formatters to perform formating and unformating process.
Constructor Summary | |
---|---|
CHAFormatterService()
The constructor creates a CHAFormatterService instance. |
Method Summary | |
---|---|
java.lang.String |
format(Context aContext,
java.lang.String aFormatName)
Formats a context by a given format element. |
java.lang.String |
format(DataElement dataElement,
java.lang.String aFormatName)
Formats a context by a given format element. |
java.util.Map |
formatHashtable(Context aContext,
java.lang.String aFormatName)
Formats a context by a given hashtable format. |
java.util.Map |
formatHashtable(KeyedCollection aKeyedCollection,
java.lang.String aFormatName)
Formats a KeyedCollection by a given hashtable format. |
java.util.List |
mapContents(Context inputContext,
Context outputContext,
java.lang.String aFormatName)
Maps the contents of a context into another context. |
java.util.List |
unformat(java.lang.String aString,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given format element. |
java.util.List |
unformat(java.lang.String aString,
DataElement aDataElement,
java.lang.String aFormatName)
Unformats a data element by a given format element. |
java.util.List |
unformatHashtable(java.util.Map aHashtable,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given hashtable format. |
java.util.List |
unformatHashtable(java.util.Map aHashtable,
KeyedCollection aKeyedCollection,
java.lang.String aFormatName)
Unformats a KeyedCollection by a given hashtable format. |
java.util.List |
unformatIndexedCollection(java.util.List aVector,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given hashtable IndexedCollection format. |
java.util.List |
unformatIndexedCollection(java.util.List aVector,
IndexedCollection anIndexedCollection,
java.lang.String aFormatName)
Unformats an IndexedCollection by a given hashtable IndexedCollection format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CHAFormatterService()
Method Detail |
public java.lang.String format(DataElement dataElement, java.lang.String aFormatName) throws DSEException
dataElement
- com.ibm.btt.base.DataElementaFormatName
- java.lang.String
DSEException
public java.lang.String format(Context aContext, java.lang.String aFormatName) throws DSEException
aContext
- com.ibm.btt.base.ContextaFormatName
- java.lang.String
DSEException
public java.util.List unformat(java.lang.String aString, DataElement aDataElement, java.lang.String aFormatName) throws DSEException
aDataElement
- com.ibm.btt.base.DataElementaString
- java.lang.StringaFormatName
- java.lang.String
DSEException
public java.util.List unformat(java.lang.String aString, Context aContext, java.lang.String aFormatName) throws DSEException
aContext
- com.ibm.btt.base.ContextaString
- java.lang.StringaFormatName
- java.lang.String
DSEException
public java.util.List mapContents(Context inputContext, Context outputContext, java.lang.String aFormatName) throws DSEException
inputContext
- com.ibm.btt.base.ContextoutputContext
- java.lang.StringaFormatName
- java.lang.String
DSEException
public java.util.Map formatHashtable(Context aContext, java.lang.String aFormatName) throws DSEException
aContext
- com.ibm.btt.base.aContextaFormatName
- java.lang.String
DSEException
public java.util.Map formatHashtable(KeyedCollection aKeyedCollection, java.lang.String aFormatName) throws DSEException
aKeyedCollection
- com.ibm.btt.base.KeyedCollectionaFormatName
- java.lang.String
DSEException
public java.util.List unformatHashtable(java.util.Map aHashtable, Context aContext, java.lang.String aFormatName) throws DSEException
aContext
- com.ibm.btt.base.ContextaHashtable
- com.ibm.btt.base.HashtableaFormatName
- java.lang.String
DSEException
public java.util.List unformatHashtable(java.util.Map aHashtable, KeyedCollection aKeyedCollection, java.lang.String aFormatName) throws DSEException
aKeyedCollection
- com.ibm.btt.base.KeyedCollectionaHashtable
- com.ibm.btt.base.HashtableaFormatName
- java.lang.String
DSEException
public java.util.List unformatIndexedCollection(java.util.List aVector, Context aContext, java.lang.String aFormatName) throws DSEException, java.io.IOException
aContext
- com.ibm.btt.base.ContextaVector
- com.ibm.btt.base.VectoraFormatName
- java.lang.String
DSEException
java.io.IOException
public java.util.List unformatIndexedCollection(java.util.List aVector, IndexedCollection anIndexedCollection, java.lang.String aFormatName) throws DSEException, java.io.IOException
anIndexedCollection
- com.ibm.btt.base.IndexedCollectionaVector
- com.ibm.btt.base.VectoraFormatName
- java.lang.String
DSEException
java.io.IOException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |