NetCharts Server
A B C D E F G H I J L M N O P R S T U V W X

A

absolute(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
ACCESSIBLE_IMAGE_PAGE - Static variable in class netcharts.server.util.PageCreator
 
ACCESSIBLE_PAGE - Static variable in class netcharts.server.util.PageCreator
 
addFileToJar(String, String, byte[]) - Static method in class netcharts.server.util.JarUtils
Addes a file to a jar when supplied with the file name (jar entry name) and the file's contents.
addFileToJar(String, String, byte[], JarOutputStream, boolean) - Static method in class netcharts.server.util.JarUtils
Adds a file to a jar when supplied with the file name (jar entry name) and the file's contents; returns the unclosed JarOutputStream if requested
addFileToJar(String, String, String, JarOutputStream, boolean) - Static method in class netcharts.server.util.JarUtils
Adds the named file to the jar.
addListingEntry(URL, Hashtable, PrintStream, String) - Method in class chartworks.es.plugin.NDSPlugIn
Add additional information to the listing for this file as seen when a GET on a directory is performed.
addObserver(NDSPlugInObserver) - Method in class chartworks.es.plugin.NDSPlugIn
Add an NDSPlugInObserver.
afterLast() - Method in class netcharts.server.util.ObjectArrayResultSet
 
ALT_VAR - Static variable in class netcharts.server.util.PageCreator
 
appendToQueryString(Hashtable, Hashtable, String) - Static method in class netcharts.server.util.Util
Appends the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable to the HTTP query string supplied.
appendToQueryString(Hashtable, Vector, String) - Static method in class netcharts.server.util.Util
Appends the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable to the HTTP query string supplied.
appendToQueryString(String, String, String) - Static method in class netcharts.server.util.Util
Appends the new parameter and value to the HTTP query string supplied.

B

Base64 - class netcharts.server.util.Base64.
Base64 encode/decode utility.
Base64() - Constructor for class netcharts.server.util.Base64
 
BaseCDLParamWriter - class chartworks.es.plugin.nds.BaseCDLParamWriter.
Base class for CDLParamWriter implementations.
BaseCDLParamWriter(String, ParamInfo) - Constructor for class chartworks.es.plugin.nds.BaseCDLParamWriter
Constructor
beforeFirst() - Method in class netcharts.server.util.ObjectArrayResultSet
 

C

CachePlugIn - class chartworks.es.plugin.CachePlugIn.
The CachePlugIn is used to provide a seamless way to retrieve externally generated or manipulated data for use by NetCharts Server data clients (charts, tables, toolkit API).
CachePlugIn(String) - Constructor for class chartworks.es.plugin.CachePlugIn
Constructor
cancelRowUpdates() - Method in class netcharts.server.util.ObjectArrayResultSet
 
CDLParamWriter - interface chartworks.es.plugin.nds.CDLParamWriter.
Interface for implementations that will output resolved CDL for a CDL parameter and some data.
chartworks.es.plugin - package chartworks.es.plugin
NDS Data API classes and interfaces.
chartworks.es.plugin.nds - package chartworks.es.plugin.nds
 
checkHashtableParametersForChart(Hashtable) - Static method in class netcharts.server.util.Util
Ensures that the Hashtable contains no parameters that we add specifically and that there is a type parameter.
clearWarnings() - Method in class netcharts.server.util.ObjectArrayResultSet
 
close() - Method in class chartworks.es.plugin.InformativeBufferedReader
Close the stream.
close() - Method in class netcharts.server.util.ObjectArrayResultSet
 
closeFile() - Method in class chartworks.es.plugin.CsvTokenizer
 
closeJar(JarOutputStream) - Static method in class netcharts.server.util.JarUtils
Closes a JarOutputStream returned by one of the other methods
combineHashtables(Hashtable, Hashtable) - Static method in class netcharts.server.util.Util
Appends one Hashtable to another.
compare(Object, Object) - Method in class chartworks.es.plugin.CsvTokenizer.RangeComparator
 
connectionIsValid(Connection) - Method in class chartworks.es.plugin.GetJdbcData
 
convertNCXMLToObjectArray(byte[]) - Static method in class netcharts.server.util.Util
Converts NCXML into an Object[][].
convertNCXMLToObjectArray(InputSource) - Static method in class netcharts.server.util.Util
Converts NCXML into an Object[][].
convertNCXMLToObjectArray(String) - Static method in class netcharts.server.util.Util
Converts NCXML into an Object[][].
convertObjectArrayToResultSet(Object[][], boolean) - Static method in class netcharts.server.util.Util
Converts an Object[][] into a ResultSet.
convertResultSetToNCXML(ResultSet) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToNCXML(ResultSet, boolean) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToNCXML(ResultSet, boolean, String) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToNCXML(ResultSet, String) - Static method in class netcharts.server.util.Util
Converts an ResultSet into NCXML.
convertResultSetToObjectArray(ResultSet) - Static method in class netcharts.server.util.Util
Converts an ResultSet into a Object[][].
convertResultSetToObjectArray(ResultSet, boolean) - Static method in class netcharts.server.util.Util
Converts an ResultSet into a Object[][].
convertToCSV(Object[][], char) - Static method in class netcharts.server.util.Util
Converts an Object[][] into CSV.
convertToNCXML(Object[][]) - Static method in class netcharts.server.util.Util
Converts an Object[][] into NCXML.
convertToNCXML(Object[][], String) - Static method in class netcharts.server.util.Util
Converts an Object[][] into NCXML.
convertToVector(Object[][]) - Static method in class netcharts.server.util.Util
Converts an Object[][] into a Vector.
copyJarExceptFile(String, String, String, boolean) - Static method in class netcharts.server.util.JarUtils
Creates a new jar with identical contents of the old jar except the named file is not copied
createCDLParamWriter(String, ParamInfo) - Static method in class chartworks.es.plugin.nds.ParamInfoFactory
Creates a suitable CDLParamWriter to write the CDL Param specified by the parameter name and the ParamInfo.
createImageMap(MapElement[], String, String, String, String) - Static method in class netcharts.server.util.ImageMapCreator
Creates an image map using the given parameters.
createImageMap(MapElement[], String, String, String, String, String) - Static method in class netcharts.server.util.ImageMapCreator
Creates an image map using the given parameters.
createParamInfo(Hashtable) - Static method in class chartworks.es.plugin.nds.ParamInfoFactory
Create a suitable ParamInfo instance for the data in the params Hashtable.
createPlugIn(String, String) - Static method in class chartworks.es.plugin.NDSPlugIn
Create an instance of the specified PlugIn.
createQueryString(Hashtable, Hashtable) - Static method in class netcharts.server.util.Util
Creates a HTTP query string containing the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable.
createQueryString(Hashtable, Vector) - Static method in class netcharts.server.util.Util
Creates a HTTP query string containing the set of key/value pairs contained within the variables Hashtable that do not exist in the excludes Hashtable.
createUniqueID() - Method in class netcharts.server.api.ServerGeneratedPage
Create the Unique ID of the image or retrieve it from the HTML.
createUniqueID() - Method in class netcharts.server.api.ServerGeneratedImage
Create the Unique ID of the image or retrieve it from the HTML.
CSSCDLFormatter - class chartworks.es.plugin.CSSCDLFormatter.
 
CSSCDLFormatter() - Constructor for class chartworks.es.plugin.CSSCDLFormatter
 
CsvPlugIn - class chartworks.es.plugin.CsvPlugIn.
This plugin is used to extract data from a flat file data source.
CsvPlugIn(String) - Constructor for class chartworks.es.plugin.CsvPlugIn
Constructor
CsvTablePlugIn - class chartworks.es.plugin.CsvTablePlugIn.
Deprecated. Replaced by table generation features.
CsvTablePlugIn(String) - Constructor for class chartworks.es.plugin.CsvTablePlugIn
Deprecated.  
CsvTokenizer - class chartworks.es.plugin.CsvTokenizer.
Supports CSV/Flat file parsing.
CsvTokenizer.Range - class chartworks.es.plugin.CsvTokenizer.Range.
 
CsvTokenizer.Range(CsvTokenizer, double) - Constructor for class chartworks.es.plugin.CsvTokenizer.Range
 
CsvTokenizer.Range(CsvTokenizer, double, boolean) - Constructor for class chartworks.es.plugin.CsvTokenizer.Range
 
CsvTokenizer.Range(CsvTokenizer, double, double) - Constructor for class chartworks.es.plugin.CsvTokenizer.Range
 
CsvTokenizer.Range(CsvTokenizer, double, double, boolean, boolean) - Constructor for class chartworks.es.plugin.CsvTokenizer.Range
 
CsvTokenizer.RangeComparator - class chartworks.es.plugin.CsvTokenizer.RangeComparator.
 
CsvTokenizer.RangeComparator(CsvTokenizer) - Constructor for class chartworks.es.plugin.CsvTokenizer.RangeComparator
 
CsvTokenizer() - Constructor for class chartworks.es.plugin.CsvTokenizer
 
CUSTOM - Static variable in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
CUSTOM parameter type.

D

data - Variable in class chartworks.es.plugin.NDSDataModel
 
DataCacheConnector - class netcharts.server.api.DataCacheConnector.
This class provides true local (single-JVM) and embedded server access to the data cache (note that remote data cache access is provided within NSWebToolkit).
DataCacheConnector() - Constructor for class netcharts.server.api.DataCacheConnector
 
DataSettableCDLParamWriter - class chartworks.es.plugin.nds.DataSettableCDLParamWriter.
Allows a specific CDL element to be set from the data.
DataSettableCDLParamWriter(String, ParamInfo) - Constructor for class chartworks.es.plugin.nds.DataSettableCDLParamWriter
 
DataSettableParamInfo - class chartworks.es.plugin.nds.DataSettableParamInfo.
The parent ParamInfo supports formatting indexes on tuples [such as DataSet1, DataSet2, etc.], and appending the data to the end of tuples.
DataSettableParamInfo(boolean, boolean, boolean, int, boolean) - Constructor for class chartworks.es.plugin.nds.DataSettableParamInfo
 
DataSettableParamInfo(boolean, boolean, boolean, int, String[]) - Constructor for class chartworks.es.plugin.nds.DataSettableParamInfo
 
decode(byte[]) - Static method in class netcharts.server.util.Base64
 
decode(InputStream, OutputStream) - Static method in class netcharts.server.util.Base64
 
decode(String) - Static method in class netcharts.server.util.Base64
 
DEFAULT_ALT_TEMPLATE - Static variable in class netcharts.server.util.PageCreator
 
DEFAULT_COMMENT_DELIMS - Static variable in class chartworks.es.plugin.CsvTokenizer
 
DEFAULT_EOL_DELIMS - Static variable in class chartworks.es.plugin.CsvTokenizer
 
DEFAULT_FIELD_DELIMS - Static variable in class chartworks.es.plugin.CsvTokenizer
 
DEFAULT_SERVLET_NAME - Static variable in class netcharts.server.util.PortletPageCreator
 
DEFAULT_SERVLET_NAME - Static variable in class netcharts.server.util.DefaultPageCreator
 
DEFAULT_STRING_DELIMS - Static variable in class chartworks.es.plugin.CsvTokenizer
 
DEFAULT_URL - Static variable in class netcharts.server.util.PageCreator
 
DefaultPageCreator - class netcharts.server.util.DefaultPageCreator.
Utility class for adding basic drill down and popup label capability to simple servlets.
deleteRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
dimensions - Variable in class chartworks.es.plugin.NDSDataModel
 
DRILLDOWN_PAGE - Static variable in class netcharts.server.util.PageCreator
 

E

EJB_JNDI_NAME - Static variable in class netcharts.server.api.NetChartsServerEJBConnector
 
elementAt(int) - Method in class chartworks.es.plugin.NDSDataModel
Returns the first element at the given row.
elementAt(int, int) - Method in class chartworks.es.plugin.NDSDataModel
Returns the first element at the given row and column.
enable(String, Hashtable) - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterValidator
Returns whether the parameter should be enabled in the GUI.
encode(byte[]) - Static method in class netcharts.server.util.Base64
 
encode(InputStream, OutputStream) - Static method in class netcharts.server.util.Base64
 
encode(String) - Static method in class netcharts.server.util.Base64
 
encode(String) - Static method in class netcharts.server.util.Util
URL encode the string but ignore /'s.
endDocument() - Method in class chartworks.es.plugin.NCXMLParser
End document.
endElement(String, String, String) - Method in class chartworks.es.plugin.NCXMLParser
End element.
ERROR_INTERNAL - Static variable in class netcharts.server.api.ServerGeneratedTable
 
ERROR_NO_DATA - Static variable in class netcharts.server.api.ServerGeneratedTable
 
ERROR_SUCCESS - Static variable in class netcharts.server.api.ServerGeneratedTable
 
error(SAXParseException) - Method in class chartworks.es.plugin.NCXMLParser
Error.
executeJdbc(String, String, Vector) - Method in class chartworks.es.plugin.GetJdbcData
Execute a Jdbc statement
executeJdbc(String, Vector) - Method in class chartworks.es.plugin.GetJdbcData
Execute a Jdbc statement
executeJdbc(String, Vector) - Method in class chartworks.es.plugin.GetOracleJdbcData
Execute a Jdbc statement
extractFileFromJar(String, String) - Static method in class netcharts.server.util.JarUtils
Extracts the given file from the jar and returns the file contents as a String
extractFileFromJar(String, String, String) - Static method in class netcharts.server.util.JarUtils
Extracts a file from a jar and writes the file to the given destination filename

F

fatalError(SAXParseException) - Method in class chartworks.es.plugin.NCXMLParser
Fatal error.
filterData(Object[][]) - Method in class chartworks.es.plugin.NDSDataFilter
Filters input data and returns a new 2D object array of the filtered data.
findChildElement(Element) - Static method in class netcharts.server.util.XMLUtil
 
findColumn(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
first() - Method in class netcharts.server.util.ObjectArrayResultSet
 
format(CSSCDLFormatter.Parameter, StringBuffer, String[], StyleMap, int, int) - Static method in class chartworks.es.plugin.CSSCDLFormatter
 
formatData(Object[][], Hashtable) - Method in class chartworks.es.plugin.NDSCDLFormatter
Formats the given data set as CDL parameters.
formatForHtml(String) - Static method in class netcharts.server.util.Util
HTML encodes the string
formatForXML(String) - Static method in class netcharts.server.util.Util
Encodes the string for inclusion within XML.
FormattedCDLParamWriter - class chartworks.es.plugin.nds.FormattedCDLParamWriter.
A CDLParamWriter that 1) creates tuples from given data, and 2) performs tupleFormatPrefix format processing.
FormattedCDLParamWriter(String, ParamInfo) - Constructor for class chartworks.es.plugin.nds.FormattedCDLParamWriter
 

G

getAccessibilityMode() - Method in class netcharts.server.api.NSToolKit
Get the Accessibility Mode.
getAdditionalParameters() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfo
Returns a Hashtable containing the set of additional, non-configurable parameters, that need to be included if this Process Module is utilized.
getAltText() - Method in class netcharts.server.api.ServerGeneratedPage
Get the alternate text of the image.
getAltText() - Method in class netcharts.server.api.ServerGeneratedImage
Get the alternate text of the image.
getAMActiveLabelTextTemplate() - Method in class netcharts.server.api.NSToolKit
Get the text template used to construct alt tags on the active regions of a drill down image (map area tags).
getAMChartDescription() - Method in class netcharts.server.api.NSToolKit
Get the description to be used in the alt tag on chart images.
getArray(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getArray(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getAsciiStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getAsciiStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(int, int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBigDecimal(String, int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBinaryStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBinaryStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBlob(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBlob(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBoolean(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBoolean(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getByte(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getByte(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBytes(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBytes(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getBytes(String, String) - Static method in class netcharts.server.util.Util
Get bytes from a string given a String and an encoding mechanism.
getCatalogName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getCategory() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfoV2
Returns the category to place the Process Module under in the hierarchical display.
getCDL(StyleSheetBundle, Hashtable) - Static method in class chartworks.es.plugin.CSSCDLFormatter
 
getCharacterStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getCharacterStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getCharsRead() - Method in class chartworks.es.plugin.InformativeBufferedReader
Returns the numbers of characters read and returned to the caller.
getChart(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a chart and returns a ServerGeneratedImage representing the chart.
getChart(String, Hashtable, boolean) - Method in class netcharts.server.api.NSToolKit
Retrieves a chart and returns a ServerGeneratedImage representing the chart.
getChartAsImageAndMap(String, Hashtable, HttpServletRequest, boolean) - Method in class netcharts.server.api.NSWebToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, HttpServletRequest, boolean, String) - Method in class netcharts.server.api.NSWebToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, PortletRequest, PortletResponse, boolean) - Method in class netcharts.server.api.NSPortletToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, PortletRequest, PortletResponse, boolean, String) - Method in class netcharts.server.api.NSPortletToolKit
Retrieves a chart and returns the HTML tags representing the chart and imagemap.
getChartAsImageAndMap(String, Hashtable, PortletRequest, PortletResponse, boolean, String, String) - Method in class netcharts.server.api.NSPortletToolKit
 
getChartAsImageTag(String, Hashtable, HttpServletRequest) - Method in class netcharts.server.api.NSWebToolKit
Retrieves a chart and returns the HTML <img> tag representing the chart.
getChartAsImageTag(String, Hashtable, PortletRequest, PortletResponse) - Method in class netcharts.server.api.NSPortletToolKit
Retrieves a chart and returns the HTML <img> tag representing the chart.
getChartFile() - Method in class netcharts.server.api.ServerGeneratedPage
Get the chart file of the ServerGeneratedPage.
getChartFile() - Method in class netcharts.server.api.ServerGeneratedImage
Get the chart file of the ServerGeneratedImage.
getChartPage(String, Hashtable, String, boolean, String) - Method in class netcharts.server.api.NSToolKit
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.
getChartPage(String, Hashtable, String, boolean, String, boolean) - Method in class netcharts.server.api.NSToolKit
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.
getChartType(String) - Static method in class chartworks.es.plugin.CSSCDLFormatter
 
getChildElement(Element, String) - Static method in class netcharts.server.util.XMLUtil
 
getChildElementBody(Element, String) - Static method in class netcharts.server.util.XMLUtil
 
getChildElementList(Element, String) - Static method in class netcharts.server.util.XMLUtil
 
getChildElementList(Element, String[]) - Static method in class netcharts.server.util.XMLUtil
 
getClob(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getClob(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getColumnClassName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnCount() - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnDisplaySize(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnIndex(String) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnLabel(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnType(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getColumnTypeName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getConcurrency() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getConditionalEscapeStrings() - Method in class chartworks.es.plugin.NDSDataModel
Returns the conditional escape strings property
getContentType(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.NDSPlugIn
Return the Content-Type of this NDSPlugIn.
getContentType(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.NDSPlugInAdapter
Return the Content-Type of this NDSPlugIn.
getContentType(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.StatsPlugIn
Deprecated. Return the Content-Type of this NDSPlugIn.
getCursorName() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getCustomConfigurationClass(String) - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfoV2
Returns the class that will be used to configure the parameter information when CUSTOM is returned as the parameter type.
getData() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getData(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.NDSPlugIn
Return the NDSPlugIn data given the specified parameters.
getData(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.NDSPlugInAdapter
Returns formatted data.
getData(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.CsvTablePlugIn
Deprecated. Returns the NDSPlugIn data, given the specified parameters in a byte array.
getData(URL, Hashtable, Hashtable) - Method in class chartworks.es.plugin.StatsPlugIn
Deprecated. Returns the NDSPlugIn data, given the specified parameters in a byte array.
getDataCacheEntry(String, boolean) - Method in class netcharts.server.api.NSToolKit
Return the data cached under the given cache key.
getDataCacheEntry(String, Boolean) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getDataCacheEntryAsNCXML(String, boolean) - Method in class netcharts.server.api.NSToolKit
Return the data cached under the given cache key.
getDataCacheEntryAsResultSet(String, boolean, boolean) - Method in class netcharts.server.api.NSToolKit
Return the data cached under the given cache key as a ResultSet.
getDataDimensions() - Method in class chartworks.es.plugin.NDSDataModel
Returns the number of columns.
getDataElementToReplaceWith() - Method in class chartworks.es.plugin.nds.DataSettableParamInfo
 
getDate(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDate(int, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDate(ResultSet, ResultSetMetaData, int) - Static method in class chartworks.es.plugin.GetJdbcData
 
getDate(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDate(String, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDebugMessages() - Method in class chartworks.es.plugin.CsvTokenizer
 
getDefaultValue() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns the default value of the parameter.
getDescription() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfo
Returns a more detailed description of the Process Module.
getDescription() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns a description of the parameter.
getDimensions() - Method in class chartworks.es.plugin.nds.ParamInfo
 
getDisplayName() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns a descriptive version of the Process Module parameter.
getDouble(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDouble(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, boolean) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String, boolean) - Static method in class netcharts.server.util.DefaultPageCreator
 
getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding no longer needed, instead use DefaultPageCreator.getDrillDownPage(ServerGeneratedImage, boolean, HttpServletRequest, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String, boolean, String, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getDrillDownPage(ServerGeneratedImage, boolean, PortletRequest, PortletResponse, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, HttpServletRequest, boolean) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, HttpServletRequest, boolean, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, PortletRequest, PortletResponse) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, PortletRequest, PortletResponse, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, boolean, String, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding is no longer needed, instead use DefaultPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding is no longer needed, instead use DefaultPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, HttpServletRequest, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, boolean, String, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer used, instead use PortletPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, PortletRequest, PortletResponse, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, String, boolean, String, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which allows drill down and popup labels on the given chart.
getDrillDownPage(ServerGeneratedImage, String, boolean, String, boolean, String, String, String) - Static method in class netcharts.server.util.PageCreator
Deprecated. Encoding no longer needed, instead use PageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, String, boolean, String, String)
getDrillDownPage(ServerGeneratedImage, String, boolean, String, String) - Static method in class netcharts.server.util.PageCreator
Deprecated. Encoding no longer needed, instead use PageCreator.getDrillDownPage(ServerGeneratedImage, String, boolean, String)
getDwellAlignment() - Method in class netcharts.server.api.ServerGeneratedImage
Get the alignment of the dwelllabel.
getDwellBorderSize() - Method in class netcharts.server.api.ServerGeneratedImage
Get the border size of the dwelllabel.
getDwellColor() - Method in class netcharts.server.api.ServerGeneratedImage
Get the background color of the dwelllabel.
getDwellFont() - Method in class netcharts.server.api.ServerGeneratedImage
Get the font of the dwelllabel.
getDwellFontColor() - Method in class netcharts.server.api.ServerGeneratedImage
Get the font color of the dwelllabel.
getDwellFontSize() - Method in class netcharts.server.api.ServerGeneratedImage
Get the font size of the dwelllabel.
getElement() - Method in class netcharts.server.api.MapElement
Get the bounding shape for this image map element.
getElementBody(Element) - Static method in class netcharts.server.util.XMLUtil
 
getEmbeddedDataCacheEntry(String, boolean) - Method in class netcharts.server.api.DataCacheConnector
Gets a cache entry from the embedded server cache via JDNI/EJB
getEncoding() - Method in class netcharts.server.api.ServerGeneratedTable
 
getEncoding() - Method in class netcharts.server.api.NSToolKit
Deprecated. Encoding is now determined from server replies and does not need to be set on the toolkit.
getEncoding() - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getEncoding() - Method in class netcharts.server.api.ServerGeneratedImage
Get the character encoding
getEncodingForXMLPI(String) - Static method in class netcharts.server.util.Util
Get the XML PI attribute representing the encoding.
getEncodingScheme() - Method in class netcharts.server.api.ServerGeneratedImage
Get the encoding scheme of the image data.
getError() - Method in class netcharts.server.api.ServerGeneratedPage
Get the error.
getError() - Method in class netcharts.server.api.ServerGeneratedTable
 
getError() - Method in class netcharts.server.api.ServerGeneratedImage
Get the error.
getErrorType() - Method in class netcharts.server.api.ServerGeneratedTable
 
getFetchDirection() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getFetchSize() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getFloat(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getFloat(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getHeight() - Method in class netcharts.server.api.ServerGeneratedImage
Get the height of the image.
getHTML() - Method in class netcharts.server.api.ServerGeneratedPage
Get the unique ID of the ServerGeneratedPage.
getHTMLFragment() - Method in class netcharts.server.api.ServerGeneratedPage
Retrieve the html code contained within the tag and the script.
getImage() - Method in class netcharts.server.api.ServerGeneratedPage
Get the encoded image data.
getImage() - Method in class netcharts.server.api.ServerGeneratedImage
Get the encoded image data.
getImagePage(ServerGeneratedImage, HttpServletRequest, boolean, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, HttpServletRequest, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding no longer needed, instead use DefaultPageCreator.getImagePage(ServerGeneratedImage, HttpServletRequest, boolean, String)
getImagePage(ServerGeneratedImage, PortletRequest, PortletResponse, boolean, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, PortletRequest, PortletResponse, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getImagePage(ServerGeneratedImage, PortletRequest, PortletResponse, boolean, String)
getImagePage(ServerGeneratedImage, String, boolean, String) - Static method in class netcharts.server.util.PageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, String, boolean, String, String) - Static method in class netcharts.server.util.PageCreator
Deprecated. Encoding no longer needed, instead use PageCreator.getImagePage(ServerGeneratedImage, String, boolean, String)
getImagePage(ServerGeneratedImage, String, HttpServletRequest, boolean, String) - Static method in class netcharts.server.util.DefaultPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, String, HttpServletRequest, boolean, String, String) - Static method in class netcharts.server.util.DefaultPageCreator
Deprecated. Encoding no longer needed, instead use DefaultPageCreator.getImagePage(ServerGeneratedImage, String, HttpServletRequest, boolean, String)
getImagePage(ServerGeneratedImage, String, PortletRequest, PortletResponse, boolean, String) - Static method in class netcharts.server.util.PortletPageCreator
Get the HTML which only shows the image of the given chart.
getImagePage(ServerGeneratedImage, String, PortletRequest, PortletResponse, boolean, String, String) - Static method in class netcharts.server.util.PortletPageCreator
Deprecated. Encoding is no longer needed, instead use PortletPageCreator.getImagePage(ServerGeneratedImage, String, PortletRequest, PortletResponse, boolean, String)
getIncludeSessionId() - Method in class netcharts.server.api.NSWebToolKit
 
getInt(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getInt(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getIsIndexed() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfo
Returns whether the parameter are indexed and has the index appended to the name of the parameter.
GetJdbcData - class chartworks.es.plugin.GetJdbcData.
GetJdbcData is a general class used to extract data from any Jdbc data source.
GetJdbcData() - Constructor for class chartworks.es.plugin.GetJdbcData
 
getLabel() - Method in class netcharts.server.api.MapElement
Get the label for this image map element.
getLocalDataCacheEntry(String, boolean) - Method in class netcharts.server.api.DataCacheConnector
Gets a cache entry from the local cache
getLong(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getLong(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getMap() - Method in class netcharts.server.api.ServerGeneratedImage
Get the MapElement array.
getMapName() - Method in class netcharts.server.api.ServerGeneratedImage
Get the ID of the map
getMetaData() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getMethod() - Method in class chartworks.es.plugin.nds.ParamInfo
 
getMimeType() - Method in class netcharts.server.api.ServerGeneratedPage
Get the mime type of the encoded image.
getMimeType() - Method in class netcharts.server.api.ServerGeneratedImage
Get the mime type of the encoded image.
getName() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfo
Returns the descriptive name of the Process Module.
getNDSData(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server.
getNDSDataAsCSV(String, Hashtable, char) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server and puts it into a format easily imported into MS-Excel
getNDSDataAsNCXML(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server and puts it into the NCXML format.
getNDSDataAsResultSet(String, Hashtable, boolean) - Method in class netcharts.server.api.NSToolKit
Retrieves NDS data from NetCharts Server and puts it into a java.sql.ResultSet.
getNDSDataAsVector(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a data set from NetCharts Server and puts it into a Vector.
getNRows() - Method in class chartworks.es.plugin.NDSDataModel
Returns the number of rows in the dataset.
getNullString() - Method in class chartworks.es.plugin.nds.ParamInfo
 
getObject(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getObject(int, Map) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getObject(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getObject(String, Map) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getOptionValues() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns the set of possible values if the parameter is of type OPTION.
GetOracleJdbcData - class chartworks.es.plugin.GetOracleJdbcData.
 
GetOracleJdbcData() - Constructor for class chartworks.es.plugin.GetOracleJdbcData
 
getParameter() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns the Process Module parameter.
getParameter(String) - Static method in class chartworks.es.plugin.CSSCDLFormatter
 
getParameter(String, String) - Static method in class chartworks.es.plugin.CSSCDLFormatter
Get a "tiered" Parameter (i.e.
getParameterName() - Method in class chartworks.es.plugin.nds.BaseCDLParamWriter
 
getParameters() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfo
Returns a concat array containing the set of parameters that the Process Module utilizes.
getParamIndexToReplace() - Method in class chartworks.es.plugin.nds.DataSettableParamInfo
 
getParamInfo() - Method in class chartworks.es.plugin.nds.BaseCDLParamWriter
 
getPDFReport(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a PDF report based on a PGL template from NetCharts Server.
getPDFTable(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
 
getPlugIn(String, String) - Static method in class chartworks.es.plugin.NDSPlugIn
Get the PlugIn object with the specified class and name
getPrecision(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getRef(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getRef(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getRelativePath(String, String) - Static method in class netcharts.server.util.Util
Resolves an absolute path against another to get a relative path.
Case insensitive
Examples of input/output combinations: absolutePath1="c:\\folder1\\" absolutePath2="c:\\folder1\\sub-folder1\\" getRelativePath=".\\sub-folder1\\" absolutePath1="c:\\folder1\\" absolutePath2="c:\\folder1\\sub-folder1\\file.txt" getRelativePath=".\\sub-folder1\\file.txt" absolutePath1="c:\\folder1\\sub-folder1\\" absolutePath2="c:\\folder2\\" getRelativePath="..\\..\\folder2\\" If the drives are different then an absolute path must be returned.
For example: absolutePath1="c:\\folder1\\" absolutePath2="d:\\folder2\\" getRelativePath="d:\\folder2\\"
getResultSetColumnNames(ResultSet) - Static method in class netcharts.server.util.Util
Get the column nbames of a ResultSet.
getResultSetIndex() - Method in class chartworks.es.plugin.GetOracleJdbcData
 
getRolloverJavaScript() - Static method in class netcharts.server.api.NSToolKit
Return the JavaScript and <div> tag used for chart interactivity.
getRolloverJavaScript() - Static method in class netcharts.server.util.PageCreator
Return the JavaScript and
tag used for chart interactivity.
getRow() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getRows() - Method in class chartworks.es.plugin.CsvTokenizer
 
getScale(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getSchemaName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getSelectedItemIndex() - Method in class netcharts.server.api.MapElement
Get the CDL Parameter index for this image map element.
getSelectedItemLabels() - Method in class netcharts.server.api.MapElement
Get the additional chart related labels for this image map element.
getSelectedItemParam() - Method in class netcharts.server.api.MapElement
Get the CDL Parameter for this image map element.
getServerGeneratedTable(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getServerGeneratedTable(String, Hashtable, Object[][]) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getServerReply(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a response via HTTP.
getServerReply(String, Hashtable, String) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getServerReply(String, Hashtable, String, Hashtable) - Method in class netcharts.server.api.NetChartsServerEJBConnector
 
getSessionIdParameter(HttpServletRequest) - Static method in class netcharts.server.util.DefaultPageCreator
 
getShort(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getShort(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getStart() - Method in class chartworks.es.plugin.CsvTokenizer.Range
 
getStatement() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getStop() - Method in class chartworks.es.plugin.CsvTokenizer.Range
 
getString(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getString(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getSubCategory() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceInfoV2
Returns the sub-category the place the Process Module under in the hierarchical display.
getTable() - Method in class chartworks.es.plugin.CsvTokenizer
 
getTable(String, Hashtable) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getTable(String, Hashtable, Object[][]) - Method in class netcharts.server.api.NSToolKit
Retrieves a table.
getTableData() - Method in class netcharts.server.api.ServerGeneratedTable
 
getTableName(int) - Method in class netcharts.server.util.ObjectArrayResultSetMetaData
 
getTarget() - Method in class netcharts.server.api.MapElement
Get the frame target for this image map element's URL.
getTemplateObject() - Method in class chartworks.es.plugin.nds.ParamInfo
 
getTime(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTime(int, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTime(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTime(String, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(int, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTimestamp(String, Calendar) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getTokenToReplace() - Method in class chartworks.es.plugin.nds.DataSettableParamInfo
 
getTuplePrefixFormats() - Method in class chartworks.es.plugin.nds.ParamInfo
 
getType() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns the parameter type, either TEXT, OPTION or CUSTOM.
getType() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUnencodedServletName(PortletRequest) - Static method in class netcharts.server.util.PortletPageCreator
 
getUnencodedServletNameWithSessionId(PortletRequest) - Static method in class netcharts.server.util.PortletPageCreator
 
getUnicodeStream(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUnicodeStream(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUniqueID() - Method in class netcharts.server.api.ServerGeneratedPage
Get the unique ID of the ServerGeneratedPage.
getUniqueID() - Method in class netcharts.server.api.ServerGeneratedImage
Get the unique ID of the ServerGeneratedImage.
getUnquoteStrings() - Method in class chartworks.es.plugin.NDSDataModel
Returns the unquote strings property
getURL() - Method in class netcharts.server.api.MapElement
Get the URL for this image map element.
getURL(int) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getURL(String) - Method in class netcharts.server.util.ObjectArrayResultSet
 
getUserAgent() - Method in class netcharts.server.api.NSToolKit
Get the user agent type, which by default is NetChartsServer Java ToolKit (Remote)
getValidator() - Method in interface netcharts.server.api.NDSPostProcessorInterfaceParameterInfo
Returns a NDSPostProcessorInterfaceParameterValidator implementation that can be used to validate the currently entered value of the parameter.
getVector() - Method in class chartworks.es.plugin.nds.ParamInfo
 
getWarnings() - Method in class netcharts.server.util.ObjectArrayResultSet
 
getWidth() - Method in class netcharts.server.api.ServerGeneratedImage
Get the width of the image.

H

hasNewData(NFDate) - Method in class chartworks.es.plugin.NDSPlugIn
Return whether the PlugIn has new data since the given date.
hasPoints() - Method in class chartworks.es.plugin.nds.ParamInfo
 
hasTuples() - Method in class chartworks.es.plugin.nds.ParamInfo
 
HEIGHT_VAR - Static variable in class netcharts.server.util.PageCreator
 
HREF_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the url value of the MapElement.

I

IMAGE_PAGE - Static variable in class netcharts.server.util.PageCreator
 
IMAGE_PARAMETER - Static variable in class netcharts.server.util.PageCreator
 
ImageMapCreator - class netcharts.server.util.ImageMapCreator.
Basic Image Map Creator implementation.
ImageMapCreator() - Constructor for class netcharts.server.util.ImageMapCreator
 
inDebugMode() - Method in class chartworks.es.plugin.CsvTokenizer
 
INDEX_REPLACE - Static variable in class netcharts.server.util.ImageMapCreator
The text in the onMouseOver or onMouseOut String that will be replaced by the selectedItemIndex value of the MapElement.
InformativeBufferedReader - class chartworks.es.plugin.InformativeBufferedReader.
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
InformativeBufferedReader(Reader) - Constructor for class chartworks.es.plugin.InformativeBufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
InformativeBufferedReader(Reader, int) - Constructor for class chartworks.es.plugin.InformativeBufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
insertRow() - Method in class netcharts.server.util.