|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.html.util.ICollUtil
public class ICollUtil
Constructor Summary | |
---|---|
ICollUtil()
|
Method Summary | |
---|---|
static void |
updateErrorInfo(IndexedCollection icoll,
java.lang.Object inputObject,
DSETypeException e)
Update the ErrorInfo attribute with the contents of the Exception |
static java.lang.Object |
validate(IndexedCollection iColl)
Validates the object passed (that must be an indexed collection) and if successful, the object is returned, otherwise an appropriate exception is thrown. |
static java.lang.Object |
validate(IndexedCollection icoll,
DataField toValidate)
Validates the object passed (that must be a DataField) and if successful, the object is returned, otherwise an appropriate exception is thrown. |
static java.lang.Object |
validate(IndexedCollection icoll,
java.lang.Object toValidate)
Validates the object passed (that must be an indexed collection or a vector) and if successful, the object is returned, otherwise an appropriate exception is thrown. |
static java.lang.Object |
validate(IndexedCollection icoll,
Vector elements)
Validates the set of objects passed (that must be DataField's) and if successful, the set is returned, otherwise an appropriate exception is thrown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICollUtil()
Method Detail |
---|
public static void updateErrorInfo(IndexedCollection icoll, java.lang.Object inputObject, DSETypeException e)
inputObject
- Objecte
- DSETypeExceptionpublic static java.lang.Object validate(IndexedCollection icoll, java.lang.Object toValidate) throws DSETypeException
icoll
- IndexedCollectiontoValidate
- Object
DSETypeException
- Thrown if the validation is unsuccessful.public static java.lang.Object validate(IndexedCollection icoll, DataField toValidate) throws DSETypeException
toValidate
- DataField
DSETypeException
- Thrown if the validation is unsuccessful.public static java.lang.Object validate(IndexedCollection iColl) throws DSETypeException
iColl
- Object
DSETypeException
- Thrown if the validation is unsuccessful.public static java.lang.Object validate(IndexedCollection icoll, Vector elements) throws DSETypeException
elements
- Vector
DSETypeException
- Thrown if the validation is unsuccessful.
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |