IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.dojo.tag
Class TypeGeneratorUtils

java.lang.Object
  extended by com.ibm.btt.dojo.tag.TypeGeneratorUtils

 class TypeGeneratorUtils
extends java.lang.Object


Constructor Summary
TypeGeneratorUtils()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.Object> getClientSideAttributes(DataField dataField)
          This method is used to get type parameters defined for a data The method will first look up the parameters defined on data definition and if corresponding parameter is not find, then the method will look up the parameter in convert and validations
static java.util.Map<java.lang.String,java.lang.Object> getClientSideAttributes(DataField dataField, java.lang.String conversionType)
          This method is used to get type parameters defined for a data The method will first look up the parameters defined on data definition and if corresponding parameter is not find, then the method will look up the parameter in convert and validations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeGeneratorUtils

TypeGeneratorUtils()
Method Detail

getClientSideAttributes

public static java.util.Map<java.lang.String,java.lang.Object> getClientSideAttributes(DataField dataField)
This method is used to get type parameters defined for a data The method will first look up the parameters defined on data definition and if corresponding parameter is not find, then the method will look up the parameter in convert and validations

Parameters:
dataField - the dataFiled whose type we are looking for
Returns:
parameters in HashMap

getClientSideAttributes

public static java.util.Map<java.lang.String,java.lang.Object> getClientSideAttributes(DataField dataField,
                                                                                       java.lang.String conversionType)
This method is used to get type parameters defined for a data The method will first look up the parameters defined on data definition and if corresponding parameter is not find, then the method will look up the parameter in convert and validations

Parameters:
dataField -
conversionType -
Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011