wt.query.template
Class ReportTemplateServerHelper

java.lang.Object
  extended bywt.query.template.ReportTemplateServerHelper

public class ReportTemplateServerHelper
extends Object


Constructor Summary
ReportTemplateServerHelper()
           
 
Method Summary
static QueryResult doQuery(ReportTemplate reportTemplate, Hashtable queryParams, Locale locale)
           
private static String getQmlString(String resourceName)
           
static ReportTemplate getReportTemplate(String resourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTemplateServerHelper

public ReportTemplateServerHelper()
Method Detail

getReportTemplate

public static ReportTemplate getReportTemplate(String resourceName)

getQmlString

private static String getQmlString(String resourceName)
                            throws WTException
Throws:
WTException

doQuery

public static QueryResult doQuery(ReportTemplate reportTemplate,
                                  Hashtable queryParams,
                                  Locale locale)
                           throws WTException
Throws:
WTException