|
NetCharts Server | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NSToolKitException | |
| netcharts.server.api | |
| Uses of NSToolKitException in netcharts.server.api |
| Methods in netcharts.server.api that throw NSToolKitException | |
chartworks.es.util.ServerReply |
NSToolKit.getServerReply(java.lang.String serverFile,
java.util.Hashtable variables)
Retrieves a response via HTTP. |
java.lang.String |
NSToolKit.getTable(java.lang.String tableFile,
java.util.Hashtable variables)
Retrieves a table. |
ServerGeneratedTable |
NSToolKit.getServerGeneratedTable(java.lang.String tableFile,
java.util.Hashtable variables)
Retrieves a table. |
java.lang.String |
NSToolKit.getTable(java.lang.String tableFile,
java.util.Hashtable variables,
java.lang.Object[][] tableData)
Retrieves a table. |
ServerGeneratedTable |
NSToolKit.getServerGeneratedTable(java.lang.String tableFile,
java.util.Hashtable variables,
java.lang.Object[][] tableData)
Retrieves a table. |
java.lang.String |
NSToolKit.getChartPage(java.lang.String chartFile,
java.util.Hashtable variables,
java.lang.String imageFileName,
boolean overwriteImageFile,
java.lang.String imageSource)
Retrieves a chart, saves the generated chart image to a specified file on your local hard drive and returns the generated HTML page including the <img> tag and associated HTML image map. |
java.lang.String |
NSToolKit.getChartPage(java.lang.String chartFile,
java.util.Hashtable variables,
java.lang.String imageFileName,
boolean overwriteImageFile,
java.lang.String imageSource,
boolean createImageMap)
Retrieves a chart, saves the generated chart image to a specified file on your local hard drive and returns the generated HTML page including the <img> tag and associated HTML image map if requested. |
byte[] |
NSToolKit.getPDFReport(java.lang.String pglFile,
java.util.Hashtable variables)
Retrieves a PDF report based on a PGL template from NetCharts Server. |
byte[] |
NSToolKit.getPDFTable(java.lang.String tableName,
java.util.Hashtable variables)
|
ServerGeneratedImage |
NSToolKit.getChart(java.lang.String chartFile,
java.util.Hashtable variables)
Retrieves a chart and returns a ServerGeneratedImage representing the chart. |
ServerGeneratedImage |
NSToolKit.getChart(java.lang.String chartFile,
java.util.Hashtable variables,
boolean createImageMap)
Retrieves a chart and returns a ServerGeneratedImage representing the chart. |
java.lang.Object[][] |
NSToolKit.getNDSData(java.lang.String ndsFile,
java.util.Hashtable variables)
Retrieves NDS data from NetCharts Server. |
java.lang.String |
NSToolKit.getNDSDataAsCSV(java.lang.String ndsFile,
java.util.Hashtable variables,
char delimiter)
Retrieves NDS data from NetCharts Server and puts it into a format easily imported into MS-Excel |
java.lang.String |
NSToolKit.getNDSDataAsNCXML(java.lang.String ndsFile,
java.util.Hashtable variables)
Retrieves NDS data from NetCharts Server and puts it into the NCXML format. |
java.util.Vector |
NSToolKit.getNDSDataAsVector(java.lang.String ndsFile,
java.util.Hashtable variables)
Retrieves a data set from NetCharts Server and puts it into a Vector. |
java.sql.ResultSet |
NSToolKit.getNDSDataAsResultSet(java.lang.String ndsFile,
java.util.Hashtable variables,
boolean useFirstRowAsColumnNames)
Retrieves NDS data from NetCharts Server and puts it into a java.sql.ResultSet. |
void |
NSToolKit.putDataCacheEntry(java.lang.String cacheKey,
java.sql.ResultSet data,
int lifeSpan)
Puts data from a ResultSet into the cache with the given cache key. |
void |
NSToolKit.putDataCacheEntry(java.lang.String cacheKey,
java.lang.String ncxml,
int lifeSpan)
Puts data formatted as NetCharts XML (NCXML) into the cache with the given cache key. |
void |
NSToolKit.putDataCacheEntry(java.lang.String cacheKey,
java.lang.String xml,
java.lang.String xmlParserClassName,
int lifeSpan)
Puts data formatted as XML into the cache with the given cache key. |
void |
NSToolKit.putDataCacheEntry(java.lang.String cacheKey,
java.lang.Object[][] data,
int lifeSpan)
Puts data element into the cache with the given cache key. |
void |
NSToolKit.removeDataCacheEntry(java.lang.String cacheKey)
Removes the named data element from the data cache. |
void |
NSToolKit.purgeDataCache()
Clears the data cache. |
java.lang.Object[][] |
NSToolKit.getDataCacheEntry(java.lang.String cacheKey,
boolean refreshCacheEntry)
Return the data cached under the given cache key. |
java.lang.String |
NSToolKit.getDataCacheEntryAsNCXML(java.lang.String cacheKey,
boolean refreshCacheEntry)
Return the data cached under the given cache key. |
java.sql.ResultSet |
NSToolKit.getDataCacheEntryAsResultSet(java.lang.String cacheKey,
boolean refreshCacheEntry,
boolean useFirstRowAsColumnNames)
Return the data cached under the given cache key as a ResultSet. |
java.lang.String |
NSWebToolKit.getChartAsImageTag(java.lang.String chartFile,
java.util.Hashtable variables,
javax.servlet.http.HttpServletRequest request)
Retrieves a chart and returns the HTML <img> tag representing the chart. |
java.lang.String |
NSWebToolKit.getChartAsImageAndMap(java.lang.String chartFile,
java.util.Hashtable variables,
javax.servlet.http.HttpServletRequest request,
boolean includeJavaScript)
Retrieves a chart and returns the HTML tags representing the chart and imagemap. |
java.lang.String |
NSWebToolKit.getChartAsImageAndMap(java.lang.String chartFile,
java.util.Hashtable variables,
javax.servlet.http.HttpServletRequest request,
boolean includeJavaScript,
java.lang.String defaultHREF)
Retrieves a chart and returns the HTML tags representing the chart and imagemap. |
java.lang.String |
NSPortletToolKit.getChartAsImageTag(java.lang.String chartFile,
java.util.Hashtable variables,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Retrieves a chart and returns the HTML <img> tag representing the chart. |
java.lang.String |
NSPortletToolKit.getChartAsImageAndMap(java.lang.String chartFile,
java.util.Hashtable variables,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
boolean includeJavaScript)
Retrieves a chart and returns the HTML tags representing the chart and imagemap. |
java.lang.String |
NSPortletToolKit.getChartAsImageAndMap(java.lang.String chartFile,
java.util.Hashtable variables,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
boolean includeJavaScript,
java.lang.String defaultHREF)
Retrieves a chart and returns the HTML tags representing the chart and imagemap. |
java.lang.String |
NSPortletToolKit.getChartAsImageAndMap(java.lang.String chartFile,
java.util.Hashtable variables,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
boolean includeJavaScript,
java.lang.String defaultHREF,
java.lang.String returnPath)
|
|
NetCharts Server | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2007 |
Last Modified: Jun 14, 2007 |