EspressReport ES
v 6.0

quadbase.reportorganizer.menuAPI
Class Util

java.lang.Object
  |
  +--quadbase.reportorganizer.menuAPI.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String createURL(QbMenu qbMenu, java.lang.String filePath)
          returns URL for specified file path
static java.lang.String[] getParamName(quadbase.ChartAPI.QbChart chart)
          retrieve parameter names for specified chart
static java.lang.String[] getParamName(quadbase.reportdesigner.ReportAPI.QbReport qbreport)
          retrieve parameter names for specified report
static java.lang.String getServletContext()
          returns servlet context
static long lastModifiedTime(java.lang.String fileName)
          retrieve the last modified time for specified file
static java.lang.String toString(java.lang.Object obj)
          convert object to string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getParamName

public static java.lang.String[] getParamName(quadbase.reportdesigner.ReportAPI.QbReport qbreport)
retrieve parameter names for specified report
Parameters:
qbreport - a report object
Returns:
returns array of parameter names

getParamName

public static java.lang.String[] getParamName(quadbase.ChartAPI.QbChart chart)
retrieve parameter names for specified chart
Parameters:
chart - a chart object
Returns:
returns array of parameter names

toString

public static java.lang.String toString(java.lang.Object obj)
convert object to string
Parameters:
obj - an object of String, Vector, Timestamp, Time, Date, or Number
Returns:
returns a string which represent this object

lastModifiedTime

public static long lastModifiedTime(java.lang.String fileName)
retrieve the last modified time for specified file
Parameters:
fileName - name of the file
Returns:
returns the last modified time

getServletContext

public static java.lang.String getServletContext()
                                          throws java.lang.Exception
returns servlet context

createURL

public static java.lang.String createURL(QbMenu qbMenu,
                                         java.lang.String filePath)
                                  throws java.lang.Exception
returns URL for specified file path

EspressReport ES
v 6.0