com.ibm.di.report.aloverview
Class HTMLFactory

java.lang.Object
  extended by com.ibm.di.report.aloverview.HTMLFactory

public class HTMLFactory
extends Object


Constructor Summary
HTMLFactory(ReportConfig reportConfig)
           
 
Method Summary
 String formatDocument(AssemblyLineInfo assemblyLineInfo)
           
 String formatNode(TreeNode node, StringBuffer content, String nodeId)
           
 StringBuffer getDataTable(DataTable table)
           
 StringBuffer getDataTable(Map<String,String> paramMap)
           
 StringBuffer getInfoTable(Map<String,String> params)
           
 StringBuffer getResoureLink(String resourceId, String resourceName)
           
 StringBuffer getScript(String scriptText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFactory

public HTMLFactory(ReportConfig reportConfig)
Parameters:
reportConfig -
Method Detail

formatDocument

public String formatDocument(AssemblyLineInfo assemblyLineInfo)
Parameters:
assemblyLineInfo -
Returns:
String

formatNode

public String formatNode(TreeNode node,
                         StringBuffer content,
                         String nodeId)
Parameters:
node -
content -
nodeId -
Returns:
String

getDataTable

public StringBuffer getDataTable(DataTable table)
Parameters:
table -
Returns:
StringBuffer

getDataTable

public StringBuffer getDataTable(Map<String,String> paramMap)
Parameters:
paramMap -
Returns:
StringBuffer

getInfoTable

public StringBuffer getInfoTable(Map<String,String> params)
Parameters:
params -
Returns:
StringBuffer

getScript

public StringBuffer getScript(String scriptText)
Parameters:
scriptText -
Returns:
StringBuffer

getResoureLink

public StringBuffer getResoureLink(String resourceId,
                                   String resourceName)
Parameters:
resourceId -
resourceName -
Returns:
StringBuffer