A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G

GEARS_ICON - Static variable in interface planetj.html.IImageReferences
 
GenderField - class planetj.database.field.GenderField.
This field will represent a sex or gender.
GenderField() - Constructor for class planetj.database.field.GenderField
 
GENERATE_CLASS_JSP - Static variable in interface planetj.dataexplorer.IDataExplorer
 
GENERATE_CLASS_NAME - Static variable in interface planetj.dataexplorer.IDataExplorer
 
GENERATE_JAVA_CLASS_FILE - Static variable in interface planetj.dataexplorer.IDataExplorer
 
GENERATE_JAVA_INTERFACE_FILE - Static variable in interface planetj.dataexplorer.IDataExplorer
 
generate() - Method in class planetj.dataengine.test.TestHTMLTable
Generates HTML code for this HTML table.
generate(Field, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
generate(Field, String, String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.FieldHTMLSelect
Deprecated. y & x are no longer used, replaced with generate(Field, HttpServletRequest, HttpServletResponse)
generate(HttpServletRequest, HttpServletResponse) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
generate(Object, ActionDisplayDescriptor, HttpServletRequest, HttpServletResponse) - Method in interface planetj.html.IHTMLRenderer
Generates HTML code using the given ActionDisplayDescriptor.
generate(Object, ActionDisplayDescriptor, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.AbstractHTMLRenderer
Generates HTML code using the given ActionDisplayDescriptor.
generate(RowCollection) - Method in class planetj.dataengine.test.TestHTMLTable
Generates HTML code for this HTML table using the specified rows (RowCollection).
generate(RowCollection, String[]) - Method in class planetj.dataengine.test.TestHTMLTable
Generates HTML code for this HTML table using the specified rows (RowCollection).
generate(RowCollection, String[], HttpServletRequest, HttpServletResponse) - Method in class planetj.dataengine.test.TestHTMLTable
Generates HTML code for this HTML table using the specified rows (RowCollection).
generate(String[], String) - Method in class planetj.html.SimpleHTMLSelect
Generates a HTML Select from the given list of values (Combobox).
generate(String[], String[]) - Method in class planetj.html.SimpleHTMLSelect
Generates a HTML Select from the given list of values (Combobox).
generate(String, List, List) - Method in class planetj.html.SimpleHTMLSelect
 
generate(String, List, String) - Method in class planetj.html.SimpleHTMLSelect
 
generate(String, String[], String) - Method in class planetj.html.SimpleHTMLSelect
Generates a HTML Select from the given list of values (Combobox).
generate(String, String[], String[]) - Method in class planetj.html.SimpleHTMLSelect
Generates a HTML Select from the given list of values (Combobox).
generate(String, String, RowCollection) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
generate(String, String, RowCollection, String) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
generate(String, String, String, RowCollection) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
generate(String, String, String, RowCollection, String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.SimpleHTMLSelect
Generates HTML code for this HTMLSelect using the specified rows (RowCollection).
generate(String, String, String, RowCollection, String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
generate(Table, List, List, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.FDHTMLTable
 
generateAction(ActionDisplayDescriptor, Row, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.MagicRequestRenderer
Generates HTML code for the Action associated with the given display descriptor.
generateAction(ActionDisplayDescriptor, Row, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLRowActionRenderer
Generates HTML code for the Action associated with the given display descriptor.
generateApproximateReport() - Method in class planetj.database.connection.DataEngineConnectionPool
Creates a ConnectionPoolReport from the information in this connection pool.
generateAssociationLinks(RowCollection, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(Field, String, String, RowCollection, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(Field, String, String, RowCollection, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(Field, String, String, String, RowCollection, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(Field, String, String, String, RowCollection, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(String, String, String, RowCollection, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(String, String, String, RowCollection, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(String, String, String, String, RowCollection, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateComboBox(String, String, String, String, RowCollection, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated.  
generateConstant(String, String, StringBuffer) - Static method in class planetj.dataengine.RowClassGenerator
Generates a Java code for defining a constant.
generateConstantComments(FieldDescriptorRow, StringBuffer) - Static method in class planetj.dataengine.RowClassGenerator
Generates a Java constant comment
generateConstantTableProperties(RowClassProperties, StringBuffer) - Static method in class planetj.dataengine.RowClassGenerator
This method will generate the TABLE_NAME and LIBRARY_NAME constants Creation date: (4/9/2002 1:27:51 PM)
generateCreateTableStatementFromFDs(Table) - Static method in class planetj.database.SQLGenerator
Generates a CREATE TABLE Statement that constructs a table based on the specified Table
generateCreateTableStatementFromRowCollection(Table, RowCollection) - Static method in class planetj.database.SQLGenerator
Generates a CREATE TABLE Statement that constructs a table based on the specified Table
generateCSVFile(ICSVRow, CSVFileDescriptor) - Method in class planetj.helpers.CSVHelper
This method will generate a CSV file with CSV data supplied in pCSVRow.getCSVRow().
generateCSVFile(List, CSVFileDescriptor) - Method in class planetj.helpers.CSVHelper
This method will generate a CSV file with CSV data supplied in pList.get(i).toString() if pList.elementAt(i) is not a ICSVField, ICSVRow or List.
generateCurrentUserValue(String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Convience method the generates and returns HTML code to display a user's property value for the given Field name.
generateDatePicker(StringBuffer, String, Field, HttpServletRequest) - Static method in class planetj.html.JavaScriptManager
This will generate the DatePicker.
generateDatePickerSourceReferences(StringBuffer) - Static method in class planetj.html.JavaScriptManager
This will generate source references for DatePicker JavaScript files.
generateDesktopShortcut(IShortcut) - Static method in class planetj.shortcuts.ShortcutGenerator
This method will generate a shortcut on your desktop.
generateDetails(FieldSetCollection, Row, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLRowDetails
Generate HTML code for the given FieldSetCollection.
generateDetails(FieldSet, Row, boolean, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLRowDetails
Generates the details for a using only a field set.
generateDetails(FieldSet, Row, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLRowDetails
Generates the details for a using only a field set.
generateDetails(Row, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLRowDetails
Generates the details for a Row
generateDisplayValue(Field, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLField
 
generateDisplayValue(HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated. repaced with appendDisplayValue(HttpServletRequest, HttpServletResponse, StringBuffer)
generateDOCFile(ICSVRow, CSVFileDescriptor) - Method in class planetj.helpers.DOCHelper
This method will generate a CSV/DOC file with CSV/DOC data supplied in pCSVRow.getCSVRow().
generateDOCFile(List, CSVFileDescriptor) - Method in class planetj.helpers.DOCHelper
This method will generate a CSV/DOC file with CSV/DOC data supplied in pList.get(i).toString() if pList.elementAt(i) is not a ICSVField, ICSVRow or List.
generateEditableSelectSourceReferences(StringBuffer) - Static method in class planetj.html.JavaScriptManager
This will generate source references for EditableSelect JavaScript files.
generateExactReport(boolean) - Method in class planetj.database.connection.DataEngineConnectionPool
Creates a ConnectionPoolReport from the information in this connection pool.
generateException_javalangString_javalangObject__MethodDescriptor() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the generateException(java.lang.String, java.lang.Object[]) method descriptor.
generateException_javalangString_javalangString_javalangString_javalangStringMethodDescriptor() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the generateException(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method descriptor.
generateException_javalangString_javalangString_javalangStringMethodDescriptor() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the generateException(java.lang.String, java.lang.String, java.lang.String) method descriptor.
generateException_javalangString_javalangStringMethodDescriptor() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the generateException(java.lang.String, java.lang.String) method descriptor.
generateException_javalangStringMethodDescriptor() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the generateException(java.lang.String) method descriptor.
generateException(String) - Method in class planetj.gui.CMInternalFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String) - Method in class planetj.gui.CMFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String) - Static method in class planetj.common.MessageManager
Convenience method which simply creates the replacement text variables as an array
generateException(String) - Method in class planetj.common.BusinessObject
Convenience method which simply creates the replacement text variables as an array
generateException(String, Object[]) - Method in class planetj.gui.CMInternalFrameJ
Generate a new CMException.
generateException(String, Object[]) - Method in class planetj.gui.CMFrameJ
Generate a new CMException.
generateException(String, Object[]) - Static method in class planetj.common.MessageManager
Generate a new CMException.
generateException(String, Object[]) - Method in class planetj.common.BusinessObject
Generate a new CMException.
generateException(String, String) - Method in class planetj.gui.CMInternalFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String, String) - Method in class planetj.gui.CMFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String, String) - Static method in class planetj.common.MessageManager
Convenience method which simply creates the replacement text variables as an array
generateException(String, String) - Method in class planetj.common.BusinessObject
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String) - Method in class planetj.gui.CMInternalFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String) - Method in class planetj.gui.CMFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String) - Static method in class planetj.common.MessageManager
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String) - Method in class planetj.common.BusinessObject
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String, String) - Method in class planetj.gui.CMInternalFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String, String) - Method in class planetj.gui.CMFrameJ
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String, String) - Static method in class planetj.common.MessageManager
Convenience method which simply creates the replacement text variables as an array
generateException(String, String, String, String) - Method in class planetj.common.BusinessObject
Convenience method which simply creates the replacement text variables as an array
generateFDFFile(IFDFObject, FDFFileDescriptor) - Method in class planetj.helpers.FDFHelper
This method will return a StringBuffer in FDF format according to pFDFObject.getFDFData().
generateField(Field, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated. replaced with HTMLField.appendDisplayValue(.......)
generateFieldSQLValues(List) - Static method in class planetj.database.SQLGenerator
 
generateGetter(String, String, Class, boolean, StringBuffer) - Static method in class planetj.dataengine.RowClassGenerator
Appends to a StringBuffer a String defining a Java method which gets the value of a field
generateHidden(StringBuffer, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated. replaced with HTMLInput.appendHiddenInput(....)
generateHiddenInputs(StringBuffer, HttpServletRequest) - Static method in class planetj.html.HTMLGenerator
Deprecated. replaced with HTMLGenerator.appendHiddenInputs(StringBuffer, HttpServletRequest, HttpServletResponse)
generateHiddenInputs(StringBuffer, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Appends hidden html input fields used for the unique session identifier for objects, magic requests, and servlet actions.
generateIIFFile(IIFRecordArray, IIFFileDescriptor) - Method in class planetj.helpers.IIFHelper
This method will return a StringBuffer in IIF format according to pIIFData.
generateIIFFile(IIFRecord, IIFFileDescriptor) - Method in class planetj.helpers.IIFHelper
This method will return a StringBuffer in IIF format according to pIIFData.
generateInput(Field, int, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated. replaced with HTMLField.appendInput(....)
generateInput(Field, int, String, int, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated. x and y are no longer used, replaced with appendInput(Field, int, String, int, int, StringBuffer, HttpServletRequest, HttpServletResponse)
generateInput(Field, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated. replaced with HTMLField.appendInput(....)
generateInput(int, String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated. replaced with appendInput(.....)
generateInput(SQLContext, int, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLComparisonInput
Generates input fields for all parameters in the SQLStatement contained in the SQLContext.
generateInput(String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated.  
generateJavaCode(FieldDescriptorRow, RowClassProperties, StringBuffer) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
generateKey(String) - Static method in class planetj.dataengine.fileupload.FileUploader
Generates a key, based on the name of a FileUploader object.
generateLabel(Field, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String representing the Field's external column name as a bold label.
generateLabel(HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Returns a String representing the Field's external name as a bold label.
generateLabelAndField(Field, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String representing HTML for a Field and also its label.
generateLabelAndField(HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Returns a String representing the Field's and its label.
generateLabelAndInput(Field, int, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String representing HTML for input (with specified size) for a Field and also its label.
generateLabelAndInput(Field, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String representing HTML for input of a Field and also its label.
generateLabelAndInput(int, String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Returns a String representing the Field's as input of specified size and also a label.
generateLabelAndInput(String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Returns a String representing the Field's as input and its label.
generateLabelDisplayDetails(Field) - Method in class planetj.html.HTMLField
This will generate display details if it is turned on.
generateList(Field, String, String, RowCollection, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, RowCollection, int, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, RowCollection, int, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, RowCollection, int, String, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, String, RowCollection, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, String, RowCollection, int, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, String, RowCollection, int, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(Field, String, String, String, RowCollection, int, String, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, RowCollection, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, RowCollection, int, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, RowCollection, int, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, RowCollection, int, String, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, String, RowCollection, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, String, RowCollection, int, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, String, RowCollection, int, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateList(String, String, String, String, RowCollection, int, String, int, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Returns a String for a HTML list.
generateMagicButton(String, String, String, String, String, MagicRequest) - Static method in class planetj.html.HTMLGenerator
This method generates the HTML string that will construct an HTML button component that onClick will set the action of the form that contains it and sets the magic request.
generateNavigationLink(String, String, String, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Convience method that generates a link that will load the given body into the current layout.
generateNavigationLink(String, String, String, String, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Convience method that generates a link that will load the given body into the current layout.
generateOperation(Operation, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLOperationGenerator
Deprecated. (6/27/2003 1:04:59 PM) - this method has been here since Jan 28, 2003 and hasn't changed.
generateOperationJavaScript(StringBuffer) - Static method in class planetj.html.JavaScriptManager
This will generate JavaScript used for Operations.
generateOperationLinks(Application, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLOperationGenerator
Generates links for the Application's Operations.
generateOperationLinks(List, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLOperationGenerator
Generates links for the given Operations.
generateOperationSets(Application, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLOperationGenerator
Generates links for the Application's Operations.
generateOptionalSignon(Application, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLSecurityGenerator
 
generateQIFFile(QIFRecordArray, QIFFileDescriptor) - Method in class planetj.helpers.QIFHelper
This method will return a StringBuffer in QIF format according to pQIFData.
generateQIFFile(QIFRecord, QIFFileDescriptor) - Method in class planetj.helpers.QIFHelper
This method will return a StringBuffer in QIF format according to pQIFData.
generateRadio(Field, String, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated. replaced by HTMLInput.appendRadioButton(....)
generateRadio(String, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated. replaced by HTMLInput.appendRadioInput(....)
generateReport(String) - Static method in class planetj.database.DatabaseManager
Generates a report about a connection pool.
generateRowClass(Iterator, RowClassProperties) - Static method in class planetj.dataengine.RowClassGenerator
Generates a subclass of the Row class.
generateRowClass(RowCollection, RowClassProperties) - Static method in class planetj.dataengine.RowClassGenerator
Generates a subclass of the Row class.
generateRowClass(Table, RowClassProperties) - Static method in class planetj.dataengine.RowClassGenerator
Generates a subclass of the Row class.
generateRowInterface(Iterator, RowInterfaceProperties) - Static method in class planetj.dataengine.RowClassGenerator
Generates an interface based on a Database Row.
generateRowInterface(RowCollection, RowInterfaceProperties) - Static method in class planetj.dataengine.RowClassGenerator
Generates an interface based on a Database Row.
generateRowInterface(Table, RowInterfaceProperties) - Static method in class planetj.dataengine.RowClassGenerator
Generates an interface based on a Database Row.
generateSelectAssociationStatement(Table, String, Map) - Static method in class planetj.database.SQLGenerator
Generates a SQL select statement for retreiving Row associations Examples:
generateSelectAssociationStatementForRowCollection(Table, String, Map) - Static method in class planetj.database.SQLGenerator
Generates a SQL select statement for retreiving RowCollection associations Examples:
generateSelectOperationStatement(Table, String, String, String) - Static method in class planetj.database.SQLGenerator
Generates a SQL select statement for the givin pSelectOperation with an optional pColumnName Examples: COUNT -> generateSelectOperationStatement(, SQLGenerator.COUNT, null, ) MIN -> generateSelectOperationStatement(, SQLGenerator.MIN, , ) MAX -> generateSelectOperationStatement(, SQLGenerator.MAX, , ) AVERAGE -> generateSelectOperationStatement(, SQLGenerator.AVERAGE, , ) TOTAL -> generateSelectOperationStatement(, SQLGenerator.SUM, , )
generateSelectSQL(Table, Map) - Static method in class planetj.database.SQLGenerator
Generate the SQL based on the Table and a Map of FieldDescriptors and Values Creation date: (1/16/2002 3:14:14 PM)
generateSetter(String, String, Class, boolean, String, StringBuffer) - Static method in class planetj.dataengine.RowClassGenerator
Appends to a StringBuffer a String defining a Java method which sets the value of a field
generateShortcut(IShortcut) - Static method in class planetj.shortcuts.ShortcutGenerator
This method will generate a shortcut on your file system.
generateStartMenuShortcut(IShortcut) - Static method in class planetj.shortcuts.ShortcutGenerator
This method will generate a shortcut on your start menu.
generateTable(HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLTable
Generates HTML code for this HTMLTable object.
generateTable(HttpServletRequest, HttpServletResponse, RowCollection, List) - Method in class planetj.html.HTMLTable
Deprecated. Replaced with generateTable(RowCollection, List, HttpServletRequest, HttpServletResponse)
generateTable(RowCollection, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLTable
Generates HTML code for this HTML table using the specified rows (RowCollection).
generateTable(RowCollection, List, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLTable
Generates HTML code for this HTML table using the given RowCollection.
generateTable(Row, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.HTMLGenerator
Deprecated. This is a unused method with a bad name
generateTextArea(int, int, String, int, int, StringBuffer, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated. replaced with generateTextArea(int, int, String, StringBuffer, HttpServletRequest, HttpServletResponse)
generateTextArea(int, int, String, StringBuffer, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLField
Deprecated. replaced with HTMLTextArea.appendTextArea(String, Field, int, int, String, int, int, StringBuffer, HttpServletRequest, HttpServletResponse)
generateValidationFieldJavaScript(StringBuffer, Field, HttpServletRequest, HttpServletResponse) - Static method in class planetj.html.JavaScriptManager
This will generate the java script for a field.
generateValidationSourceReferences(StringBuffer) - Static method in class planetj.html.JavaScriptManager
This will generate source references for Validation JavaScript files.
generateXMLFile(IXMLObject, XMLFileDescriptor) - Method in class planetj.helpers.XMLHelper
This method will return a StringBuffer in XML format according to pXMLObject.getXMLData().
GENERATING_PARAMETER_INPUTS - Static variable in class planetj.html.HTMLComparisonInput
Variable set in the request while inputs are being generated.
GenericRowFilter - class planetj.database.filter.GenericRowFilter.
A Filter for filtering Row objects.
GenericRowFilter() - Constructor for class planetj.database.filter.GenericRowFilter
 
GenericSignOn - class planetj.dataengine.security.http.GenericSignOn.
Provides a partial implementation of the SignOn interface.
get() - Method in class planetj.util.WeakCollection
Gets a single item out of the Collection.
get(Class) - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a List FieldDescriptors with the that has a fieldClass which is equal or a subclass of pFieldClass
get(int) - Method in class planetj.database.RowCollection
Gets the row at the specified index
get(Object) - Method in class planetj.database.field.FieldSetCollection
 
get(Object) - Method in class planetj.servlet.wrapper.NoOverwriteMap
 
get(RowKey) - Method in class planetj.dataengine.cache.KeyedRowCache
Gets a keyed row out of the cache
get(RowKey, TableCollection) - Method in class planetj.dataengine.cache.RowKeyTableCache
Gets an Object out of the cache
get(SQLContext) - Method in class planetj.dataengine.cache.CacheManager
Gets a RowCollection out of the cache, based on the SQLContext.
get(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns the Object keyed by the given object.
get4DigitYear(Date) - Static method in class planetj.common.ConvertUtility
Return the 4 digit year part of a date for example 2002-01-01 would be returned as 2002
getAccount() - Method in class planetj.iif.IIFTransaction
Returns the account from which the amount of the transaction was taken from.
getAccount() - Method in class planetj.iif.IIFDistribution
Returns the account from which the amount of the distribution was taken from.
getAccount() - Method in class planetj.qif.QIFBankTransaction
Returns the account from which the amount of the transaction was taken from.
getAction() - Method in class planetj.gui.CMButtonJ
Gets the action property (javax.swing.Action) value.
getAction() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Gets the action associated with this descriptor.
getAction(ActionDisplayDescriptor) - Method in class planetj.dataengine.display.ActionManager
Gets the action associated with the given descriptor.
getAction(String, String) - Method in class planetj.dataengine.display.ActionManager
Gets the action for the given action type and name.
getActionName() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the name of action being described for display.
getActions() - Method in class planetj.gui.CMToolbarJ
Gets the actions property (com.cybra.actions.JMagicAction[]) value.
getActions(int) - Method in class planetj.gui.CMToolbarJ
Gets the actions index property (com.cybra.actions.JMagicAction) value.
getActionType() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the type of action being described for display.
getActiveSessions() - Static method in class planetj.http.SessionCounter
 
getAdditionalBeanInfo() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAddress1() - Method in class planetj.iif.IIFTransaction
Address1 is usually street address Creation date: (2/13/2002 2:37:51 AM)
getAddress2() - Method in class planetj.iif.IIFTransaction
Address1 is usually apt# Creation date: (2/13/2002 2:37:51 AM)
getAge(DataEngineConnection) - Method in class planetj.database.connection.DataEngineConnectionPool
 
getAlias() - Method in class planetj.dataengine.cache.DataEngineCache
Gets the system alias associated with this cache
getAlias() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value system alias for the field.
getAlias() - Method in class planetj.database.DBSystem
Returns the alias of the system.
getAlias() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the alias for the database system to which this connection pool's connections are conntected.
getAlias() - Method in class planetj.database.connection.DataEngineConnection
Gets this connection's system alias.
getAlias() - Method in class planetj.database.connection.ConnectionRow
Getter method for the Alias property
getAlias() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets the alias property
getAlias() - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Gets the alias of the connection pool for which reports should be generated.
getAlias() - Method in class planetj.database.connection.ConnectionPoolReport
Gets the alias of the connection pool from which this report was generated
getAll(Table) - Method in class planetj.dataengine.cache.RowKeyTableCache
Returns all the Objects for a given table that are in the cache.
getAll(TableCollection) - Method in class planetj.dataengine.cache.RowKeyTableCache
Returns all the Objects for a given table collection that are in the cache.
getAllCacheDetailSummary() - Static method in class planetj.dataengine.cache.CacheInspector
Creates and returns a derived RowCollection containing information about the current cache for all systems.
getAllCaches() - Method in class planetj.dataengine.cache.CacheManager
Returns a Map containing all the caches being managed.
getAllConnectionPools() - Static method in class planetj.database.DatabaseManager
Gets all of the connection pools.
getAllFields() - Method in class planetj.database.field.FieldSetCollection
Gets a List containing the names of all the fields in all of the field sets that have been set on this FieldSetCollection.
getAllFieldSetNames() - Method in class planetj.database.field.FieldSetCollection
Gets a List containing the names of all the field sets that have been set on this FieldSetCollection.
getAllKeys() - Method in class planetj.dataengine.cache.DataEngineCache
Gets all the keys in the cache.
getAllLibraries() - Method in class planetj.database.DBSystem
Returns a Map of all the Libraries (keyed by name) in this system.
getAllLibraries(DBSystem) - Static method in class planetj.database.DataEngine
Returns a Map of all the Libraries for the specified system alias.
getAllLibraries(String) - Static method in class planetj.database.DataEngine
Deprecated.  
getAllMetapropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the supported metaproperties.
getAllObjects() - Method in class planetj.gui.CMTableModel
Gets the allObjects property (List) value.
getAllObjects() - Method in interface planetj.businessObjects.IBusinessObjectManager
Return a Vector of all objects available for this given BusinessObjectManager class Example: DataElementManager.getAllObjects(); returns a Vector with all DataElements
getAllOrderedColumnNames() - Method in class planetj.database.Table
Returns a List of column names in this Table.
getAllOrderedColumnNames(boolean) - Method in class planetj.database.Table
Returns a List of column names in this Table.
getAllPropertyNames() - Method in class planetj.helpers.properties.MSAccessPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.helpers.properties.FilePropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.email.EmailPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.database.report.ReportPropertyGroup
Gets a List containing the names of all the supported properties
getAllPropertyNames() - Method in class planetj.dataengine.display.TableDisplayPropertyGroup
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.display.StylesPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.display.StoredProcedurePropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.display.SignOnPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.display.OperationSettingsPropertyGroup
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.display.OperationLabelsPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.display.JoinProperties
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.display.DisplayColumnsPropertyGroup
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.display.BrowserProperties
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.dataengine.display.ActionDescriptor
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.property.DefaultPropertyGroup
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.chart.ChartSpecificationPG
Gets a List containing the names of all the supported properties.
getAllPropertyNames() - Method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllPropertyNames() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets a List containing the names of all the supported properties, not including metaproperties.
getAllRows() - Method in class planetj.database.Table
Gets all the rows from the table
getAllSetBooleanPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the boolean properties that have been set on this PropertyGroup.
getAllSetIntPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the int properties that have been set on this PropertyGroup.
getAllSetListPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the List properties that have been set on this PropertyGroup.
getAllSetPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the properties that have been set on this PropertyGroup.
getAllSetStringPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the String properties that have been set on this PropertyGroup.
getAllSignOnReceipts(HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the Set of all SignOnReceipts which the user currently has
getAllTables() - Method in class planetj.database.Library
Returns a Map of all the Tables in this Library.
getAllTables(Library) - Static method in class planetj.database.DataEngine
Returns a Map of all the Tables for the Library.
getAllTabs() - Method in class planetj.gui.CMTabbedPaneJ
returns all the panels on this tab pane panels are also tabs.
getAllValues() - Method in class planetj.dataengine.cache.DataEngineCache
Gets all the values in this cache.
getAlterations() - Method in class planetj.exception.ConcurrentAlterationException
Deprecated. Always returns an empty List.
getAlterationType() - Method in class planetj.exception.ConcurrentAlterationException
Gets the type of alteration that took place.
getAlterationType() - Method in class planetj.exception.AlterationLWO
Gets the type of alteration that took place.
getAlteredTable(String, String) - Static method in class planetj.database.sql.SQLStatement
Gets the table that will be altered by this SQL statement.
getAlternateEmailOpId(DistributionPropertyGroup) - Method in class planetj.magic.EmailExecutionRequest
Gets properties from another email property group.
getAlternateEmailPropertyGroup() - Method in class planetj.dataengine.autorun.EmailTask
Gets properties from another email property group.
getAlternateEmailPropertyGroup() - Method in class planetj.magic.EmailExecutionRequest
Gets properties from another email property group.
getAmount() - Method in class planetj.iif.IIFTransaction
Returns the amount of the transaction
getAmount() - Method in class planetj.iif.IIFDistribution
Returns the amount of the distribution
getAncestorChildTables() - Method in class planetj.database.table.OperationTable
Gets all of this table's child tables that are also ancestors of this table.
getAnchorName() - Method in class planetj.magic.AbstractMagicRequest
Get the name of the anchor generated next to the Field requiring the status change.
getAppletInfo() - Method in class planetj.dataengine.applet.Test
Returns information about this applet.
getAppletInfo() - Method in class planetj.dataengine.applet.QueryBuilder
Returns information about this applet.
getApplicable() - Method in class planetj.gui.CMTextFieldJ
adds a bit more functionality than enabled alone
getApplicable() - Method in class planetj.gui.CMComboBoxJ
adds a bit more functionality than enabled alone
getApplication() - Method in class planetj.dataengine.ExecutingContext
Get the current application of this executing context.
getApplication() - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
getApplication() - Method in class planetj.dataengine.application.magic.ApplicationSignOffRequest
 
getApplication() - Method in class planetj.dataengine.operation.Operation
Gets the Application assoicated with this Operation (may be null if there is no such application).
getApplication() - Method in class planetj.dataengine.operation.JavaOperationContext
Get this context's application.
getApplication() - Method in class planetj.dataengine.operation.HTMLOperationContext
Get this context's application.
getApplication() - Method in interface planetj.dataengine.application.IApplicationContext
Get this context's application.
getApplication() - Method in class planetj.dataengine.application.ApplicationSQLContext
Gets this SQLContext's corresponding Application
getApplication(String, int, List, IUser) - Method in class planetj.dataengine.application.ApplicationManager
Gets an application by ID Creation date: (3/25/2002 1:48:24 PM)
getApplicationClass() - Method in class planetj.dataengine.application.Application
Gets the Java class for this Application.
getApplicationClassName() - Method in class planetj.dataengine.application.Application
Gets the Java class for this Application.
getApplicationId() - Method in class planetj.dataengine.operation.Operation
Gets the ID of this SQLOperation's Application
getApplicationId() - Method in class planetj.dataengine.operation.JavaOperationContext
Get this context's appplication's id.
getApplicationId() - Method in class planetj.dataengine.operation.HTMLOperationContext
Get this context's appplication's id.
getApplicationId() - Method in interface planetj.dataengine.application.View
Gets the id of the Application to which this View belongs
getApplicationId() - Method in interface planetj.dataengine.application.IApplicationContext
Get this context's appplication's id.
getApplicationId() - Method in class planetj.dataengine.application.ApplicationSQLContext
Gets this SQLContext's corresponding Application
getApplicationID() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getApplicationIdAsInteger() - Method in class planetj.dataengine.operation.Operation
Gets the ID of this SQLOperation's Application
getApplicationOperationByUsageId(int, ExecutingContext) - Static method in class planetj.dataengine.application.Application
Gets this Operation with the given usage id from the Application in the current executing context.
getApplications(String, List, IUser) - Method in class planetj.dataengine.application.ApplicationManager
Returns A RowCollection of all Application objects
getApplications(String, List, IUser, List) - Method in class planetj.dataengine.application.ApplicationManager
Returns A RowCollection of all Application objects
getApplicationsCount(HttpServletRequest) - Static method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
Gets the number of applications owned by the current user
getAS400(FileDescriptor) - Static method in class planetj.helpers.FileHelper
Lazy Inits the AS400 object.
getAS400Connection(ConnectionRow) - Method in class planetj.common.AS400Manager
Get an AS400 object from a pool of AS400 objects.
getAS400Connection(String) - Method in class planetj.common.AS400Manager
Return an AS400 object for this specified connection alias
getAsReader() - Method in class planetj.servlet.wrapper.ServletOutputStreamBuffer
 
getAsReader() - Method in class planetj.servlet.wrapper.PrintWriterBuffer
 
getAsReader() - Method in interface planetj.servlet.wrapper.Buffer
Produces a reader of the buffered data.
getAssociatedData(String, String) - Method in interface planetj.database.IAssociatedData
Deprecated. Return data that is associated with this data.
getAssociatedLibraryName() - Method in class planetj.database.AssociationContext
Deprecated. Return the Library (Schema) name for this association.
getAssociatedRow(String, String) - Method in interface planetj.database.IAssociatedData
Deprecated. Get A Row Associated With This Row
getAssociatedRows(String, String) - Method in interface planetj.database.IAssociatedData
Deprecated. Get A Row Associated With This Row
getAssociatedTableName() - Method in class planetj.database.AssociationContext
Deprecated. Return the Table (Schema) name for this association.
getAssociation(Field) - Static method in class planetj.database.field.SQLAssociationField
Deprecated. replaced with getAssociation(Field, ExecutingContext) because with the executing context, user parameters can now be included in association sqls operations
getAssociation(Field, ExecutingContext) - Static method in class planetj.database.field.SQLAssociationField
Get the association from the given Field.
getAssociation(Operation, Row, ExecutingContext) - Static method in class planetj.database.field.SQLAssociationField
Get the association from the given operation.
getAssociation(String) - Method in class planetj.database.Row
Gets the association for the given Field name.
getAssociation(String, ExecutingContext) - Method in class planetj.database.Row
Gets the association for the given Field name.
getAssociationByOperationUsageId(int, ExecutingContext) - Method in class planetj.database.Row
Gets the association for the given operation usage id.
getAssociationFieldId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the id of the association group field that this field belongs to.
getAssociationId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the id of the association group that this field belongs to.
getAssociationOperation() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the SQLOperation describing how the data for fields should be retrieved
getAssociationOperation() - Method in class planetj.database.Field
Gets the data Operation of this Field's FieldDescriptor.
getAssociationOperation(String) - Method in class planetj.database.Row
Gets the association's operation for the Field having the given name.
getAssociationOperationId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the id of the SQLOperation which is used to retrieve the data described by this field descriptor
getAssociationOperations(String, int, List) - Method in class planetj.dataengine.operation.OperationManager
Get association operations for the given owner and meta data system.
getAssociations() - Method in class planetj.database.Table
Return a RowCollection of FieldDescriptorRows for this Table that have a Associations defined for them.
getAssociations() - Method in interface planetj.database.IAssociatedData
Deprecated. Return a RowCollection of FieldDescriptorRows for this Table that have a Associations defined for them.
getAssociationsForTable(Table) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
getAssociationSQLOperations(String, int, List) - Method in class planetj.dataengine.operation.OperationManager
Deprecated. replaced by getAssociationOperations(String, int, List)
getAsString() - Method in class planetj.servlet.wrapper.ServletOutputStreamBuffer
 
getAsString() - Method in class planetj.servlet.wrapper.PrintWriterBuffer
 
getAsString() - Method in interface planetj.servlet.wrapper.Buffer
Produces the buffered data in string form.
getAttachments() - Method in class planetj.common.CMMailMessage
Gets the attachment files of the message.
getAttribute(Object) - Method in class planetj.database.RowCollection
Get an attribute about the RowCollection for the given key.
getAttribute(Object) - Method in class planetj.database.Row
Map that allows general attributes about a Row to be set and retreived.
getAttribute(Object) - Method in class planetj.database.Field
Get an attribute about the Field for the given key.
getAttribute(String) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets an object from the HttpSession using the given key.
getAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Gets an attribute out of the request.
getAttribute(String, String, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated.  
getAttributeAfterTitle() - Method in class planetj.database.field.FieldSet
Returns the text, HTML, XML, etc...
getAttributeNames() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getAttributes(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets the HttpSession from the given request for the requests session id.
getAuthenticationOperation() - Method in class planetj.dataengine.application.Application
Gets this Application's Operation with a type of Authorization.
getAuthorization(IUser, Operation) - Static method in class planetj.dataengine.security.DESecurityManager
Check to see if the given principal is allowed to view the given operation.
getAuthorizationId() - Method in class planetj.dataengine.security.DEGroup2Authorization
Gets the Authorization ID
getAuthorizationIdAsInteger() - Method in class planetj.dataengine.security.DEGroup2Authorization
Gets the Authorization ID
getAuthorizationOperations(String, int, List) - Method in class planetj.dataengine.operation.OperationManager
Get association SQLOperations for the given owner.
getAuthorizations(IUser) - Static method in class planetj.dataengine.security.DESecurityManager
Check to see if the given principal is allowed to view the given operation.
getAuthorizedRefererPrefixes() - Method in class planetj.dataengine.operation.RefererAuthorizationOperation
Gets the allowed list of referer prefixes
getAuthType() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getAutoCommit() - Method in class planetj.database.connection.DataEngineConnection
Gets the current auto-commit state.
getAutoIncrementFieldDescriptors() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a List containing all the FieldDescriptorRow objects which describe Auto-Increment fields in the table
getAutoIncrementFieldDescriptors() - Method in class planetj.database.Table
Returns a List containing all the FieldDescriptorRow objects which describe Auto-Increment fields in the table
getAutoRunId() - Method in class planetj.dataengine.operation.Operation
Gets the autorun ID of this SQLOperation
getAutoRunOperation() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets this AutoRunTask's source operation (the operation which defines this task)
getAutoRunOperation() - Method in class planetj.dataengine.operation.Operation
Get this operation's auto-run operation, which describes how and if this operation should be automatically run.
getAutoRunOperationId() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets the ID of this AutoRunTask's source operation (the operation which defines this task)
getAutoRunStatus() - Method in class planetj.dataengine.operation.Operation
Gets the autorun status of this operation.
getAutoRunStatus() - Method in class planetj.dataengine.application.Application
Gets a constant representing the auto-run status.
getAutoShowException() - Method in class planetj.gui.CMNumberField
 
getAutoUpdateFields() - Method in class planetj.database.FieldCollection
Returns a Map of Fields (keyed by name) that have been updated.
getAutoUpdateStringValue(ExecutingContext) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the auto update String parameter for the described fields.
getAutoUpdateValue() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the default value for the described fields.
getAutoUpdateValue(ExecutingContext) - Method in class planetj.database.Field
Get the field's auto update value as a String.
getAutoUpdateValue(ExecutingContext) - Method in class planetj.database.field.TimestampField
Get the field's auto update value as a Timestamp.
getAutoUpdateValue(ExecutingContext) - Method in class planetj.database.field.LastUpdateTimestampField
Get the field's auto update value as a Timestamp.
getAutoUpdateValue(ExecutingContext) - Method in interface planetj.database.field.ICurrentValueField
This method should be overriden in subclasses of field that wish to set a dynamic value for update.
getAverage() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets the average of all values added to this RunningTotal
getBaseField() - Method in interface planetj.magic.IMagicRequest
Return the Base Field of this Request.
getBaseField() - Method in class planetj.magic.AbstractMagicRequest
Get the based on Row for this Request.
getBaseRow() - Method in interface planetj.magic.IMagicRequest
Get the based on Row for this Request.
getBaseRow() - Method in class planetj.magic.AbstractMagicRequest
Get the based on Row for this Request.
getBaseRowCollection() - Method in class planetj.magic.AbstractMagicRequest
Get the based on RowCollection for this Request.
getBaseURL() - Method in class planetj.dataengine.sqloperation.http.HttpOperationManager
Gets the base URL
getBcc() - Method in class planetj.common.CMMailMessage
Gets the recipients of the message blind copy.
getBCC() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the list of addresses the email is being blind carbon copied to.
getBeanClass() - Static method in class planetj.connections.AS400SignOnDialogBeanInfo
Gets the bean class.
getBeanClass() - Static method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the bean class.
getBeanClass() - Static method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the bean class.
getBeanClassName() - Static method in class planetj.connections.AS400SignOnDialogBeanInfo
Gets the bean class name.
getBeanClassName() - Static method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the bean class name.
getBeanClassName() - Static method in class planetj.gui.CMInternalFrameJBeanInfo
Gets the bean class name.
getBeanDescriptor() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
 
getBeanDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
 
getBeanDescriptor() - Method in class planetj.gui.CMInternalFrameJBeanInfo
 
getBigDecimal(int) - Static method in class planetj.common.CMUtility
Gets an BigDecimal object for the specified int, possibly from a cache
getBigInteger(int) - Static method in class planetj.common.CMUtility
Gets an BigInteger object for the specified int, possibly from a cache
getBinaryStream() - Method in class planetj.database.BlobObject
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream() - Method in class planetj.database.field.BlobField
Retrieves the BLOB designated by this Blob instance as a stream.
getBody() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the body of the template.
getBody() - Method in class planetj.common.CMMailMessage
Returns the body of the message.
getBooleanValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name as a boolean.
getBorder() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getBorder() - Method in class planetj.html.HTMLTable
Deprecated.  
getBreakColumn() - Method in class planetj.database.report.ReportBreak
Gets the name of the column which this ReportBreak will monitor for breaks.
getBrowserProgram() - Method in class planetj.dataengine.test.BaseTestClass
 
getBufferSize() - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
getBusinessObject() - Method in class planetj.gui.CMRadioButtonJ
getBusinessObject method returns the business object for the type
getBusinessObject() - Method in class planetj.gui.CMFrameJ
Method generated to support the promotion of the BusinessObject attribute.
getBusinessObject(int) - Method in class planetj.gui.CMTableModel
Return the business object at a particular row.
getBusinessObjects() - Method in class planetj.gui.CMListJ
Returns a List of businessObjects
getBusinessObjects() - Method in class planetj.gui.CMComboBoxJ
Return a Vector of businessObjects
getBusinessObjectsAreInvokable() - Method in class planetj.gui.CMSmartTableModel
Gets the businessObjectsAreInvokable property (boolean) value.
getBusyOperation() - Method in class planetj.gui.CMFrameJ
This will return the busy operation vector Creation date: (1/28/00 4:09:52 PM)
getButtonJustify() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the justification of the buttons
getButtonLabel() - Method in class planetj.dataengine.display.StylesPropertyGroup
Gets the value of the button property
getButtonLabel() - Method in class planetj.dataengine.display.OperationLabelsPropertyGroup
Gets the value of the button property
getButtonLocations() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the justification of the Fields label.
getBytes() - Method in class planetj.database.BlobObject
Returns as an array of bytes the BLOB value that this Blob object designates.
getBytes() - Method in class planetj.database.field.BlobField
 
getBytes(long, int) - Method in class planetj.database.BlobObject
Returns as an array of bytes part or all of the BLOB value that this Blob object designates.
getBytes(long, int) - Method in class planetj.database.field.BlobField
Returns as an array of bytes part or all of the BLOB value that this Blob object designates.
getCache(AbstractContext) - Method in class planetj.database.DBSystem
Gets the cache which holds RC's read from this system
getCache(SQLContext) - Method in class planetj.dataengine.cache.CacheManager
Gets the appropriate cache for the SQLContext.
getCacheDetail(String) - Static method in class planetj.dataengine.cache.CacheInspector
Creates and returns a derived RowCollection containing information about the current cache.
getCachedRowCollection(SQLContext) - Method in class planetj.dataengine.cache.DataEngineCache
Allow Cached RowCollections to decide if they can be used for a query.
getCachingLevel() - Method in class planetj.dataengine.cache.CacheManager
Gets the caching level.
getCachingLevel() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the caching level to use when retrieving a row collection for this SQLOperation
getCachingLevel() - Method in class planetj.database.SQLContext
Gets the current caching level, describing whether the cache should be checked, and whether results should be stored in the cache.
getCachingTimeMillis() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the amount of time this operation should be cached for.
getCachingTimeMillis() - Method in class planetj.database.SQLContext
Gets the amount of time in milliseconds this context's results are to be cached.
getCancelEnabled() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelEnabled attribute.
getCancelEnabledMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getCancelEnabled() method descriptor.
getCancelJBText() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelJBText attribute.
getCancelJBTextMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getCancelJBText() method descriptor.
getCancelText() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelText attribute.
getCancelTextMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getCancelText() method descriptor.
getCancelVisible() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelVisible attribute.
getCancelVisibleMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getCancelVisible() method descriptor.
getCascadeOffsets() - Method in class planetj.gui.CMLayeredPaneJ
returns the offset dimensions of a component
getCascadeOffsets() - Method in class planetj.gui.CMDesktopPaneJ
returns the offset dimensions of a component
getCatalog() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Table's catalog (may be null).
getCatalog() - Method in class planetj.database.connection.DataEngineConnection
Returns the Connection's current catalog name.
getCategory() - Method in class planetj.iif.IIFTransaction
Returns the category/class from which the amount of the transaction was taken from.
getCategory() - Method in class planetj.iif.IIFDistribution
Returns the category/class from which the amount of the distribution was taken from.
getCategory() - Method in class planetj.qif.QIFBankTransaction
 
getCategoryAxisLabel() - Method in class planetj.chart.ChartSpecificationPG
Get the label for the category axis.
getCategoryColumns() - Method in class planetj.chart.ChartSpecificationPG
Get a list of columns containing values for each category.
getCategoryDataset(RowCollection, ChartSpecificationPG) - Method in class planetj.chart.ChartManager
Creates a CategoryDataset using the given chart specifications and data.
getCategoryLabelColumns() - Method in class planetj.chart.ChartSpecificationPG
Get a list of columns to use for labels for the chart's categories.
getCategoryLabels() - Method in class planetj.chart.ChartSpecificationPG
Get a list of labels for the chart's categories.
getCategoryLabelSeparator() - Method in class planetj.chart.ChartSpecificationPG
Get the separator for multiple labels for a category.
getCc() - Method in class planetj.common.CMMailMessage
Gets the recipients of the message copy.
getCC() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the list of addresses the email is being carbon copied to.
getCellPadding() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getCellPadding() - Method in class planetj.html.HTMLTable
Deprecated.  
getCellSpacing() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getCellSpacing() - Method in class planetj.html.HTMLTable
Deprecated.  
getCentury(Date) - Static method in class planetj.common.ConvertUtility
Return the century part of a date, for example 2002-01-01 in this context has a century of 20.
getCenturyFieldName() - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
getCharacterEncoding() - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
getCharacterEncoding() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getChartId(HttpServletRequest) - Method in class planetj.chart.ChartRequest
Gets the chart id set for the chart this ChartRequest is to generate.
getChartSpecifications(String, HttpServletRequest) - Method in class planetj.chart.ChartRequest
Gets the RowCollection's chart specifications for the given chart id.
getChartSpecifications(String, RowCollection) - Method in class planetj.chart.ChartManager
Convience method to retrieve a chart specification property group that has the given chart id from a given RowCollection.
getChildren() - Method in class planetj.database.Row
Gets a RowCollection of children this Row has.
getChildren() - Method in class planetj.dataengine.operation.Operation
Gets the children Operations of this Operation (may be null if Operation does not have any children)
getChildren() - Method in class planetj.dataengine.messageboard.MessageRow
 
getChildren(int, String) - Method in class planetj.dataengine.operation.OperationManager
Gets all children Operation's from the given system alias and for the given Operation id.
getChildTables() - Method in class planetj.database.table.ThemeTable
Gets all of this table's child tables that are not ancestors of this table.
getChildTables() - Method in class planetj.database.table.OperationTable
Gets all of this table's child tables that are not ancestors of this table.
getChildTables() - Method in class planetj.database.table.ConnectionTable
Gets all of this table's child tables that are not ancestors of this table.
getChildTables() - Method in class planetj.database.table.ApplicationTable
Gets all of this table's child tables that are not ancestors of this table.
getChildTables() - Method in class planetj.database.table.AdministrationTable
Gets all of this table's child tables that are not ancestors of this table.
getCityStateZip() - Method in class planetj.iif.IIFTransaction
City, State Zip San Diego, CA 92029 Creation date: (2/13/2002 2:37:51 AM)
getCleanUpTimeout() - Method in class planetj.database.connection.ConnectionRow
Getter method for the CleanUpTimeout property
getClientProperties() - Method in class planetj.gui.CMDialogJ
 
getClientProperty(Object) - Method in class planetj.gui.CMFrameJ
Returns the value of the property with the specified key.
getClone() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Clones this RunningTotal
getClosedSessions() - Static method in class planetj.http.SessionCounter
 
getCMException() - Method in class planetj.gui.CmExceptionEvent
 
getCMMessage() - Method in class planetj.exception.CMException
Return the CM message associated with this Exception
getCMMessage() - Method in class planetj.common.MessageManager
Gets the CMMessage property (cm.common.CMMessage) value, once and once only.
getCode() - Method in class planetj.dataengine.AbstractContext
Gets this context's code string.
getCodeReplacementString() - Method in interface planetj.dataengine.parameter.IParameter
Gets the String which represents this parameter's value in a String of code.
getCodeReplacementString() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the String which represents this parameter's value in a String of code.
getColumn(int) - Method in class planetj.database.sql.SQLComparison
Gets this comparison's column token.
getColumnClass(int) - Method in class planetj.gui.TableMap
 
getColumnClass(int) - Method in class planetj.gui.CMSmartTableModel
Insert the method's description here.
getColumnCount() - Method in class planetj.database.RowCollection
Returns the number of columns in each of the rows in this RowCollection.
getColumnCount() - Method in class planetj.gui.TableMap
 
getColumnCount() - Method in class planetj.gui.CMTableModel
getColumnCount method comment.
getColumnCount() - Method in class planetj.html.HTMLRowDetails
Gets the number of columns to use when displaying Row details.
getColumnCount() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the number of columns to show on Row details.
getColumnFunction(String, String) - Static method in class planetj.database.report.ColumnFunction
Gets a ColumnFunction object for the specified token and field name.
getColumnFunctionToken() - Method in class planetj.database.report.ReportBreak
Gets the column function token representing the function that will be used to generate this ReportBreak's reports
getColumnGetterMethodObjects() - Method in class planetj.gui.CMSmartTableModel
Gets the column getter methods via a List of Method objects.
getColumnGetterMethods() - Method in class planetj.gui.CMSmartTableModel
Gets the columnGetterMethods property (java.lang.String[]) value.
getColumnGetterMethods(int) - Method in class planetj.gui.CMSmartTableModel
Gets the name of the getter method at the specified index
getColumnHeadingsDisplayType() - Method in class planetj.helpers.properties.FilePropertyGroup
Gets the byte value (defined in FileDescriptor) indicating what to display for column headings
getColumnHeadingsDisplayType() - Method in class planetj.helpers.FileDescriptor
Gets the type of column headings to display
getColumnIndicationCharacter() - Method in class planetj.database.MySQLDBSystem
Returns the character that needs to be used during an insert.
getColumnIndicationCharacter() - Method in class planetj.database.DBSystem
Returns the character that needs to be used during an insert.
getColumnIndicationCharacter() - Method in class planetj.database.AS400DBSystem
Returns the character that needs to be used during an insert.
getColumnName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Column name.
getColumnName(int) - Method in class planetj.gui.TableMap
 
getColumnName(int) - Method in class planetj.gui.CMTableModel
 
getColumnNames() - Method in class planetj.gui.CMTableModel
Gets the columnNames property (java.lang.String[]) value.
getColumnsContainingIcons() - Method in class planetj.gui.CMSmartTableModel
Insert the method's description here.
getColumnSize() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the column's size.
getColumnSpan(boolean) - Method in class planetj.database.Field
Get the number of columns this field should take up.
getColumnSpan(Field, boolean) - Method in class planetj.database.Row
Get the number of columns the given field should take up.
getColumnSystem() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the table that this field descriptor is in.
getColumnTable() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns the table that this field descriptor is in.
getColumnTable(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns the table that this field descriptor is in.
getColumnTableName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Table name.
getColumnTokens() - Method in class planetj.database.sql.SelectStatement
 
getColumnValues(int) - Method in class planetj.database.RowCollection
Gets all the values of a single column in this RowCollection.
getColumnValues(String) - Method in class planetj.database.RowCollection
Gets all the values of a single column in this RowCollection.
getColumnValuesByUsageId(int) - Method in class planetj.database.RowCollection
Gets all the values of a single column in this RowCollection.
getCompanyID() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getCompanyName() - Method in interface planetj.dataengine.security.http.ISecured
Gets the company name associated with this secured object
getCompanyName() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getCompanyName() - Method in class planetj.dataengine.application.Application
 
getComparison() - Method in class planetj.dataengine.parameter.SQLPromptParameter
Gets the comparison for this parameter
getComparisonNames() - Method in class planetj.database.sql.AbstractExpressionToken
Gets a List containing the names of the columns in the SQLComparisons.
getComparisons() - Method in class planetj.database.sql.AbstractExpressionToken
Gets a List containing the SQLComparisons which comprise this ExpressionToken
getCompatibleClass() - Method in class planetj.database.field.JavaClassNameField
Gets the class which the class specified in this field must implement or extend
getCompleteRow() - Method in class planetj.database.Row
Gets a complete Row for this Row containing all of its Fields in the database.
getCompleteRow(Connection) - Method in class planetj.database.Row
Gets a complete Row for this Row containing all of its Fields in using the specified connection if needed.
getCompleteRowCollection() - Method in class planetj.database.RowCollection
Gets a RowCollection containing Rows having all Fields using the same search criteria as this RowCollection.
getCompleteRowCollection(Connection) - Method in class planetj.database.RowCollection
Gets a RowCollection containing Rows having all Fields using the same search criteria as this RowCollection.
getCompleteToken() - Method in class planetj.database.sql.ColumnToken
 
getCompletionMsg() - Method in interface planetj.common.IAS400ProgramCall
Get the completion message after the program has run.
getCompletionTime() - Method in class planetj.util.TaskEvent
Returns the time the task completed.
getComponent(String) - Method in class planetj.gui.CMTabbedPaneJ
retuns the component with the given name **NOTE** only returns the components directly on this tabbed pane and not their children.
getComponent(String) - Method in class planetj.gui.CMLayeredPaneJ
retuns the component with the given name **NOTE** only returns the components directly on this layered pane and not their children.
getComponent(String) - Method in class planetj.gui.CMDesktopPaneJ
retuns the component with the given name **NOTE** only returns the components directly on this desktop pane and not their children.
getComponentsInLayer(Integer) - Method in class planetj.gui.CMLayeredPaneJ
a convience method so we can use the integer constants for getting components in a specific layer
getConcurrency() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the concurrency for the described field,, which determines if it is okay for concurrent update/deletes to occur.
getConfigProperties(String, String, String[], int) - Static method in class planetj.database.possiblevalues.PossibleValueManager
This will return a RowCollection fo PossibleValues with the givin key @ pKey
getConfigProperty(String, ExecutingContext) - Method in class planetj.database.RowCollection
Get a config property for the given row.
getConfigProperty(String, ExecutingContext) - Method in class planetj.database.Row
Get a config property for the given row.
getConfigProperty(String, ExecutingContext) - Method in class planetj.database.Field
Get a config property for the given row.
getConfigProperty(String, String, String[], int) - Static method in class planetj.database.possiblevalues.PossibleValueManager
This will return a RowCollection of configuration properties.
getConfirmation() - Method in class planetj.common.CMMessage
Gets the confirmation property (boolean) value.
getConnectedChildren() - Method in class planetj.database.RowCollection
Gets the child RowCollections which are connected to this one.
getConnection() - Method in class planetj.database.SQLContext
Gets theCconnection that should be used for queries which use thix QuerContext.
getConnection() - Method in class planetj.database.connection.DataSourceWrapper
Gets a connection out of the proxied datasource.
getConnection() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets an available connection from the connection pool
getConnection() - Method in class planetj.database.connection.ConnectionEvent
Gets the connection associated with the event (this will be null only if the event is the creation or destruction of an entire connection pool).
getConnection(boolean) - Method in class planetj.database.SQLContext
Gets the connection that should be used for DataEngine operations which use this SQLContext
getConnection(DataEngineConnection) - Method in class planetj.database.connection.DataEngineConnectionPool
Attempts to get the specified connection from the connection pool
getConnection(String) - Method in class planetj.dataengine.cache.PreparedStatementManager
Gets a Connection.
getConnection(String) - Static method in class planetj.database.DatabaseManager
Returns a connection associated with the given alias
getConnection(String) - Method in class planetj.database.connection.DataSourceWrapper
Gets a Connection which will be used to execute the specified SQL.
getConnection(String) - Method in interface planetj.database.connection.DataEngineDataSource
Gets a Connection which will be used to execute the specified SQL.
getConnection(String) - Method in class planetj.database.connection.DataEngineConnectionPool
Gets a Connection which will be used to execute the specified SQL.
getConnection(String, String) - Method in class planetj.database.connection.DataSourceWrapper
getConnection method comment.
getConnection(String, String) - Method in class planetj.database.connection.DataEngineConnectionPool
Gets a connection for the specified userid and password.
getConnectionAlias() - Static method in class planetj.dataengine.test.JETestS
 
getConnectionAlias() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the system alias.
getConnectionAlias() - Method in class planetj.dataengine.sqloperation.SQLOperation
Get the alias of the system where this SQLOperation's data is located.
getConnectionAlias() - Method in class planetj.database.SQLContext
Deprecated. Just use getSystemAlias() instead
getConnectionAlias() - Method in class planetj.dataengine.operation.Operation
Get the alias of the system where this Operation's data is located.
getConnectionAlias() - Method in class planetj.dataengine.application.Application
Gets the connection alias for this application
getConnectionID() - Method in class planetj.database.connection.DataEngineConnection
Gets the connection ID
getConnectionOwner() - Method in class planetj.database.SQLContext
If the Connection contained in this object was created in this SQLContext, then this object is returned.
getConnectionPoolAlias() - Method in class planetj.database.connection.DataEngineConnection
Gets the alias by which this connection's connection pool is known.
getConnectionRow() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the ConnectionRow assoicated with this Application
getConnectionRow() - Method in class planetj.dataengine.application.Application
Gets the ConnectionRow assoicated with this Application
getConnectionRow(String, String) - Static method in class planetj.database.connection.ConnectionRow
 
getConnectionRow(String, String, String) - Static method in class planetj.database.connection.ConnectionRow
 
getConnectionsCount(HttpServletRequest) - Static method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
Gets the number of connections owned by the current user
getConnectionTable(String) - Static method in class planetj.database.connection.ConnectionRow
 
getConnectionUsageCounts() - Method in class planetj.database.connection.DataEngineConnectionPool
Returns information about the amount of usage this connection pool has seen.
getContainedClass() - Method in class planetj.database.RowCollection
Gets the type of Row (or subclass of Row) contained in this RowCollection
getContentLength() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getContentType() - Method in class planetj.dataengine.fileupload.UploadedFile
A String describing the content of the file.
getContentType() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getContentType() - Method in class planetj.common.CMMailMessage
Gets the content type of this message.
getContext() - Method in class planetj.dataengine.parameter.ParameterCollection
Gets the context associated with this parameter collection
getContext() - Method in interface planetj.dataengine.parameter.IParameter
Gets the parameter's context
getContext() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the parameter's context
getContext() - Method in class planetj.magic.AbstractSQLParameterRequest
Gets this request's SQLContext
getContext() - Method in class planetj.magic.AbstractParameterRequest
Gets this request's SQLContext
getContext() - Method in class planetj.database.sql.SQLStatement
Gets the SQLContext from which this statement was created
getContext(Operation, String, HttpServletRequest) - Method in class planetj.dataengine.sqloperation.http.HttpOperationManager
Gets the SQLOperation's ApplicationSQLContext.
getContextIndex() - Method in interface planetj.dataengine.parameter.IParameter
Gets the (0-based) index of this parameter within its context
getContextIndex() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the (0-based) index of this parameter within its context
getContextNavigationKey(Operation) - Static method in class planetj.dataengine.DataEngineManager
 
getContextPath() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getContextSpecificId() - Method in interface planetj.dataengine.parameter.IParameter
Gets the context specific ID of this parameter.
getContextSpecificId() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the context specific ID of this parameter.
getCookie(HttpServletRequest, String, String) - Method in class planetj.dataengine.DataEngineServlet
Gets the Cookie with the specified name and path from the HttpServletRequest.
getCookies() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getCookies(HttpServletRequest) - Method in class planetj.dataengine.DataEngineServlet
Gets all the Cookies in the HttpServletRequest.
getCopiedFieldValues() - Method in class planetj.database.Row
Returns a Map of field values, keyed by field name.
getCopiedFieldValues() - Method in class planetj.database.FieldCollection
Returns a Map of field values, keyed by field name.
getCopiedValue() - Method in class planetj.database.Field
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.TimestampField
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.TempField
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.StringOrNumberField
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.SQLAssociationField
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.DateField
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.BlobField
Gets an independent copy of this field's value.
getCopiedValue() - Method in class planetj.database.field.BlankDisplayField
Gets an independent copy of this field's value.
getCopyLinkText() - Method in class planetj.html.HTMLTable
 
getCopyrightCompanyLabel() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the copyrightCompanyLabel attribute.
getCopyrightCompanyLabelMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getCopyrightCompanyLabel() method descriptor.
getCopyrightText() - Static method in class planetj.util.CopyrightGenerator
Getst the complete copyright text to add/update
getCopyTargetWindow() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the TargetWindow object representing the target window to display the copy screen in.
getCopyURI() - Method in class planetj.html.HTMLTable
 
getCorrelationName() - Method in class planetj.database.sql.TableToken
 
getCount() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets the number of values that have been added to this RunningTotal
getCreated() - Method in class planetj.license.License
Insert the method's description here.
getCreatedSessions() - Static method in class planetj.http.SessionCounter
 
getCreationSQL() - Method in class planetj.database.Table
Gets the "CREATE TABLE" SQL statement that can be used to recreate this table.
getCreationSQL(String, String, String) - Method in class planetj.database.Table
Gets the "CREATE TABLE" SQL statement that can be used to duplicate this table on another system.
getCreationSQL(Table) - Method in class planetj.database.Table
Gets the "CREATE TABLE" SQL statement that can be used to duplicate this table on another system.
getCreationSQL(Table, List) - Method in class planetj.database.Table
Gets the "CREATE TABLE" SQL statement that can be used to duplicate this table on another system.
getCreationTimeText() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets a String containing the time the pool was created.
getCreditLimit() - Method in class planetj.qif.QIFAccountRecord
Credit limit (only for credit card accounts)
getCSS() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the css of the template.
getCSSFile() - Method in class planetj.dataengine.theme.Theme
Gets this Theme's CSS file.
getCSVData(ICSVRow, CSVFileDescriptor) - Method in class planetj.helpers.CSVHelper
Converts an ICSVRow into a String containing CSV data.
getCSVData(List, CSVFileDescriptor) - Method in class planetj.helpers.CSVHelper
Converts an List of items into a String containing CSV data.
getCSVField() - Method in interface planetj.helpers.ICSVField
Returns the String value of the Object, that will be written to the CSV file.
getCSVField() - Method in class planetj.database.Field
Returns the String value of the Object, that will be written to the CSV file.
getCSVField() - Method in class planetj.database.field.StringField
Returns the String value of the Object, that will be written to the CSV file.
getCSVField() - Method in class planetj.database.field.DateField
Returns the String value of the Object, that will be written to the CSV file.
getCSVField() - Method in class planetj.database.field.BigIntegerField
Returns the String value of the Object, that will be written to the CSV file.
getCSVField() - Method in class planetj.database.field.BigDecimalField
Returns the String value of the Object, that will be written to the CSV file.
getCSVFormat() - Method in class planetj.database.field.TimeField
Returns the CSV Format Creation date: (5/11/2002 7:56:58 PM)
getCSVFormat() - Method in class planetj.database.field.DateField
Returns the CSV Format Creation date: (5/11/2002 7:56:58 PM)
getCSVRow() - Method in interface planetj.helpers.ICSVRow
Returns a List of Fields that implement ICSVField or a list of Objects that provide a toString method which returns the desired text to be written to the CSV file.
getCSVRow() - Method in class planetj.database.Row
Returns a List of Fields that implement ICSVField or a list of Objects that provide a toString method which returns the desired text to be written to the CSV file.
getCSVRow(List) - Method in interface planetj.helpers.ICSVRow
Returns a List of Fields that implement ICSVField or a list of Objects that provide a toString method which returns the desired text to be written to the CSV file.
getCSVRow(List) - Method in class planetj.database.Row
Returns a List of Fields that implement ICSVField or a list of Objects that provide a toString method which returns the desired text to be written to the CSV file.
getCurrentAlternateRow(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current Alternate Row from the request.
getCurrentApplication(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current executing application from navigation.
getCurrentContext(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current AbstractContext from the request.
getCurrentContextKey(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current AbstractContext key from the request.
getCurrentExecutingContext() - Static method in class planetj.dataengine.ExecutingContext
Gets the current executing context
getCurrentExecutingContext(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Deprecated. replaced with getCurrentExecutingContext(HttpServletRequest, HttpServletResponse) to allow proper setting of request and response on executing context.
getCurrentExecutingContext(HttpServletRequest, HttpServletResponse) - Static method in class planetj.dataengine.DataEngineManager
Gets the current executing context
getCurrentExecutingContext(IUser) - Static method in class planetj.dataengine.ExecutingContext
Gets the current executing context.
getCurrentHttpExecutingContext() - Static method in class planetj.dataengine.ExecutingContext
Gets the current Http executing context
getCurrentLabelsBundle() - Method in class planetj.common.TranslationManager
Gets the CurrentBundle for the being used for this translationManager.
getCurrentLocale() - Method in class planetj.common.TranslationManager
Gets the current Locale being used by the TranslationManager.
getCurrentMagicRequest(HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Gets the "current" magic request.
getCurrentMessageBundle() - Method in class planetj.common.TranslationManager
Gets the CurrentBundle for the being used for this translationManager.
getCurrentOperation(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current Operation from the request.
getCurrentOperationKey(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current Operation key from the request.
getCurrentPropFileBundle() - Method in class planetj.common.TranslationManager
Gets the CurrentBundle for the being used for this translationManager.
getCurrentRow(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current Row from the request.
getCurrentRowCollection(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current RowCollection from the request.
getCurrentRowCollectionKey(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current RowCollection key from the request.
getCurrentRowKey(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current Row key from the request.
getCurrentSystem() - Method in class planetj.common.AS400Manager
 
getCurrentURI() - Method in interface planetj.magic.IMagicRequest
Get the URI of the page the MagicRequest was created from.
getCurrentURI() - Method in class planetj.magic.AbstractMagicRequest
Get the URI of the page this MagicRequest was created on.
getCurrentUser(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current executing application from navigation.
getCurrentUserHome() - Static method in class planetj.shortcuts.ShortcutGenerator
 
getCurrentUserName() - Static method in class planetj.shortcuts.ShortcutGenerator
 
getCurrentValue() - Method in class planetj.exception.AlterationLWO
Gets the value of the field that is currently in the data source.
getCurrentValue(ExecutingContext) - Method in class planetj.database.Field
Returns a value that may be retrieved from a database, current time, calculation or other source that that is dynamic.
getCurrentValue(ExecutingContext) - Method in class planetj.database.field.YearField
Returns a value that may be retrieved from a database, current time, calculation or other source that that is dynamic.
getCurrentValue(ExecutingContext) - Method in class planetj.database.field.UserIdField
Get the field's value as a UserId.
getCurrentValue(ExecutingContext) - Method in class planetj.database.field.TimestampField
Gets the default current value for this field as a String.
getCurrentValue(ExecutingContext) - Method in interface planetj.database.field.ICurrentValueField
Returns a value that may be retrieved from a database, current time, calculation or other source that is dynamic.
getCurrentValue(ExecutingContext) - Method in class planetj.database.field.DateField
Gets the default current value for this field as a String.
getCurrentValueAsString(ExecutingContext) - Method in class planetj.database.Field
Returns the value of this field as a String.
getCurrentValueAsString(ExecutingContext) - Method in class planetj.database.field.UserIdField
Get the field's default value as a String.
getCurrentValueAsString(ExecutingContext) - Method in class planetj.database.field.TimestampField
Gets the default current value for this field as a String.
getCurrentValueAsString(ExecutingContext) - Method in interface planetj.database.field.ICurrentValueField
Convenience method to return the current value as a String.
getCurrentValueAsString(ExecutingContext) - Method in class planetj.database.field.DateField
Gets the default current value for this field as a String.
getDatabaseName(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnSQLServerRequest
 
getDatabaseName(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnOracleRemoteRequest
 
getDatabaseName(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnMySQLRequest
 
getDatabaseName(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnMSAccessRequest
 
getDatabaseName(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnDB2RemoteRequest
 
getDatabaseNameParam() - Method in class planetj.magic.SignOnSQLServerRequest
 
getDatabaseNameParam() - Method in class planetj.magic.SignOnOracleRemoteRequest
 
getDatabaseNameParam() - Method in class planetj.magic.SignOnMySQLRequest
 
getDatabaseNameParam() - Method in class planetj.magic.SignOnMSAccessRequest
 
getDatabaseNameParam() - Method in class planetj.magic.SignOnDB2RemoteRequest
 
getDatabaseRow(Connection) - Method in class planetj.database.Row
Rereads and returns this row as it exists in the database, or null if it doesn't exist in the database.
getDatabaseRow(Connection, boolean) - Method in class planetj.database.Row
Rereads and returns this row as it exists in the database, or null if it doesn't exist in the database.
getDataEngineKey() - Static method in class planetj.database.DataEngine
Returns a key that uniquely identifies this DataEngine.
getDataEngineLibraryName() - Static method in class planetj.database.DataEngine
Gets the library containing DataEngine files
getDataEngineMode() - Method in class planetj.magic.UpdateRowRequest
By default, UpdateRowRequests should be in edit mode.
getDataEngineMode() - Method in class planetj.magic.InsertRowRequest
By default, InsertRowRequests should be in insert mode.
getDataEngineMode() - Method in class planetj.magic.DeleteRowRequest
By default, DeleteRowRequests should be in delete mode.
getDataEngineMode() - Method in class planetj.magic.AbstractRowRequest
Gets the mode the this magic request should be in when running.
getDataEngineRowMode() - Method in class planetj.magic.UpdateRowRequest
This is a update request.
getDataEngineRowMode() - Method in class planetj.magic.InsertRowRequest
This is a insert request.
getDataEngineRowMode() - Method in class planetj.magic.DeleteRowRequest
This is a delete request.
getDataEngineRowMode() - Method in class planetj.magic.AbstractRowRequest
Gets the mode int that this magic request should be in when running.
getDataSourceName() - Method in class planetj.helpers.properties.MSAccessPropertyGroup
Gets the name of the datasource to write to
getDataSourceName() - Method in class planetj.helpers.MSAccessDescriptor
Gets the name of the datasource to connect to
getDataSQLOperation() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Deprecated. replaced with getAssociationOperation()
getDataSQLOperation() - Method in class planetj.database.Field
Deprecated. replaced with getAssociationOperation()
getDataSQLOperationId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Deprecated. replaced with getAssociationID()
getDataTimestamp() - Method in class planetj.dataengine.AbstractContext
Gets the time when the data in this context was read from its source.
getDataTimestamp() - Method in interface planetj.dataengine.operation.IOperationContext
Gets the time when the data in this context was read from its source Long.MIN_VALUE is returned if the value is not known.
getDataType() - Method in class planetj.dataengine.parameter.ParameterParameter
Gets the SQL data type of the parameter
getDataType() - Method in interface planetj.dataengine.parameter.IParameter
Gets the SQL data type of the parameter
getDataType() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the SQL data type of the parameter
getDataType() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
The returned value can be compated to values in java.sql.Types Creation date: (6/20/2002 1:28:30 PM)
getDate() - Method in class planetj.iif.IIFTransaction
Returns the date of the transaction.
getDate() - Method in class planetj.iif.IIFDistribution
Returns the date of the distribution.
getDate() - Method in class planetj.qif.QIFBankTransaction
Returns the date of the transaction.
getDate(int, int, int) - Static method in class planetj.common.ConvertUtility
Return the Date based on ints for 4 digit year, month and day
getDate(int, int, int, int) - Static method in class planetj.common.ConvertUtility
Return the Date based on ints for century, year, month and day
getDate(String[]) - Method in class planetj.database.Field
Returns a Date that represents the Date of the 3 values passed in as a String[].
getDateFormat(String) - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Returns the date formatter to use when formatting dates for the specified property
getDateHeader(String) - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getDateValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name as a Date.
getDay(Date) - Static method in class planetj.common.ConvertUtility
Return the day part of a date
getDayFieldName() - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
getDBLibraryName() - Method in class planetj.database.Library
Returns the name of this library in the database.
getDecimalDigits() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the column's number of fractional digits.
getDecimalsUsed() - Method in class planetj.gui.CMNumberField
getDecimalsUsed() will return if the decimals are used for this number field
getDefaultClassForLogicalType(int) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Gets the Class that is registered as the default class for the specifed type of logical] field descriptor.
getDefaultDatabaseValue() - Method in class planetj.database.Field
Subclass must override this method and return a default value to be placed in the database when this field is Non-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.TimestampField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.TempField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.StringOrNumberField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.SQLOperationField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.LogicalField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.DateField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.BlobField
Subclass must override this method and return a default value to be placed in the database when this field is Non-nullable and not required.
getDefaultDatabaseValue() - Method in class planetj.database.field.BlankDisplayField
Subclass must override this method and return a default value to be placed in the database when this field is Not-nullable and not required.
getDefaultDateFormat() - Method in class planetj.database.OracleDBSystem
 
getDefaultDateFormat() - Method in class planetj.database.DBSystem
 
getDefaultDescriptor(String, String, String) - Method in class planetj.dataengine.display.ActionManager
Gets the default registered descriptor for the given display type, action name, and action type.
getDefaultEndNavigationGroup() - Method in class planetj.magic.InsertSQLParameterRequest
By default, InsertSQLParameterRequests end their navigation group.
getDefaultEndNavigationGroup() - Method in class planetj.magic.AbstractRowRequest
By default RowRequests end the current navigation group.
getDefaultEndNavigationGroup() - Method in class planetj.magic.AbstractMagicRequest
Get the default state if this request should end its navigation group.
getDefaultExecutingContext() - Static method in class planetj.dataengine.ExecutingContext
Return a default ExecutingContext with unknown user and application
getDefaultExecutingContext(int) - Static method in class planetj.dataengine.ExecutingContext
Return a default ExecutingContext with unknown user and application, and the specified mode
getDefaultExternalName(String) - Static method in class planetj.database.Field
Returns an the default external name to use, or null if none is specified.
getDefaultFormat() - Method in class planetj.database.field.TimeField
Returns the Default Format Creation date: (5/11/2002 7:56:58 PM)
getDefaultFormat() - Method in class planetj.database.field.DateField
Returns the Default Format Creation date: (5/11/2002 7:56:58 PM)
getDefaultInstance(HttpServletRequest, HttpServletResponse) - Static method in class planetj.magic.RemoveRequest
Gets a default instance of this class
getDefaultLayoutPropertiesString() - Static method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Gets a default String for this property group.
getDefaultLayoutPropertiesString() - Static method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets a default String for this property group.
getDefaultLayoutPropertiesString() - Static method in class planetj.chart.ChartSpecificationPG
Gets a default String for this property group.
getDefaultLibrary(String) - Static method in class planetj.database.Library
Returns the default Library for the given library name and system alias.
getDefaultLibraryName() - Method in class planetj.database.DBSystem
Gets the name of the default library specified in the connection URL.
getDefaultLicenseLocation() - Method in class planetj.license.LicenseManager
Returns the expected location of a license.
getDefaultMetaDataAlias() - Static method in class planetj.database.DataEngine
Gets the default alias of system containing Meta Data (FD's, PV's ect) for DBSystems.
getDefaultOperationCode() - Method in class planetj.dataengine.sqloperation.SQLOperation
Return a default string to use on the operation field.
getDefaultOperationCode() - Method in class planetj.dataengine.sqloperation.JavaOperation
Return a default string to use on the operation field.
getDefaultOperationCode() - Method in class planetj.dataengine.sqloperation.AuthenticationOperation
Return a default string to use on the operation field.
getDefaultOperationCode() - Method in class planetj.dataengine.operation.RefererAuthorizationOperation
Return a default string to use on the operation field.
getDefaultOperationCode() - Method in class planetj.dataengine.operation.Operation
Return a default string to use on the operation field.
getDefaultOperationCode() - Method in class planetj.dataengine.operation.HTMLOperation
Return a default string to use on the operation field.
getDefaultPropertiesString() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Gets a default String for this property group.
getDefaultPropertiesString() - Method in class planetj.property.DefaultPropertyGroup
Gets a default String for this property group.
getDefaultStringValue(ExecutingContext) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Return the string parameter specified as the default value.
getDefaultTableName() - Method in class planetj.dataengine.AbstractTableManager
Gets the default table name.
getDefaultTableName() - Method in class planetj.dataengine.operation.OperationManager
Gets the default table name.
getDefaultTableName() - Method in class planetj.dataengine.application.ApplicationManager
Gets the name of the table containing application information (the default name is APPLICATION).
getDefaultTheme(String, List) - Method in class planetj.dataengine.theme.ThemeManager
Gets the Default Theme.
getDefaultTimer() - Method in class planetj.util.TaskScheduler
Returns the default timer for this scheduler that may be used to schedule tasks.
getDefaultTimerKey() - Method in class planetj.util.TaskScheduler
Returns the key for the default timer.
getDefaultUsageId() - Static method in class planetj.database.field.LastNameField
 
getDefaultUsageId(String) - Static method in class planetj.database.Field
Returns an the default usage id as an Integer or null Creation date: (6/26/2002 3:25:15 PM)
getDefaultUserMessage() - Method in class planetj.magic.UpdateRowRequest
Return the default user message for delete operations.
getDefaultUserMessage() - Method in class planetj.magic.InsertRowRequest
Return the default user message for delete operations.
getDefaultUserMessage() - Method in class planetj.magic.DeleteRowRequest
Return the default user message for delete operations.
getDefaultUserMessage() - Method in class planetj.magic.AbstractRowRequest
Return the default user message after successful execution of this request.
getDefaultValue() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Return the string parameter specified as the default value.
getDefaultValue(ExecutingContext) - Method in class planetj.database.Field
Get the field's default value as a String.
getDefaultValue(ExecutingContext) - Method in class planetj.database.field.TimestampField
Get the field's default value as a Timestamp.
getDefaultValue(ExecutingContext) - Method in class planetj.database.field.LastUpdateTimestampField
Get the field's default value as a Timestamp.
getDefaultValue(ExecutingContext) - Method in interface planetj.database.field.ICurrentValueField
This method should be overriden in subclasses of field that wish to set a dynamic value for insert.
getDefaultValueAsString() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets this parameter's default value as a String
getDEGroup2Authorization(String, int, int, int) - Static method in class planetj.dataengine.security.DESecurityManager
 
getDEGroups() - Method in class planetj.dataengine.security.DEAuthorization
 
getDEGroups(String, int, int) - Static method in class planetj.dataengine.security.DEAuthorization
 
getDelete() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Get whether or not to include the delete button when viewing details.
getDeleteAllLinkText() - Method in class planetj.html.HTMLTable
 
getDeleteConfirmation() - Method in class planetj.database.Row
Deprecated.  
getDeleteConfirmationMessage() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getDeleteConfirmationMessage() - Method in class planetj.database.possiblevalues.PossibleValueRow
 
getDeleteConfirmationMessage() - Method in class planetj.database.Row
Get the delete confirmation message.
getDeleteConfirmationMessage() - Method in class planetj.dataengine.operation.Operation
Get the message used when deleting an operation.
getDeleteConfirmationMessage() - Method in class planetj.dataengine.application.Application
Get the message used when deleting an application.
getDeleteConfirmationMessage() - Method in class planetj.database.connection.ConnectionRow
 
getDeleteLinkText() - Method in class planetj.html.HTMLTable
 
getDelimiter() - Method in class planetj.helpers.CSVFileDescriptor
Returns the delimiter Defaults to comma ',' Creation date: (12/5/2001 1:42:26 AM)
getDependants() - Method in class planetj.dataengine.operation.Operation
Gets the dependant Operations of this Operation (may be null if Operation does not have any children)
getDependants(int, String) - Method in class planetj.dataengine.operation.OperationManager
Gets all dependant Operation's from the given system alias and for the given Operation id.
getDependsOn() - Method in class planetj.dataengine.operation.Operation
Gets the Operation this Operation depends on (may be null if Operation does not depend on another Operation)
getDependsOnId() - Method in class planetj.dataengine.operation.Operation
Get the id of the Operation this Operation depends on.
getDependsOnIdAsInteger() - Method in class planetj.dataengine.operation.Operation
Get the id of the Operation this Operation depends on.
getDerivedField(Row) - Method in class planetj.database.fielddescriptors.DerivedDate
Return a Field appropriate for the Derivation such as concat, substract, etc.
getDerivedField(Row) - Method in class planetj.database.fielddescriptors.ColumnFunctionResultFieldDescriptor
Return a Field appropriate for the Derivation such as concat, substract, etc.
getDerivedField(Row) - Method in class planetj.database.fielddescriptors.AbstractDerivedFieldDescriptor
Return a Field appropriate for the Derivation such as concat, substract, etc.
getDescription() - Method in class planetj.dataengine.theme.Theme
Gets the description for this Theme.
getDescription() - Method in class planetj.dataengine.cache.DataEngineCache
Gets a text description of this cache
getDescription() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the description for this SQLOperation
getDescription() - Method in class planetj.license.Feature
Insert the method's description here.
getDescription() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the description of the action.
getDescription() - Method in class planetj.qif.QIFAccountRecord
Description of the account
getDescription() - Method in class planetj.dataengine.application.Application
Gets the description for this application
getDesiredMnemonic() - Method in class planetj.gui.CMAction
This returns the mnemonic that should be used for this action.
getDesiredValue() - Method in class planetj.exception.AlterationLWO
Gets the value the field was going to be set to (but wasn't since another user had modified it).
getDesktopRootDirectory() - Static method in class planetj.shortcuts.ShortcutGenerator
Returns a String that points to this systems desktop directory Creation date: (5/26/2003 3:34:20 PM)
getDesktopRootDirectory(String) - Static method in class planetj.shortcuts.ShortcutGenerator
Returns a String that points to this systems desktop directory Creation date: (5/26/2003 3:34:20 PM)
getDestination() - Method in class planetj.helpers.properties.MSAccessPropertyGroup
Gets the name of the server to send the file to.
getDestination() - Method in class planetj.helpers.MSAccessDescriptor
Gets the system to export to.
getDetailedMessage() - Method in class planetj.database.sql.InvalidStatementType
Gets the detailed message for this exception.
getDetailedMessage() - Method in class planetj.exception.CMException
Gets the detailedMessage property (java.lang.String) value.
getDetailedMessage() - Method in class planetj.common.CMMessage
Gets the detailedMessage property (java.lang.String) value.
getDetailsJspFile() - Method in class planetj.dataengine.operation.Operation
Gets the JSP used to display this SQLOperation's details
getDEUser2Group(String, int, int, int) - Static method in class planetj.dataengine.security.DESecurityManager
 
getDEUsers() - Method in class planetj.dataengine.security.DEGroup
 
getDEUsers(String, int, int) - Static method in class planetj.dataengine.security.DEGroup
 
getDeviceName() - Method in class planetj.database.field.CybraFormatField
 
getDifferenceInDays(Date, Date) - Static method in class planetj.common.CMUtility
Get the number of days between the two given dates (regardless of hours).
getDisabledIcon() - Method in class planetj.gui.CMAction
Insert the method's description here.
getDisplayableOperationSets(Application, ExecutingContext) - Static method in class planetj.dataengine.operation.OperationSet
Get a List containing OperationSet objects.
getDisplayColumns() - Method in class planetj.helpers.properties.FilePropertyGroup
Gets the List of columns names which should be displayed (may be null)
getDisplayColumns() - Method in class planetj.helpers.FileDescriptor
Gets the names of the columns to display.
getDisplayColumns() - Method in class planetj.dataengine.operation.Operation
Gets the display columns as Strings in a List
getDisplayColumnsAsString() - Method in class planetj.dataengine.operation.Operation
Gets the display columns, separated by commas in a String
getDisplayColumnsAsStringArray() - Method in class planetj.dataengine.operation.Operation
Gets the display columns as Strings in an Array.
getDisplayComponent() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the display component for this field.
getDisplayField() - Method in class planetj.dataengine.parameter.RequestPromptParameter
Deprecated. (6/11/2003 7:43:20 AM) This method will not allow setting the Field's default value from a user property. Replaced by getDisplayField(ExecutingContext)
getDisplayField() - Method in interface planetj.dataengine.parameter.IDisplayParameter
Deprecated. (6/11/2003 7:43:20 AM) This method will not allow setting the Field's default value from a user property. Replaced by getDisplayField(ExecutingContext)
getDisplayField(ExecutingContext) - Method in class planetj.dataengine.parameter.SQLPromptParameter
Gets the field to use when displaying a prompt to the user.
getDisplayField(ExecutingContext) - Method in class planetj.dataengine.parameter.RequestPromptParameter
Gets the field to use when displaying a prompt to the user.
getDisplayField(ExecutingContext) - Method in interface planetj.dataengine.parameter.IDisplayParameter
Gets the field to use when displaying a prompt to the user.
getDisplayFieldDescriptor() - Method in class planetj.dataengine.parameter.TableParameter
Gets the FieldDescriptor for this parameter.
getDisplayFieldDescriptor() - Method in class planetj.dataengine.parameter.SQLPromptParameter
Gets the field descriptor to use when prompting the user for the parameter value.
getDisplayFieldDescriptor() - Method in interface planetj.dataengine.parameter.IDisplayParameter
Gets the field descriptor to use when prompting the user for the parameter value.
getDisplayFormat() - Method in class planetj.database.field.TimeField
Returns the Default Format Creation date: (5/11/2002 7:56:58 PM)
getDisplayFormat() - Method in class planetj.database.field.DateField
Returns the Default Format Creation date: (5/11/2002 7:56:58 PM)
getDisplayHeight() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Field's display height.
getDisplayHeight() - Method in class planetj.database.Field
Gets the Field's display height.
getDisplayLength() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Deprecated. replaced with getDisplayWidth() to keep consistent with what a user sees when they view the field (e.g. width and height of a field)
getDisplayLength() - Method in class planetj.database.Field
Deprecated. replaced with getDisplayWidth() to keep consistent with what a user sees when they view the field (e.g. width and height of a field)
getDisplayMode() - Method in class planetj.dataengine.application.magic.DirectOperationRequest
Gets the mode in which the Operation should be displayed
getDisplayName() - Method in class planetj.dataengine.Feature
Gets the test which identifies this feature in display messages
getDisplayOrder() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the order in which this field should be displayed.
getDisplayOrder() - Method in class planetj.database.Field
Returns the display order This information is stored in the FieldDescriptor Creation date: (6/5/2002 2:39:33 PM)
getDisplayOrder() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's display order.
getDisplayOrderedFields() - Method in class planetj.database.FieldCollection
Returns a list of the fields in display order specified in the Field Descriptors.
getDisplayParameter() - Method in class planetj.database.sql.ValueToken
Gets the display parameter stored in this ValueToken.
getDisplayParameter() - Method in class planetj.database.sql.SQLComparison
Gets a display parameter out of this context.
getDisplayParameters() - Method in interface planetj.dataengine.IContext
Iterates over the parameters in this context which should be displayed to the user.
getDisplayParameters() - Method in class planetj.dataengine.AbstractContext
Iterates over the parameters in this context which should be displayed to the user.
getDisplayParameters() - Method in class planetj.dataengine.parameter.ParameterCollection
Iterates over the parameters in this context which should be displayed to the user.
getDisplayRule() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the display rule for this field.
getDisplayString() - Method in class planetj.exception.CMException
Returns the exception output as it should be displayed
getDisplayTableDescriptor() - Method in class planetj.dataengine.parameter.TableParameter
Gets the TableDescriptor for this parameter
getDisplayText() - Method in class planetj.html.HTMLOption
Gets this option's display text
getDisplayType() - Method in class planetj.html.AbstractHTMLRenderer
 
getDisplayType() - Method in interface planetj.dataengine.display.IRenderer
 
getDisplayType() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the display type to generate for action.
getDisplayType() - Method in class planetj.exception.CMException
Gets what information should be included in the output of the getDisplayString() method
getDisplayValue() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible display value for the value.
getDisplayValue() - Method in class planetj.database.Field
Returns the display value of this Field as a String
getDisplayValue() - Method in class planetj.database.field.ZipCodeField
Returns the display value of this Field as a String
getDisplayValue() - Method in class planetj.database.field.TempField
Returns the display value of this Field as a String
getDisplayValue() - Method in class planetj.database.field.SQLAssociationField
Returns the display value of this Field as a String
getDisplayValue() - Method in class planetj.database.field.PhoneNumberField
Returns the display value of this Field as phone number string.
getDisplayValue() - Method in class planetj.database.field.PhoneNumberAreaCodeField
Returns the display value of this Field as a String
getDisplayValue() - Method in class planetj.database.field.NumberField
Returns the display value of this Field as a String.
getDisplayValue() - Method in class planetj.database.field.ImageURLReferenceField
Get the display value for thie image reference field.
getDisplayValue() - Method in class planetj.database.field.DateField
Returns the display value of this field as a String.
getDisplayValue() - Method in class planetj.database.field.BlankDisplayField
Returns an empty String
getDisplayValue() - Method in class planetj.database.connection.ConnectionStatusField
Returns the display value of this Field as a String
getDisplayValue(Object) - Method in class planetj.database.field.DateField
Returns the display value of this field as a String.
getDisplayValue(String) - Method in class planetj.database.Row
Gets the display value for the field with the given name.
getDisplayValueSeparator() - Method in class planetj.html.SimpleHTMLSelect
 
getDisplayValueSeparator() - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
getDisplayValueSQLType() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value's value sql type.
getDisplayWidth() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Field's display width.
getDisplayWidth() - Method in class planetj.database.Field
Gets the Field's display width.
getDistributedRequestorURL() - Method in class planetj.database.RowCollection
Insert the method's description here.
getDistributedRequestorURL() - Method in class planetj.database.Row
Insert the method's description here.
getDistributionHeader() - Static method in class planetj.iif.IIFDistribution
Returns the Distribution Header info.
getDistributionId() - Method in class planetj.iif.IIFDistribution
returns int pDistributionId, -1 if you don't have a distribution ID, else its the number that uniquely identifies the distribution line
getDistributions() - Method in class planetj.iif.IIFTransaction
List of distributions for this Transaction Creation date: (2/13/2002 4:29:02 PM)
getDivisionID() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getDoubleValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name as an double.
getDriver() - Method in class planetj.database.connection.ConnectionRow
Getter method for the Driver property
getDriver(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnRequest
 
getDuplicateKey() - Method in class planetj.servlet.wrapper.NoOverwriteMap.OverwriteException
 
getEditable() - Method in class planetj.gui.CMTextFieldJ
adds a bit more functionality than enabled alone
getEditLinkText() - Method in class planetj.html.HTMLTable
 
getEditTargetWindow() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the TargetWindow object representing the target window to display the edit screen in.
getEditURI() - Method in class planetj.html.HTMLTable
 
getElapsedTime() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the time elapsed since this method was last invoked.
getEmailBody(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's body.
getEmailBody(ExecutingContext) - Method in class planetj.dataengine.email.html.HTMLEmailRowCollection
Get this Row's body.
getEmailBody(ExecutingContext) - Method in class planetj.dataengine.email.html.HTMLEmailRow
Get this Row's body.
getEmailOperation() - Method in class planetj.dataengine.autorun.EmailTask
Gets this EmailTask's Email Operation
getEmailOperationId() - Method in class planetj.dataengine.autorun.EmailTask
Gets the ID of this EMailTask's Email Operation
getEmailRecipients(ExecutingContext) - Method in class planetj.dataengine.test.WKTestRowCollection
Get this Row's recipients.
getEmailRecipients(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's recipients.
getEmailRecipients(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's recipients.
getEmailSubject(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's subject.
getEmailSubject(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get the email's subject.
getEmailSubject(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's subject.
getEnabled() - Method in class planetj.gui.CMTextFieldJ
adds a bit more functionality than enabled alone
getEnabled() - Method in class planetj.gui.CMComboBoxJ
adds a bit more functionality than enabled alone
getEncryptionId() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the encryption ID of this SQLOperation
getEnvironmentMode() - Static method in class planetj.database.DataEngine
 
getError() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the error page of the template.
getErrorCode() - Method in class planetj.dataengine.exception.DESQLException
Gets the vendor specific error code of the SQLException contained within this DESQLException object.
getErrorJsp() - Method in class planetj.dataengine.application.Application
Gets the name of the JSP used for displaying errors.
getErrorMessage(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
 
getEstimatedSize() - Method in class planetj.dataengine.cache.DataEngineCache
Gets the estimated number of bytes of all field values in this RowCollection take up.
getEstimatedSize() - Method in class planetj.dataengine.cache.CacheManager
Gets the estimated number of bytes of all field values take up in every RowCollection in cache.
getEstimatedSize() - Method in class planetj.database.RowCollection
Gets the estimated number of bytes of all field values in this RowCollection take up.
getEvenRowBGColor() - Method in class planetj.dataengine.test.TestHTMLTable
Returns the background color for even rows in the table as a String representation of the HTML code for the color.
getEventSetDescriptors() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Return the event set descriptors for this bean.
getException() - Method in class planetj.util.TaskEvent
Return the Exception that occured while the task was executing.
getExceptionCheckmark() - Method in class planetj.html.HTMLField
Possible values currently are RED_CHECKMARK BLACK_CHECKMARK WHITE_CHECKMARK Creation date: (5/15/2002 8:46:47 PM)
getExceptionKey() - Method in class planetj.common.CMMessage
Gets the exceptionKey property (java.lang.String) value.
getExceptions() - Method in class planetj.dataengine.exception.DETransactionException
 
getExcludedFieldNames() - Method in class planetj.html.HTMLTable
 
getExcludedFieldNames() - Method in class planetj.html.HTMLRowDetails
 
getExecutingContext() - Method in interface planetj.dataengine.IContext
 
getExecutingContext() - Method in class planetj.dataengine.AbstractContext
Gets this context's executing context.
getExecutingContext(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.AbstractRowRequest
Gets the ExecutingContext to use.
getExecutingContextKey() - Method in class planetj.dataengine.parameter.ExecutingContextParameter
Gets the key with which this parameter's value is stored in the ExecutingContext
getExecutionMode() - Method in class planetj.dataengine.application.magic.DirectOperationRequest
Gets if the operation should be immediately executed
getExistingExecutingContext(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current executing context
getExpiration() - Method in class planetj.license.License
Insert the method's description here.
getExpirationString() - Method in class planetj.license.License
Return warning string for expiring license.
getExpressionToken() - Method in class planetj.database.sql.SQLStatement
Gets the "first" expression token for this Statement.
getExpressionTokens() - Method in class planetj.database.sql.SQLStatement
Gets the List of expression tokens for this Statement.
getExpressTokenClass() - Method in class planetj.database.sql.SQLStatement
Deprecated.  
getExpressTokenClass() - Method in class planetj.database.sql.InsertStatement
Deprecated.  
getExternalName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the external name of the described fields.
getExternalName() - Method in class planetj.database.Field
 
getExternalName() - Method in interface planetj.util.IExternallyNamed
 
getExternalName(String) - Method in class planetj.database.RowCollection
Gets the external name of a field
getExternalName(String) - Method in class planetj.database.Row
Gets the external name of a field
getExternalNames() - Method in class planetj.database.RowCollection
Gets the external names of this RowCollection's fields
getExternalNames() - Method in class planetj.database.Row
Gets the external names of this RowCollection's fields
getExternalNames(List) - Method in class planetj.database.RowCollection
Gets the external names of the specified fields of this RowCollection
getExternalValidationKey() - Method in class planetj.database.Field
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.ZipCodeSuffixField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.ZipCodeField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.StringField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.SocialSecurityNumberField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.PhoneNumberField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.PhoneNumberAreaCodeField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.NumberField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.FaxNumberField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.EmailField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.CreditCardNumberField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.BigIntegerField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExternalValidationKey() - Method in class planetj.database.field.BigDecimalField
Get the key that may be used to uniquely identify Field subclasses for external validation.
getExtraURLInfo() - Method in class planetj.connections.AS400SignOnDialog
Gets extra URL info for the SQL connection.
getFailMessage() - Method in class planetj.magic.AbstractMagicRequest
Deprecated. - only temporarily added to support custom fail messages
getFailureCount() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
The number of values representing failures that have been added to this RunningTotal
getFailureMessage() - Method in class planetj.dataengine.display.SignOnPropertyGroup
Gets the text to display when a signon fails
getFailureMessage(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.SQLOperationSignOn
Gets the message to display when a sign on fails
getFailureMessage(String, ISecured, HttpServletRequest) - Method in interface planetj.dataengine.security.http.ISignOn
Gets the message to display when a sign on fails
getFailureMessage(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the message to display when a sign on fails
getFailureMessage(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.GenericSignOn
Gets the message to display when a sign on fails
getFalseValue() - Method in class planetj.database.field.YNBooleanField
Get the Field's false value.
getFalseValue() - Method in class planetj.database.field.YBlankBooleanField
Get the Field's false value.
getFalseValue() - Method in class planetj.database.field.TFBooleanField
Get the Field's false value.
getFalseValue() - Method in interface planetj.database.field.IBooleanField
Insert the method's description here.
getFalseValue() - Method in class planetj.database.field.AbstractBooleanField
Subclasses need to return the value which represents the Field's 'false' value.
getFDFData(Object, String) - Method in class planetj.helpers.FDFHelper
This returns a StringBuffer in FDF format for the giving value, pValue and name, pName Creation date: (2/8/2002 12:19:57 PM)
getFDFData(StringBuffer) - Method in interface planetj.helpers.IFDFObject
This returns a StringBuffer containing all necessary FDF data for this object.
getFDFData(StringBuffer) - Method in class planetj.database.RowCollection
This returns a StringBuffer containing all necessary FDF data for this object.
getFDFData(StringBuffer) - Method in class planetj.database.Row
This returns a StringBuffer containing all necessary FDF data for this object.
getFDFData(StringBuffer) - Method in class planetj.database.Field
This returns a StringBuffer containing all necessary FDF data for this object.
getFDFFooter(String) - Method in class planetj.helpers.FDFHelper
Returns a StringBuffer containing FDF footer info Creation date: (2/7/2002 2:16:08 PM)
getFDFHeader() - Method in class planetj.helpers.FDFHelper
Returns a StringBuffer containing FDF header info The version may need to be adjusted in the future Creation date: (2/7/2002 2:08:58 PM)
getFDManagerApplication(HttpServletRequest) - Static method in class planetj.fdmanager.FDManagerServlet
Deprecated.  
getFDModifier() - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Gets the modifier that will be used to modify FD's read from RS or DB metadata (may be null)
getFDsFromFile(Library, int) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
getFDsFromFile(String, Library, int) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
getFDsFromFile(Table, int) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
getFDsFromFile(Table, int, List) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
getFDTable() - Method in class planetj.database.Row
Get's a table to use when searching for FDs.
getFeature() - Method in class planetj.magic.DeleteRequest
Gets the edit feature
getFeatureLevel() - Method in interface planetj.dataengine.IFeature
Gets the feature level for this feature
getFeatureLevel() - Method in class planetj.dataengine.IFeature.OperationCountFeature
 
getFeatureLevel() - Method in class planetj.dataengine.Feature
Gets the feature level of this feature
getFeatureLevel() - Method in class planetj.license.License
Gets the feature level for this license
getFeatureLevel() - Method in interface planetj.license.ILicense
Gets the feature level for this license
getFeatureLevel() - Method in class planetj.magic.XMLRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.XLSRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.ViewSelectionAssociationRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.UpdateUserSettings
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.UpdateRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.StatusChangeRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.SQLParameterRequest
Gets the feature level for this feature
getFeatureLevel() - Method in class planetj.magic.SignOnRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.SignOffRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.SerializeRCRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.RemoveRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.RemoveAllRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.ReconcileRCRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.PossibleValuesSelectorRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.PDFRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.MSAccessRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.MicrosoftWordRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.MagicRowSelectorRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.InsertSQLParameterRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.InsertRequest
Deprecated. Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.InsertAndNewRowRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.HTMLReferenceR
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.EmailRCAsCSVRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.EmailExecutionRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.DeserializeRCRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.DeleteRowCollectionRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.CSVRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.CopyRowRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.CopyRCToTableRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.AutoPopulateRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.AssociationRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.AbstractRowRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.magic.AbstractMagicRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataengine.application.magic.ViewExecutionGroupRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataengine.application.magic.RunJavaOperationRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataengine.application.magic.PossibleValuesSearchOperationRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataengine.application.magic.ApplicationSignOffRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataengine.security.http.SignOnRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.dataexplorer.magic.DXSignOffRequest
Gets the minimum feature level requried to execute this operation
getFeatureLevel() - Method in class planetj.chart.ChartRequest
Gets the minimum feature level requried to execute this operation
getField() - Method in class planetj.html.HTMLField
Returns the HTMLField's Field.
getField(int) - Method in class planetj.database.Row
Returns the Field at the specified index in this Row.
getField(int) - Method in class planetj.database.FieldCollection
Returns the Field with the given index.
getField(int) - Method in class planetj.database.sql.SQLComparison
Deprecated. (6/11/2003 8:11:05 AM) This method will not allow setting the Field's default value from a user property. Replaced by getField(int, ExecutingContext)
getField(int, ExecutingContext) - Method in class planetj.database.sql.SQLComparison
Gets this Field corresponding to one of this comparison's parameters.
getField(String) - Method in class planetj.database.Row
Returns the Field for the given name, or null if no such Field exists.
getField(String) - Method in class planetj.database.FieldCollection
Returns the Field with the given name.
getField(String, boolean) - Method in class planetj.database.Row
Get the Field in this Row with the given name.
getFieldClass() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Deprecated. Use getFieldClassName() instead
getFieldClassForDataClass(Class) - Static method in class planetj.database.Field
Gets the type of Field that is registered to hold a type of data
getFieldClassForSQLTypeName(String) - Static method in class planetj.database.OracleDBSystem
Gets the Field subclass that is representative of this SQL type name.
getFieldClassForSQLTypeName(String) - Static method in class planetj.database.DBSystem
Gets the Field subclass that is representative of this SQL type name.
getFieldClassName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the name of the Java Class to use for instances of the described field.
getFieldClassParameterDigitRequired() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the digitRequired parameter following the FieldClass such as Example: planetj.database.field.PasswordField,digitRequired=true **NOTE** Digit requird default to false
getFieldClassParameterMinLength() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the minLength parameter following the FieldClass such as Example: planetj.database.field.PasswordField,minLength=7
getFieldClassParameters() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the parameters following the Field Class Example java.text.SimpleDateFormat, MMddyyyy
getFieldClassString() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Different from getFieldClassName in that we do not trim off the parameters.
getFieldCount() - Method in class planetj.database.RowCollection
Gets the number of Fields each Row has in this RowCollection.
getFieldDataTable(String) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Returns the Field data file Table object.
getFieldDataTableName() - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
getFieldDefaultValue(Field, ExecutingContext) - Method in class planetj.database.Row
Get the field's default value as a String.
getFieldDescriptor() - Method in class planetj.database.Field
Returns the FieldDescriptorRow associated with this field.
getFieldDescriptor() - Method in class planetj.database.sql.ValueToken
Gets the FD associated with this value.
getFieldDescriptor() - Method in class planetj.database.sql.ColumnToken
Gets the FieldDescriptor for this database column referenced by this token
getFieldDescriptor(Class) - Method in class planetj.database.Table
Returns an IFieldDescriptor for the specified Type
getFieldDescriptor(Field) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Return an IFieldDescriptor for the given Field, if it doesn't exist then create it from DatabaseMetaData.
getFieldDescriptor(Field, FieldDescriptorRow) - Method in class planetj.database.Row
Row subclasses can override this method to return the a clone of the default FD added by TJH Jun 22, 2004 11 : 49 : 27 PM to allow Rows to return different FDs for this field.
getFieldDescriptor(int, String) - Method in class planetj.database.sql.SQLComparison
Gets the FD for the specified value.
getFieldDescriptor(String) - Method in class planetj.database.Table
Returns a FieldDescriptorRow for the specified field name.
getFieldDescriptor(String) - Method in class planetj.database.RowCollection
Returns the field descriptor associated with the given field name.
getFieldDescriptor(String) - Method in class planetj.database.Row
Return the IFieldDescriptor for the Field with the specified name.
getFieldDescriptor(String) - Method in class planetj.database.sql.ColumnToken
Gets the FieldDescriptor for this database column referenced by this token
getFieldDescriptor(String, Table) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Returns the FieldDescriptor for the given Field name.
getFieldDescriptor(String, Table) - Method in class planetj.database.Row
Return the IFieldDescriptor for the Field with the specified name.
getFieldDescriptor(String, Table, boolean) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Returns the FieldDescriptor for the given Field name.
getFieldDescriptorById(int) - Static method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Gets a field descriptor by ID
getFieldDescriptorCollection() - Method in class planetj.database.Table
Returns a Map of FieldDescriptors for this table.
getFieldDescriptorCollection() - Method in class planetj.database.RowCollection
Deprecated. This method returns all field descriptors in the table, including those which are not in this RowCollection. In addition, only field descriptors in the first table are returned.
getFieldDescriptorCollection(boolean) - Method in class planetj.database.Table
Returns a Map of FieldDescriptors for this table.
getFieldDescriptorCollection(Table) - Method in class planetj.database.RowCollection
Deprecated. Use Table.getFieldDescriptorCollection() instead
getFieldDescriptors() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns all the FieldDescriptors in an unmodifiable Iterator
getFieldDescriptors() - Method in class planetj.database.RowCollection
Gets a List containing the field descriptors used for this RowCollection
getFieldDescriptors(Table) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Returns a map of FieldDescriptors created for the given Table.
getFieldDescriptors(Table, boolean) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Returns a map of FieldDescriptors created for the given Table.
getFieldDescriptorSource() - Method in class planetj.database.Field
Gets the field descriptor source location of this field.
getFieldDescriptorsWithAssociation(int, int) - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a IFieldDescriptor that has associations id and association field id as specified.
getFieldDescriptorsWithAssociations() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a Collection of the Field Descriptors that have associations specified.
getFieldDescriptorsWithAssociations() - Method in class planetj.database.Table
Return a Collection of FieldDescriptorRow for this Table that have a Associations defined for them
getFieldDescriptorsWithUsage() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns an Iterator for all field descriptors that have a usage ID
getFieldDescriptorsWithUsage() - Method in class planetj.database.RowCollection
Get a Collection of FieldDescriptorRows for this Row that have a UsageId defined for them.
getFieldDescriptorsWithUsage() - Method in class planetj.database.Row
Get a Collection of FieldDescriptorRows for this Row that have a UsageId defined for them.
getFieldDescriptorsWithUsageId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Create and return a list of field descriptors in this collection that have the given usage id.
getFieldDescriptorsWithUsageId(int) - Method in class planetj.database.RowCollection
Get a Collection of FieldDescriptorRows for this Row that have the given UsageId defined for them.
getFieldDescriptorsWithUsageId(int) - Method in class planetj.database.Row
Get a Collection of FieldDescriptorRows for this Row that have the given UsageId defined for them.
getFieldDescriptorsWithUsageIdOverlap(Table) - Method in class planetj.database.Table
Gets the FD's in this table whose usageids equal the usageids in one or more fields of another table
getFieldDescriptorType() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the type of this field descriptor
getFieldDescriptorWithUsageId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Return the FieldDescriptorRow for the Field with the specified usage id.
getFieldDescriptorWithUsageId(int) - Method in class planetj.database.RowCollection
Get a FieldDescriptorRow for this Row that have the given usage id defined for them.
getFieldDescriptorWithUsageId(int) - Method in class planetj.database.Row
Get a FieldDescriptorRow for this Row that have the given usage id defined for them.
getFieldDisplayValue(String) - Method in class planetj.database.Row
Returns the display value for the Field with the specified name.
getFieldIncrementor() - Method in class planetj.database.Field
By default, Fields will use the same incrementor for their values.
getFieldName() - Method in class planetj.database.filter.BasicRowFilter
Identifies the field within the row that will be examined
getFieldName() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value field for the field.
getFieldName() - Method in class planetj.database.report.ColumnFunction
Gets the field name identifying the column this ColumnFunction is operating on
getFieldName() - Method in class planetj.exception.AlterationLWO
Gets the name of the field to which an alteration attempt was made.
getFieldName(int) - Method in class planetj.database.FieldCollection
Returns the Field name located at the specified index.
getFieldNames() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a List of the Field names for the Table.
getFieldNames() - Method in class planetj.database.Table
Returns a List of Field names in this Table.
getFieldNames() - Method in class planetj.database.RowCollection
Returns a List of names of the Fields in each Row.
getFieldNames() - Method in class planetj.database.Row
Return a List of all the Field names in this Row.
getFieldNames() - Method in class planetj.database.FieldCollection
Gets a List containing the names of the contained Fields.
getFieldNames() - Method in class planetj.database.report.ReportBreak
Gets the List of field names identifying the columns which will be used by this ReportBreak for generating ReportBreakRows.
getFieldNames() - Method in class planetj.html.HTMLTable
 
getFieldNames() - Method in class planetj.html.HTMLRowDetails
 
getFieldNameSets() - Method in class planetj.database.RowCollection
Gets a List of FieldSets, containing the *NAMES* of fields in that field set.
getFieldNameSets(RowCollection) - Static method in class planetj.database.field.FieldSet
Returns a List containing FieldSet objects.
getFields() - Method in class planetj.database.FieldCollection
Returns a Map of Fields keyed by Field name.
getFields() - Method in class planetj.database.sql.SQLComparison
Deprecated. (6/11/2003 8:12:04 AM) This method will not allow setting the Field's default value from a user property. Replaced by getField(ExecutingContext)
getFields(Class) - Method in class planetj.database.Row
Returns a List of Fields for requested Class type.
getFields(Class) - Method in class planetj.database.FieldCollection
Returns a List with all the fields that are equal or subclasses to pFieldClass
getFields(ExecutingContext) - Method in class planetj.database.sql.SQLComparison
Gets the display fields contained in the parameters of this SQLComparison.
getFields(List) - Method in class planetj.database.Row
Returns a Map of Fields in this Row from the names given in the List.
getFields(String) - Method in class planetj.database.RowCollection
Gets all the Fields of a single column in this RowCollection.
getFieldSet() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the field set for the described fields.
getFieldSet(String) - Method in class planetj.database.field.FieldSetCollection
Gets the FieldSet with the specified name
getFieldSetCollectionForGivenFields(List, boolean) - Method in class planetj.database.field.FieldSetCollection
Get a FieldSetCollection that contains only fields sets that contain the given fields.
getFieldSetForGivenFields(List) - Method in class planetj.database.field.FieldSet
Get a FieldSet that contains only the given fields.
getFieldSets() - Method in class planetj.database.Row
Gets a List of the FieldSet objects, containing the fields in this Row
getFieldSets() - Method in class planetj.database.field.FieldSetCollection
Gets a List containing all of the field sets.
getFieldSets() - Method in class planetj.html.HTMLRowDetails
 
getFieldSets(List, Row) - Static method in class planetj.database.field.FieldSet
Gets a List containing FieldSet objects.
getFieldSets(Row) - Static method in class planetj.database.field.FieldSet
Gets a List containing FieldSet objects.
getFieldSQLObject(String) - Method in class planetj.database.Row
Gets this field's value as an Object in SQL format.
getFieldsToDisplay() - Method in class planetj.database.RowCollection
Return a List of all the Field names that will be displayed by default.
getFieldsToDisplay() - Method in class planetj.database.Row
Return a List of all the Field names that will be displayed by default.
getFieldsToDisplayStrict(ExecutingContext) - Method in class planetj.database.RowCollection
Return a List of all the Field names that will be displayed by default.
getFieldsToDisplayStrict(ExecutingContext) - Method in class planetj.database.Row
Return a List of all the Field names that will be displayed by default.
getFieldsToDisplayStrict(List, ExecutingContext) - Method in class planetj.database.RowCollection
Return a List of all the Field names that will be displayed by default.
getFieldsToDisplayStrict(List, ExecutingContext) - Method in class planetj.database.Row
Removes fields from the list that should not be displayed.
getFieldStyleClass(Field, String, String, ExecutingContext) - Method in class planetj.database.Row
Get a Field's style.
getFieldValue(String) - Method in class planetj.database.Row
Gets a field in this Row by name.
getFieldWithUsageId(int) - Method in class planetj.database.Row
Get the Field with the given usage id from this row.
getFileLocation() - Method in class planetj.dataengine.RowClassProperties
Gets the directory name where the generated file will be saved.
getFileName() - Method in class planetj.helpers.FileDescriptor
Returns the file name of the CSV file
getFileName() - Method in interface planetj.shortcuts.IShortcut
This will be the file name of the shortcut.
getFileName() - Method in class planetj.shortcuts.InternetShortcut
This will be the file name of the shortcut.
getFileName() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets the file name property
getFileName() - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Gets the file name to save reports under.
getFileSeparator() - Method in class planetj.helpers.FileHelper
Returns the correct file.separator for this platform.
getFileWriteType() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets the file write type property
getFileWriteType() - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Tests what type of file writing should be used.
getFilter() - Method in class planetj.database.filter.FilteredRowCollection
Gets the filter used to create this FilteredRowCollection
getFilter1() - Method in class planetj.util.OrFilter
Gets the first subfilter
getFilter1() - Method in class planetj.util.AndFilter
Gets the first subfilter
getFilter2() - Method in class planetj.util.OrFilter
Gets the second subfilter
getFilter2() - Method in class planetj.util.AndFilter
Gets the second subfilter
getFilterComparison() - Method in class planetj.database.filter.BasicRowFilter
Gets the type of comparison that will take place
getFilteredRowCount() - Method in class planetj.database.filter.GenericRowFilter
Gets the number of rows that should be in RowCollections created with this filter.
getFilterValue() - Method in class planetj.database.filter.BasicRowFilter
Gets the value that the field's value will be compared to
getFirstName() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the name for this user, which should uniquely identify the user in the current context.
getFirstName() - Method in interface planetj.dataengine.security.IUser
Gets the name for this user, which should uniquely identify the user in the current context.
getFirstName() - Method in class planetj.dataengine.security.DEUser
Getter method for the FirstName property
getFirstRequest() - Method in interface planetj.magic.IMagicRequest
Gets the first magic request that will be executed when executeAll() is invoked on this magic request.
getFirstRequest() - Method in class planetj.magic.AbstractMagicRequest
Gets the first magic request that will be executed when executeAll() is invoked on this magic request.
getFirstRowIndex() - Method in class planetj.database.SQLContext
Insert the method's description here.
getFirstRowIndex() - Method in class planetj.html.HTMLTable
Returns the mFirstRow.
getFlatFileName() - Method in class planetj.database.flatfile.FlatFileReferenceRow
Returns the File name of the Flat File Creation date: Jun 4, 2004 - 1:09:28 AM
getFocusGainedIcon() - Method in class planetj.gui.CMMenuItemJ
This will return the focus gained icon Creation date: (1/26/00 3:08:47 PM)
getFocusLostIcon() - Method in class planetj.gui.CMMenuItemJ
This will return the focus lost icon Creation date: (1/26/00 3:08:47 PM)
getFooter() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the header of the template.
getForceUpperCase() - Method in class planetj.gui.CMLimitedField
 
getForceUpperCase() - Method in class planetj.gui.CMComboBoxJ
gets the upper case boolean value
getFormatName() - Method in class planetj.database.field.CybraFormatField
 
getFormatterClass() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the class name of the formatter for the described fields.
getFormatterClassParameters() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the parameters following the Formatter Class Example java.text.SimpleDateFormat, MMddyyyy
getFormatterInstance() - Method in class planetj.formatters.TwoDecimalPercentageFormatter
 
getFormatterInstance() - Method in class planetj.formatters.PercentageFormatter
 
getFormatterInstance() - Method in class planetj.formatters.FourDecimalCurrencyFormatter
 
getFormatterInstance() - Method in class planetj.formatters.CurrencyFormatter
 
getFrequency() - Method in class planetj.dataengine.autorun.EmailTask
Gets the frequency (in seconds) at which the task should run
getFrequency() - Method in class planetj.dataengine.autorun.BatchProcessTask
Gets the frequency (in seconds) at which the task should run
getFrequency() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets the frequency (in seconds) at which the task should run
getFrequency() - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Gets the frequency (in seconds) that the report should run
getFrom() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the from address
getFrom() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get address email is being sent from
getFrom() - Method in class planetj.common.CMMailMessage
Returns the message's from field.
getFromAddress() - Method in class planetj.dataengine.autorun.EmailOperation
Gets the email from address
getFullClassName() - Method in class planetj.dataengine.RowClassProperties
Gets the fully qualified name of the class to generate.
getFullyQualifiedName() - Method in class planetj.database.Table
Returns the library qualified name of the table, such as "mylibrary.mytable"
getFullyQualifiedVirtualTableName() - Method in class planetj.dataengine.parameter.TableParameter
Gets the name of the virtual table (including the library name).
getFunctionToken() - Method in class planetj.database.report.ColumnFunction
Gets the function token for this ColumnFunction.
getGetterMethod() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getGetterMethod() - Method in class planetj.gui.CMListJ
Gets the getterMethod String.
getGetterMethod() - Method in class planetj.gui.CMComboBoxJ
Gets the getterMethod String.
getGetterMethod(Class, MethodProperties) - Static method in class planetj.common.CMUtility
Gets the Method from the Class with the name specified in the MethodProperties object along with a String[] parameter containing all the Strings[] in the method properties object.
getGlobalSignOnReceipt(String, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the Global SignOnReceipt (if one exists) for the current system alias or operation id (which ever is the key ->pGlobalSignOnReceiptKey)
getGlobalSignOnValue() - Method in class planetj.dataengine.security.http.SignOnReceipt
Returns the key value that is stored as a shared session attribute of either connection alias, or operation id If mGlobalSignOnKey is not set, this SignOnReceipt will not be stored in the Shared Session We should be storeing OperatingSystemSignon Receipts keyed by System Alias, and SQLOperationSignOn Receipts by Operation This is used for single signon to multiple applications Creation date: (8/14/2003 6:23:57 PM)
getGlobalTimeout() - Method in class planetj.dataengine.cache.CacheManager
Gets the timeout value (in seconds) for all caches.
getGrandTotal() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets information about all sql statements run from this connection pool.
getGraphableFieldNames() - Method in class planetj.database.RowCollection
Inspects this RowCollection to determine which of its Fields are graphable.
getGridColor() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getGridWidth() - Method in class planetj.dataengine.test.TestHTMLTable
 
getGridWidth() - Method in class planetj.html.HTMLTable
Deprecated.  
getGroup(int) - Method in class planetj.dataengine.NavigationRequest
 
getGroup(int, int) - Method in class planetj.dataengine.NavigationSession
 
getGroup(String) - Method in class planetj.dataengine.NavigationRequest
 
getGroup(String, String) - Method in class planetj.dataengine.NavigationSession
 
getGroup(String, String, String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets this navigation group for the specified ids.
getGroupId() - Method in class planetj.dataengine.security.DEUser2Group
Gets the group ID
getGroupId() - Method in class planetj.dataengine.security.DEGroup2Authorization
Gets the group ID
getGroupId(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the current group id from the request.
getGroupIdAsInt(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the current group id from the request.
getGroupIdAsInteger() - Method in class planetj.dataengine.security.DEUser2Group
Gets the group ID
getGroupIdAsInteger() - Method in class planetj.dataengine.security.DEGroup2Authorization
Gets the group ID
getHashCode(Object) - Static method in class planetj.common.CMUtility
Gets an object's hashcode
getHeader() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the header of the template.
getHeader(String) - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getHeaderBGColor() - Method in class planetj.dataengine.test.TestHTMLTable
Returns the background color for the table header as a String representation of the HTML code for the color.
getHeaderNames() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getHeaders(String) - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getHeaderText(ExecutingContext) - Method in class planetj.dataengine.sqloperation.SQLOperation
Returns instruction header text
getHeaderText(ExecutingContext) - Method in class planetj.database.Row
Returns information for the user that will be displayed in the header of the Row
getHeaderText(ExecutingContext) - Method in class planetj.dataengine.application.Application
 
getHeaderText(ExecutingContext) - Method in class planetj.database.connection.ConnectionRow
 
getHeaderTextColor() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getHeight() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets the height of the frame (may be pixels or %)
getHeight() - Method in class planetj.chart.ChartSpecificationPG
Get the height of the chart.
getHelpEnabled() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the helpEnabled attribute.
getHelpEnabledMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getHelpEnabled() method descriptor.
getHelpText() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the help text for the described fields.
getHelpText() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the helpText attribute.
getHelpTextMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getHelpText() method descriptor.
getHelpVisibile() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the helpVisibile attribute.
getHelpVisibileMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getHelpVisibile() method descriptor.
getHiddenActionNames() - Method in class planetj.dataengine.display.ActionDescriptor
Get list of actions to hide.
getHostURL() - Method in class planetj.dataengine.webservices.DistributedSignonKey
Insert the method's description here.
getHtmlFooter() - Static method in class planetj.dataengine.test.BaseTestClass
 
getHtmlFormFooter() - Method in class planetj.dataengine.test.BaseTestClass
 
getHtmlFormHeader() - Method in class planetj.dataengine.test.BaseTestClass
 
getHtmlHeader() - Static method in class planetj.dataengine.test.BaseTestClass
 
getHTMLOptions() - Method in class planetj.dataengine.display.OperationLabelsPropertyGroup
Gets a List containing the HTMLOption objects to add to the HTML select.
getIcon() - Method in class planetj.gui.CMAction
Gets the icon property (javax.swing.Icon) value.
getIconFile() - Method in interface planetj.shortcuts.IShortcut
Returns the Icon file destination String EX: C:\Temp\PlanetJ.ico Creation date: (5/26/2003 3:02:41 PM)
getIconFile() - Method in class planetj.shortcuts.InternetShortcut
Returns the Icon file destination String EX: C:\Temp\PlanetJ.ico Creation date: (5/26/2003 3:02:41 PM)
getIconIndex() - Method in interface planetj.shortcuts.IShortcut
The Icon index is the index of the icon you want to use This is only appropriate when you are using a .exe that contains many icons Creation date: (5/26/2003 3:02:41 PM)
getIconIndex() - Method in class planetj.shortcuts.InternetShortcut
The Icon index is the index of the icon you want to use This is only appropriate when you are using a .exe that contains many icons Creation date: (5/26/2003 3:02:41 PM)
getId() - Method in class planetj.dataengine.AbstractNavigationMap
Get this navigation map's id.
getId() - Method in class planetj.dataengine.theme.Theme
Gets the ID of this Theme
getId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the ID of this field descriptor
getId() - Method in interface planetj.magic.IMagicRequest
Return the id used to store this magic request in the session.
getId() - Method in class planetj.magic.AbstractMagicRequest
Return the id used to store this magic request in the session.
getId() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the id of the application that was signed on to
getId() - Method in interface planetj.dataengine.security.http.ISecured
Gets the ID of this secured object
getId() - Method in class planetj.html.HTMLElement
Returns the id of this HTMLTable.
getId() - Method in class planetj.dataengine.operation.Operation
Gets the id of this Operation
getId() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets the html id of the frame
getId() - Method in interface planetj.dataengine.application.View
Gets the id of this view
getId() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getId() - Method in class planetj.dataengine.application.Application
Gets the ID of this application
getId() - Method in class planetj.util.CMTimer
Gets the id for this timer that can be used for identifying the timer.
getId() - Method in class planetj.chart.ChartSpecificationPG
Get the id for this chart.
getId() - Method in class planetj.dataengine.security.DEUser
Gets the ID of this user
getId() - Method in class planetj.dataengine.security.DEGroup
Gets the group ID
getId() - Method in class planetj.dataengine.security.DEAuthorization
Gets the group ID
getIdAsInteger() - Method in class planetj.dataengine.theme.Theme
Gets the ID of this Theme.
getIdAsInteger() - Method in class planetj.dataengine.operation.Operation
Gets the id of this operation.
getIdAsInteger() - Method in interface planetj.dataengine.application.View
Gets the id of this view
getIdAsInteger() - Method in class planetj.dataengine.application.Application
Gets the ID of this application
getIdAsInteger() - Method in class planetj.dataengine.security.DEUser
Gets the ID of this user
getIdAsInteger() - Method in class planetj.dataengine.security.DEGroup
Gets the group ID
getIdAsInteger() - Method in class planetj.dataengine.security.DEAuthorization
Gets the group ID
getImageSource() - Method in class planetj.chart.ChartSpecificationPG
Get the source for the image used when generating a link to this chart.
getImageURI() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the URI of image to use for the background of the display type.
getIndex() - Method in class planetj.database.Field
Returns the index of this Field within the Row the Field belongs to.
getIndex() - Method in class planetj.database.Field.FieldLocation
 
getIndex() - Method in class planetj.database.report.ReportBreak
Gets the index of this ReportBreak.
getInitializationException() - Static method in class planetj.dataengine.DataEngineServlet
Gets the initialization exception
getInitialOperation() - Method in class planetj.dataengine.application.Application
Gets this application's initial operation (may be null)
getInitialPage(HttpServletRequest) - Method in class planetj.dataengine.DataEngineServlet
Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.dataengine.DataEngineAdminServlet
Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.dataengine.test.JETestS
Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.dataengine.test.DETestServlet
Deprecated. Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.fdmanager.FDManagerServlet
Deprecated. Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.processes.logon.SignOnAndRegistrationServlet
Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.dataexplorer.DataExplorerServlet
Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.dataengine.application.DataEngineApplicationServlet
Force subclasses to return an initial jsp/servlet.
getInitialPage(HttpServletRequest) - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
Force subclasses to return an initial jsp/servlet.
getInitialURL() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets the initial URL of the frame
getInitialURL(Application, HttpServletRequest) - Static method in class planetj.dataengine.application.DataEngineApplicationServlet
Gets the initial URL.
getInputStream() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getInputStream() - Method in class planetj.servlet.wrapper.FastByteArrayOutputStream
You should be done writing before you call this method.
getInsert() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Get whether or not to include the insert button when viewing details.
getInsertAndCopy() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the number of columns to show on Row details.
getInsertAndNew() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the number of columns to show on Row details.
getInsertLinkText() - Method in class planetj.html.HTMLTable
 
getInsertRow(SQLContext, DataEngineServlet, HttpServletRequest) - Method in class planetj.dataengine.sqloperation.http.HttpOperationManager
Prepares the given Operation to be inserted.
getInsertTargetWindow() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the TargetWindow object representing the target window to display the edit screen in.
getInsertURI() - Method in class planetj.html.HTMLTable
 
getInsertValues(Map) - Static method in class planetj.database.SQLGenerator
Returns a String that contains column names and values for an insert SQL statment
getInstance() - Static method in class planetj.dataengine.cache.CacheManager
Gets the CacheManager instance.
getInstance() - Static method in class planetj.util.CoderUtility
Returns a default instance of EncodeUtility
getInstance(HttpServletRequest) - Static method in class planetj.dataengine.application.magic.WABDispatcherRequest
Gets an instance of WABDispatcherREquest
getInstance(Object) - Static method in class planetj.util.CoderUtility
Returns an instance of EncodeUtility for the specified encoding scheme
getInstructions() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's instructions
getInteger(int) - Static method in class planetj.common.CMUtility
Gets an Integer object for the specified int, possibly from a cache
getInternalPagingText() - Method in class planetj.html.HTMLTable
Gets the test used with internal paging to tell the user how many records there are
getIntHeader(String) - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getIntMode(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current mode as one of the constants defined in the Row class
getIntMode(Object) - Static method in class planetj.dataengine.DataEngineManager
Gets the current mode as one of the constants defined in the Row class
getIntValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name as an int.
getInvalidDetailString() - Method in class planetj.license.License
Creation date: (5/6/2003 11:50:36 PM)
getInvalidReason() - Method in class planetj.license.License
Creation date: (5/6/2003 11:50:36 PM)
getInvalidString() - Method in class planetj.license.License
Creation date: (5/6/2003 11:50:36 PM)
getIPAddress() - Method in class planetj.database.Table
Gets the IP address of the system containing this ITable
getIPAddress() - Method in class planetj.database.PhysicalTable
 
getIPAddress() - Method in interface planetj.database.ITable
Gets the IP address of the system containing this ITable
getIPAddress() - Method in class planetj.database.DBSystem
Gets the IP Address of this system
getIsNullable() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets whether or not NULL is allowed.
getISOFormat() - Method in class planetj.database.field.TimeField
Returns the CSV Format Creation date: (5/11/2002 7:56:58 PM)
getISOFormat() - Method in class planetj.database.field.DateField
Returns the CSV Format Creation date: (5/11/2002 7:56:58 PM)
getItems() - Method in class planetj.gui.CMListJ
Gets the Items in a List of Strings that has been translated.
getItems() - Method in class planetj.gui.CMComboBoxJ
Gets the Items in a List of Strings that has been translated.
getJavaClass() - Method in class planetj.database.field.JavaClassNameField
Gets the Java class object for this field's value.
getJavaClassName() - Method in class planetj.database.field.JavaClassNameField
Gets the Java class name set on this field's value.
getJavaFieldClass() - Method in class planetj.database.fielddescriptors.TableDescriptor
Gets the class to instantiate for this field.
getJavaFieldClass() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Java Class to use for instances of the described field.
getJavaObject() - Method in class planetj.database.field.JavaClassNameField
 
getJavaScriptFieldValidationEnabled() - Method in class planetj.html.HTMLField
Returns whether this field should be use JS Validation.
getJavaScriptSourcePath() - Static method in class planetj.html.JavaScriptManager
This is the path to DataEngine JavaScript files Creation date: (5/17/2002 12:37:10 PM)
getJoinFieldNames() - Method in class planetj.database.RowCollection
Gets the names of fields to join on.
getJoinType() - Method in class planetj.dataengine.display.JoinProperties
Get the join type
getJspFile() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's JSP file
getJspFile() - Method in class planetj.dataengine.operation.HTMLOperation
Gets this HTMLOperation's JSP file
getJspFile() - Method in interface planetj.dataengine.application.View
Gets the JSP file of this view
getJspFile() - Method in class planetj.dataengine.application.Application
Gets this application's JSP file
getJTable() - Method in class planetj.gui.CMSmartTableModel
Gets the jTable property (javax.swing.JTable) value.
getJulianFormat() - Method in class planetj.database.field.DateField
 
getKey() - Method in class planetj.dataengine.AbstractNavigationMap
Get this navigation map's id.
getKey() - Method in class planetj.database.filter.FilteredRowCollection
Gets the filter used to create this FilteredRowCollection
getKey() - Method in class planetj.helpers.MSAccessDescriptor
Gets the key with which this descriptor's alias will be stored
getKey() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value key for the field.
getKey() - Method in interface planetj.dataengine.fileupload.FileUploaderIfc
Gets a key which should be unique for this object.
getKey() - Method in class planetj.dataengine.fileupload.FileUploader
Gets a key which should be unique for this object.
getKey() - Method in class planetj.database.PhysicalTable
Gets the key with which this PhysicalTableInfo object is stored in the Map
getKey() - Method in class planetj.license.License
Returns a key that uniquely identifies this license.
getKey() - Method in interface planetj.license.ILicense
Return the license key.
getKey() - Method in interface planetj.magic.IMagicRequest
Return the id used to store this magic request in the session.
getKey() - Method in class planetj.magic.AbstractMagicRequest
Return the id used to store this magic request in the session.
getKey() - Method in class planetj.dataengine.application.magic.WABDispatcherRequest
Return the id used to store this magic request in the session.
getKey() - Method in class planetj.property.Property
Gets the name of this name-value pair
getKey() - Method in class planetj.possiblevalues.USStateFieldPV
 
getKey() - Method in class planetj.possiblevalues.SQLTypePV
 
getKey() - Method in class planetj.possiblevalues.PVClassPV
 
getKey() - Method in class planetj.possiblevalues.MonthFieldPV
 
getKey() - Method in class planetj.possiblevalues.FormatterClassPV
 
getKey() - Method in class planetj.possiblevalues.FieldNullibilityPV
 
getKey() - Method in class planetj.possiblevalues.FieldClassPV
 
getKey() - Method in class planetj.possiblevalues.DayOfTheWeekFieldPV
 
getKey() - Method in class planetj.possiblevalues.ConcurrencyPV
 
getKey() - Method in class planetj.possiblevalues.AbstractPV
Get the key for this possible value class.
getKeyContext() - Method in class planetj.database.SQLContext
Gets the SQLContext to be used as a key in the cache.
getKeyFieldNames() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a List of the Field names for the Table.
getKeyFieldNames() - Method in class planetj.database.Table
Returns a List of names of Fields that are part of the Table's key.
getKeyFieldNames() - Method in class planetj.database.RowKey
Gets a list containing the names of the fields whose values comprise this key.
getKeyFields() - Method in class planetj.database.RowKey
Gets a list containing the fields whose values comprise this key
getKeyPostion() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the position of the described field in the primary key of that field's table.
getLabel() - Method in class planetj.gui.CMLabelJ
 
getLabel() - Method in class planetj.dataengine.operation.Operation
Gets the label for this SQLOperation .
getLabel() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the label of the action to generate when displayed.
getLabel() - Method in interface planetj.dataengine.application.View
Gets the label of this view
getLabelJustify() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the justification of the Fields label.
getLastChildId() - Method in class planetj.dataengine.AbstractNavigationMap
Get the id of the last navigation map added to this navigation map.
getLastJSPPath(HttpServletRequest, HttpServletResponse) - Method in class planetj.dataengine.DataEngineServlet
Deprecated. no longer used
getLastName() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the name for this user, which should uniquely identify the user in the current context.
getLastName() - Method in interface planetj.dataengine.security.IUser
Gets the name for this user, which should uniquely identify the user in the current context.
getLastName() - Method in class planetj.dataengine.security.DEUser
Getter method for the LastName property
getLastReport() - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Gets the last report generated by this report descriptor
getLastRequest() - Method in interface planetj.magic.IMagicRequest
Gets the last magic request that will be executed when executeAll() is invoked on this magic request.
getLastRequest() - Method in class planetj.magic.AbstractMagicRequest
Gets the last magic request that will be executed when executeAll() is invoked on this magic request.
getLastRequestId(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated. no longer used
getLastTime() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets the last time a value was added to this RunningTotal
getLastUpdated() - Method in class planetj.database.Table
Gets when this table was last updated by the DataEngine, or when this table's metatdata was last invalidated - whichever is later.
getLastUpdated() - Method in class planetj.database.RowCollection
Gets the time when this RowCollection was last updated.
getLastUpdated() - Method in class planetj.database.PhysicalTable
Gets when this table was last updated via the DataEngine.
getLastUsed() - Method in class planetj.database.connection.DataEngineConnection
Returns the last time that this connection was "used".
getLastValue() - Method in class planetj.database.report.ReportBreak
Gets the last value of the field which is being monitored for breaks
getLayoutProperties() - Method in interface planetj.dataengine.security.http.ISecured
 
getLayoutProperties() - Method in class planetj.dataengine.operation.Operation
Gets this Operation's layout properties.
getLayoutProperties() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getLayoutProperties() - Method in class planetj.dataengine.application.Application
Gets this application's layout properties
getLayoutProperties(boolean, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current layout properties from the navigation request.
getLayoutProperties(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current layout properties from the navigation request.
getLayoutPropertyNames() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Gets a List containing the names of all the supported properties, not including metaproperties.
getLeadingDelimiter() - Method in class planetj.helpers.CSVFileDescriptor
This is the delimiter that will appear as the first char of the row in the CSV This could be used if the whole output file needed to be a single line If mLeadingDelimiter = '×' (i.e.
getLeadingDirectories() - Method in interface planetj.shortcuts.IShortcut
This will return a String of the leading directories before the FileName For instance if the file name is \\PlanetJ\\WOW\\WOW.url, this would return \\PlanetJ\\WOW\\ Creation date: (5/26/2003 5:47:48 PM)
getLeadingDirectories() - Method in class planetj.shortcuts.InternetShortcut
This will return a String of the leading directories before the FileName For instance if the file name is \\PlanetJ\\WOW\\WOW.url, this would return \\PlanetJ\\WOW\\ Creation date: (5/26/2003 5:47:48 PM)
getLibraries() - Method in class planetj.database.DBSystem
Gets a Map of the libraries in this system.
getLibraries(String) - Static method in class planetj.database.Library
Returns a Map of Libraries for the specified system alias.
getLibrary() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value library for the field.
getLibrary() - Method in class planetj.database.Table
Returns the Library to which this Table belongs to.
getLibrary() - Method in class planetj.database.Field
Returns the Library of the Table this Field belongs to.
getLibrary() - Method in class planetj.dataengine.task.RetrieveTablesTask
 
getLibrary(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets the default Library from the session.
getLibrary(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsForLibraryRequest
 
getLibrary(HttpServletRequest) - Method in class planetj.magic.LibraryRequest
 
getLibrary(HttpServletRequest) - Method in class planetj.magic.CopyRCToTableRequest
 
getLibrary(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Gets the Library from the session identified by the given key.
getLibrary(String) - Method in class planetj.database.DBSystem
Gets one of this system's libraries
getLibrary(String, boolean) - Method in class planetj.database.MSAccessDBSystem
Get the DBSystem's Library with the given name.
getLibrary(String, boolean) - Method in class planetj.database.DBSystem
Get the DBSystem's Library with the given name.
getLibrary(String, String) - Static method in class planetj.database.Library
Gets the Library with the given name for the DBSystem with the specified alias.
getLibrary(String, String, boolean) - Static method in class planetj.database.Library
Returns the Library for the given library name and system alias.
getLibraryList(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets the default list of libraries from the session.
getLibraryList(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Gets a list of libraries from the session identified by the given key.
getLibraryName() - Method in class planetj.dataengine.RowClassProperties
This method is derrived from the getFullClassName which is return LIBRARY_NAME.TABLE_NAME for classes and LIBRARY_NAME.I + TABLE_NAME for interfaces Creation date: (4/9/2002 1:21:32 PM)
getLibraryName() - Method in class planetj.dataengine.AbstractTableManager
Gets the name of the library containing this table.
getLibraryName() - Method in class planetj.dataengine.theme.ThemeManager
Gets the library containing the application table
getLibraryName() - Method in class planetj.database.Table
Returns the name of the Library to which this Table belongs.
getLibraryName() - Method in class planetj.database.RowCollection
 
getLibraryName() - Method in class planetj.database.Row
Returns the Library's name to which the Table belongs to.
getLibraryName() - Method in class planetj.database.PhysicalTable
 
getLibraryName() - Method in interface planetj.database.ITable
Gets the name of the library which contains this ITable
getLibraryName() - Method in class planetj.database.Field
Returns the name of the library this Field's table belongs to.
getLibraryName() - Method in class planetj.database.sql.TableToken
 
getLibraryName() - Method in class planetj.database.sql.ColumnToken
Insert the method's description here.
getLibraryNameForQuery(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsForLibraryRequest
 
getLibraryNameParam() - Method in class planetj.fdmanager.magic.ViewFDsForLibraryRequest
 
getLibraryNameParam() - Method in class planetj.magic.LibraryRequest
 
getLibrarySupportLevel() - Method in class planetj.database.MySQLDBSystem
Gets the level of library support; this is one of the constants defined in the class.
getLibrarySupportLevel() - Method in class planetj.database.MSAccessDBSystem
Gets the level of library support; this is one of the constants defined in the class.
getLibrarySupportLevel() - Method in class planetj.database.DBSystem
Gets the level of library support; this is one of the constants defined in the class.
getLibrarySupportLevel() - Method in class planetj.database.sql.SQLStatement
Gets the library support level required by this statement
getLicense() - Static method in class planetj.database.DataEngine
Get the license DataEngine is running with.
getLicense(boolean) - Static method in class planetj.database.DataEngine
Get the license DataEngine is running with.
getLicense(ExecutingContext, HttpServletRequest, HttpServletResponse) - Static method in class planetj.dataengine.DataEngineServlet
Deprecated. replaced with DataEngine.getLicense()
getLicenseLocation(ILicense) - Method in class planetj.license.LicenseManager
Returns the expected location of a license.
getLinkStyleClass() - Method in class planetj.database.field.URLReferenceField
Gets the HTML style class for the link
getListValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name as a List
getListViewSessionId() - Method in class planetj.fdmanager.magic.ViewFDsRequest
 
getListViewSessionId() - Method in class planetj.magic.SQLRequest
 
getLocale() - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
getLocale() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getLocales() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getLocation() - Method in class planetj.dataengine.display.ActionDisplayDescriptor
Get the location where the action should be displayed.
getLogger() - Method in class planetj.common.AS400Manager
Gets the logger to use when logging messages
getLoggingPath() - Method in class planetj.dataengine.DataEngineServlet
Path to initialize the log file.
getLogicalFieldNames() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a List of the Field names for the Table.
getLogicalFieldNames() - Method in class planetj.database.Table
Returns a List of Field names in this Table.
getLogicalFieldNames() - Method in class planetj.database.SQLContext
Gets a List of the names of logical Fields in this SQLContext.
getLoginTimeout() - Method in class planetj.database.connection.DataSourceWrapper
getLoginTimeout method comment.
getLoginTimeout() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the amount of time this ConnectionPool will wait as it attempts to login to the database.
getLogWriter() - Method in class planetj.database.connection.DataSourceWrapper
getLogWriter method comment.
getLogWriter() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the print writer used for logging.
getMagicServletURI() - Method in class planetj.magic.AbstractMagicRequest
 
getMagicURI() - Method in interface planetj.magic.IMagicRequest
Get the URI to use to call the Magic Servlet for this request
getMagicURI() - Method in class planetj.magic.AbstractMagicRequest
Get the URI to use to call the Magic Servlet for this request
getMailer() - Method in class planetj.dataengine.autorun.EmailTask
Gets the mailer to use
getMailer() - Method in class planetj.dataengine.autorun.EmailOperation
Gets the mailer to use when sending email
getMailer(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get the mailer used to send emails.
getMailer(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get this Row's mailer.
getMailer(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's mailer.
getMasterMouseListener() - Method in class planetj.gui.CMTableJ
Insert the method's description here.
getMax() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets the maximum value that has been added to this RunningTotal
getMaxBytes() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the maximum number of bytes in the column for char types.
getMaxConnections() - Method in class planetj.connections.AS400SignOnDialog
The maximum number of connections in the connection pool
getMaxConnections() - Method in class planetj.database.connection.ConnectionRow
Getter method for the MaxConnections property
getMaxConnSeconds() - Method in class planetj.connections.AS400SignOnDialog
The maximum amount of time a connection can be kept open.
getMaxFieldLengths() - Method in class planetj.database.Row
Returns the max lengths of each field in this row added together.
getMaxFieldLengths(FileDescriptor) - Method in class planetj.database.Row
Returns the max lengths of each field in this row added together.
getMaximumConnections() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the maximum size of this connection pool.
getMaximumFailures() - Method in class planetj.dataengine.display.SignOnPropertyGroup
Gets the maximum number of failures that are allowed
getMaximumSignOnFailures(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.SQLOperationSignOn
Gets the maximum number of consecutive signon failures a user is allowed.
getMaximumSignOnFailures(String, ISecured, HttpServletRequest) - Method in interface planetj.dataengine.security.http.ISignOn
Gets the maximum number of consecutive signon failures a user is allowed.
getMaximumSignOnFailures(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.GenericSignOn
Gets the maximum number of consecutive signon failures a user is allowed.
getMaxInputSize() - Method in class planetj.html.HTMLRowDetails
Specifies a maximum width of an input field on the screen.
getMaxInputSizePerRow() - Method in class planetj.html.HTMLRowDetails
Specifies the maximum sum of the width of all input fields on a row.
getMaxInputWidth() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the max sum of all input widths for a given Row on details.
getMaxInputWidthSum() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the max sum of all input widths for a given Row on details.
getMaxInsertRetries() - Method in class planetj.database.Row
Number of times to attempt to re-insert a Row when a duplicate key exception was encountered.
getMaxLength() - Method in class planetj.database.Field
Returns the max length of this field.
getMaxLength() - Method in class planetj.database.field.BigDecimalField
Returns the max length of this field.
getMaxLength() - Method in class planetj.gui.CMPasswordFieldJ
 
getMaxLength() - Method in class planetj.gui.CMLimitedField
 
getMaxLength() - Method in class planetj.gui.CMAs400Field
Get the maximum length of text allowed in this AS400 field
getMaxLength(FileDescriptor) - Method in class planetj.database.Field
Returns the max length of this field.
getMaxPreparedStatements() - Static method in class planetj.database.DataEngine
Gets the maximum number of prepared statements a single connection can support.
getMaxSize() - Method in class planetj.dataengine.cache.DataEngineCache
Gets the maximum number of items the cache can hold.
getMaxValueSize() - Method in class planetj.gui.CMNumberField
Gets the maximum allowed value for this input field
getMaxWidth() - Method in class planetj.html.HTMLField
Gets the maximum width that a field's input will take up on the screen (the default is 100).
getMemo() - Method in class planetj.iif.IIFTransaction
Returns the transaction's memo, or null if none was set.
getMemo() - Method in class planetj.iif.IIFDistribution
Returns the distribution's memo, or null if none was set.
getMemo() - Method in class planetj.qif.QIFBankTransaction
Returns the transaction's memo, or null if none was set.
getMessage() - Method in class planetj.gui.CMProgressDialog
Gets the message to display
getMessage() - Method in class planetj.exception.CMException
Gets the message property (java.lang.String) value.
getMessage() - Method in class planetj.common.CMMessage
Gets the message property (java.lang.String) value.
getMessage() - Method in class planetj.dataengine.task.TestTaskEvent
Returns the message in this task event.
getMessageList() - Method in interface planetj.common.IAS400ProgramCall
Get the array of AS400Message objects
getMessageLogCopyrightLabel() - Method in class planetj.gui.CMMessageLogFrameJ
Method generated to support the promotion of the messageLogCopyrightLabel attribute.
getMessageTranslation(String) - Method in class planetj.common.TranslationManager
Gets the value of translation.
getMessageTranslation(String, Object[]) - Method in class planetj.common.TranslationManager
Gets the value of translation.
getMessageVector() - Method in class planetj.common.MessageManager
Gets the messageVector property (java.util.Vector) value.
getMetaData() - Method in class planetj.database.connection.DataEngineConnection
Gets the metadata regarding this connection's database.
getMetadataAlias() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets the metadata alias this AutoRunTask is using
getMetadataAlias() - Method in class planetj.dataengine.application.magic.DirectOperationRequest
Gets the alias of the system on which the Operation resides
getMetaDataAlias() - Method in class planetj.database.SQLContext
 
getMetaDataAlias() - Method in class planetj.database.DBSystem
Gets the alias of the system containing additional meta data (FD's, PV's, etc) for this system.
getMetaDataAlias() - Method in class planetj.dataengine.operation.JavaOperationContext
Get the alias for the system the operation and application reside.
getMetaDataAlias() - Method in class planetj.dataengine.operation.HTMLOperationContext
Get the alias for the system the operation and application reside.
getMetaDataAlias() - Method in interface planetj.dataengine.application.IApplicationContext
Get the alias for the system where the operation and application reside.
getMetadataInvalidationTime() - Method in class planetj.database.Table
Gets when this table's metadata was last invalidated.
getMetaDataSystem() - Static method in class planetj.database.DBSystem
Gets the metadata system
getMetaDataSystemAlias() - Method in class planetj.database.Table
Gets the alias of the system this Table's Library's DBSystem uses for retrieving its meta data.
getMetaDataSystemAlias() - Method in class planetj.database.RowCollection
Returns the meta data alias of the system to which this RowCollection belongs
getMetaDataSystemAlias() - Method in class planetj.database.Row
Returns the meta data alias of the system to which this Row belongs
getMetaDataSystemAlias() - Method in class planetj.database.Library
Gets the alias of the system this Library's DBSystem uses for retrieving its meta data.
getMetaDataSystemAlias() - Method in class planetj.database.Field
Gets the alias of the system this Field's Table's Library's DBSystem uses for retrieving its meta data.
getMethod() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getMethodClass() - Method in class planetj.dataengine.display.ReflectAction
Gets the Class containing the method to reflect.
getMethodDescriptors() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Return the method descriptors for this bean.
getMethodName() - Method in class planetj.dataengine.display.ReflectAction
Gets the name of the method this action should reflect on a given Row.
getMethodPrefix() - Method in class planetj.dataengine.test.BaseTestClass
Only methods begining with this prefix will be displayed.
getMin() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets the minimum value that has been added to this RunningTotal
getMinConnections() - Method in class planetj.connections.AS400SignOnDialog
The minimum number of connections in the connection pool
getMinConnections() - Method in class planetj.database.connection.ConnectionRow
Getter method for the MinConnections property
getMinimumConnections() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the minimum size of this connection pool.
getMinValueSize() - Method in class planetj.gui.CMNumberField
Gets the minimum allowed value for this input field
getMode() - Method in class planetj.dataengine.ExecutingContext
Gets the mode of the current action being performed on the database (e.g.
getMode() - Method in class planetj.database.RowEvent
Returns the mode.
getModel() - Method in class planetj.gui.TableMap
 
getModificationLevel() - Static method in class planetj.database.DataEngine
 
getModificationLevel() - Static method in class planetj.common.MessageManager
 
getMonth(Date) - Static method in class planetj.common.ConvertUtility
Return the month part of a date
getMonthFieldName() - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
getName() - Method in class planetj.iif.IIFTransaction
Returns who's involved in the transaction, such as the name of a store where expenses took place or customer, vendor, payee, or employee
getName() - Method in class planetj.iif.IIFDistribution
Returns who's involved in the distribution, such as the name of a store where expenses took place or customer, vendor, payee, or employee
getName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the name of the described fields.
getName() - Method in class planetj.database.Table
 
getName() - Method in class planetj.database.PhysicalTable
 
getName() - Method in class planetj.database.Library
Returns the name of this library.
getName() - Method in interface planetj.database.ITable
Gets the name of this ITable
getName() - Method in interface planetj.database.IDBObject
 
getName() - Method in class planetj.database.Field
 
getName() - Method in class planetj.database.Field.FieldLocation
 
getName() - Method in class planetj.database.DBSystem
 
getName() - Method in class planetj.license.Feature
Insert the method's description here.
getName() - Method in class planetj.database.field.FieldSetCollection
Gets the name of this FieldSetCollection.
getName() - Method in class planetj.database.field.FieldSet
Gets the name of this FieldSet
getName() - Method in class planetj.gui.CMAction
Gets the name property (String) value.
getName() - Method in class planetj.database.sql.ColumnToken
 
getName() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the name of the user.
getName() - Method in interface planetj.dataengine.security.http.ISecured
Gets the name of this secured object
getName() - Method in class planetj.dataengine.operation.OperationSet
Gets the name of this OperationSet
getName() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup.TargetWindow
 
getName() - Method in class planetj.property.PropertyGroup
Gets the name of this PropertyGroup
getName() - Method in class planetj.property.Property
Gets the name of this name-value pair
getName() - Method in class planetj.qif.QIFAccountRecord
Name of the account
getName() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getName() - Method in class planetj.dataengine.application.Application
Gets the name of this application
getName() - Method in class planetj.util.NamedValue
Deprecated. getName method comment.
getName() - Method in interface planetj.util.INamed
 
getName() - Method in class planetj.dataengine.security.DEUser
 
getName() - Method in class planetj.dataengine.security.DEGroup
 
getName() - Method in class planetj.common.MethodProperties
 
getName() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets this RunningTotal's name
getNamed(int) - Method in class planetj.database.Row
 
getNamed(int) - Method in interface planetj.util.INamedCollection
 
getNameOfTable() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value table for the field.
getNamesOfUpdatedFields() - Method in class planetj.database.Row
Return the names of all of the Fields in this Row that have been updated.
getNamesOfUpdatedFields() - Method in class planetj.database.FieldCollection
Returns a List of names of Fields that have been updated.
getNavigationBar() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the navigation bar of the template.
getNavigationKey() - Method in interface planetj.dataengine.INavigationObject
Get the key used to store and retrieve this object to and from navigation.
getNavigationKey() - Method in class planetj.dataengine.AbstractContext
Get the key used to store/retrieve this Row to/from navigation.
getNavigationKey() - Method in class planetj.database.RowCollection
Get the key used to store/retrieve this RowCollection to/from navigation.
getNavigationKey() - Method in class planetj.database.Row
Get the key used to store/retrieve this Row to/from navigation.
getNavigationKey() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Get the key used to store and retrieve this object to and from navigation.
getNavigationKey(int) - Static method in class planetj.dataengine.NavigationRequest
 
getNavigationKey(int) - Static method in class planetj.dataengine.NavigationPage
 
getNavigationKey(int) - Static method in class planetj.dataengine.NavigationGroup
 
getNavigationKey(String) - Static method in class planetj.dataengine.NavigationSession
 
getNavigationKey(String) - Static method in class planetj.dataengine.NavigationRequest
 
getNavigationKey(String) - Static method in class planetj.dataengine.NavigationPage
 
getNavigationKey(String) - Static method in class planetj.dataengine.NavigationGroup
 
getNavigationKeys(String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets a list of keys for navigation objects stored in navigation that have the same navigation list key as the given key.
getNavigationListKey() - Method in interface planetj.dataengine.INavigationObject
Get the key used to store and retrieve a List of all the navigation keys for any navigation object put into navigation with the same List key.
getNavigationListKey() - Method in class planetj.dataengine.AbstractContext
Get the key used to store and retrieve a List of Rows that have been put into navigation.
getNavigationListKey() - Method in class planetj.database.RowCollection
Get the key used to store and retrieve a List of RowCollections that have been put into navigation.
getNavigationListKey() - Method in class planetj.database.Row
Get the key used to store and retrieve a List of Rows that have been put into navigation.
getNavigationListKey() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Get the key used to store and retrieve this object to and from navigation.
getNavigationSuffix(Operation) - Static method in class planetj.dataengine.DataEngineManager
 
getNewContext() - Method in class planetj.dataengine.operation.Operation
Gets a new IOperationContext for this operation.
getNewHTMLContext() - Method in class planetj.dataengine.operation.HTMLOperation
Create and return a new HTMLContext to which may be executed.
getNewJavaContext() - Method in class planetj.dataengine.sqloperation.JavaOperation
Create and return a new JavaContext to which may be executed.
getNewSQLOperationContext() - Method in class planetj.dataengine.sqloperation.SQLOperation
Creates and returns a new SQLContext to perform this SQLOperation's query.
getNewTaskEvent() - Method in class planetj.util.CMTimerTask
Returns a TaskEvent object to used when notifying listerns when the task starts and completes.
getNewTaskEvent() - Method in class planetj.dataengine.task.TaskTester
Create a new test task event object.
getNewURLContext() - Method in class planetj.dataengine.operation.HTMLOperation
Create and return a new HTMLContext to which may be executed.
getNewWindowProperties() - Method in class planetj.database.field.URLReferenceField
Gets the properties of the window to open the link's target in.
getNewWindowTarget() - Method in class planetj.database.field.URLReferenceField
Gets the name of the window to open the link's target in.
getNextAndPrevious() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets wheter to show previous and next buttons on view and updates.
getNextException() - Method in class planetj.exception.CMException
Retrieves the exception chained to this CMException object.
getNextGroupIdAsInt(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets the next group id.
getNextPageIdAsInt(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets the next page id.
getNextPreviousJustify() - Method in class planetj.html.HTMLTable
Insert the method's description here.
getNextRequestIdAsInt(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets the next group id.
getNextRow() - Method in class planetj.magic.NextOrPreviousRowRequest
 
getNextRowCollection() - Method in class planetj.database.RowCollection
Gets a RowCollection containing another group of rows which satisfy the query that was used to create this RowCollection.
getNextRowCollection(int) - Method in class planetj.database.RowCollection
Gets a RowCollection containing another group of rows which satisfy the query that was used to create this RowCollection.
getNextSessionId(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets the next group id.
getNextURI(LayoutDisplayPropertyGroup) - Method in class planetj.magic.UpdateRequest
WK (8/23/2002 3:43:43 PM) temporarily override super to allow navigation to go back
getNextURI(LayoutDisplayPropertyGroup) - Method in interface planetj.magic.IMagicRequest
Get the URI of the page to call after executing the request.
getNextURI(LayoutDisplayPropertyGroup) - Method in class planetj.magic.DeleteRequest
WK (8/23/2002 3:43:43 PM) temporarily override super to allow navigation to go back
getNextURI(LayoutDisplayPropertyGroup) - Method in class planetj.magic.CancelRequest
WK (8/23/2002 3:43:43 PM) temporarily override super to allow navigation to go back
getNextURI(LayoutDisplayPropertyGroup) - Method in class planetj.magic.AbstractMagicRequest
Get the URI of the next page to call.
getNextURI(LayoutDisplayPropertyGroup) - Method in class planetj.dataengine.application.magic.WABDispatcherRequest
Get the URI of the next page to call.
getNextURI(LayoutDisplayPropertyGroup) - Method in class planetj.dataengine.application.magic.RunJavaOperationRequest
Get the URI of the next page to call.
getNextValue(Field) - Method in interface planetj.database.field.IFieldIncrementor
Gets the next value of a field for which the auto-increment value is true.
getNextValue(Field) - Method in class planetj.database.field.FieldIncrementor
Gets the next value of a field for which the auto-increment value is true.
getNonCachedApplication(String, int, List, IUser) - Method in class planetj.dataengine.application.ApplicationManager
Deprecated. - Now that the cache is wiped out on update we don't need this method any more - use the normal getApplication() method
getNonCachedTheme(String, int, List) - Method in class planetj.dataengine.theme.ThemeManager
Gets a Theme by ID out of the DB (the cache is not checked).
getNoRecordsFoundText() - Method in class planetj.html.HTMLTable
Gets the text to display when there are no records
getNullable() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets whether or not NULL is allowed.
getNullString() - Static method in class planetj.database.field.TimeField
Returns the CSV Format Creation date: (5/11/2002 7:56:58 PM)
getNullString() - Static method in class planetj.database.field.DateField
Returns the CSV Format Creation date: (5/11/2002 7:56:58 PM)
getNumber() - Method in class planetj.qif.QIFBankTransaction
Returns the transaction's number, which is usually a check number or some other identifying number for the transaction.
getNumberOfDigits(int) - Static method in class planetj.common.CMUtility
Get the number of digits for the given int.
getNumberOfRecordsPerPage() - Method in class planetj.magic.SQLRequest
 
getNumberOfRecordsPerPage(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsRequest
 
getNumberOfTables() - Method in class planetj.database.SQLContext
Gets the number of tables being queried.
getNumberOfValueParameters() - Method in class planetj.database.sql.SQLComparison
Gets this comparison's number of value token.
getNumberOfValues() - Method in class planetj.database.sql.SQLComparison
Gets this comparison's number of value token.
getNumberTimesRun() - Method in class planetj.dataengine.task.TestTaskEvent
Returns the total number of times the task has run.
getObject(Object) - Method in class planetj.dataengine.ExecutingContext
 
getObject(Serializable) - Method in class planetj.dataengine.webservices.DistributedContext
Insert the method's description here.
getObjectId() - Method in class planetj.magic.DeleteRequest
Gets the id of the object in the session to update.
getOddRowBGColor() - Method in class planetj.dataengine.test.TestHTMLTable
Returns the background color for odd rows in the table as a String representation of the HTML code for the color.
getOkEnabled() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the okEnabled attribute.
getOkEnabledMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getOkEnabled() method descriptor.
getOkText() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the okText attribute.
getOkTextMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getOkText() method descriptor.
getOkVisible() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the okVisible attribute.
getOkVisibleMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getOkVisible() method descriptor.
getOldValue() - Method in class planetj.database.Field
Returns the previous value the Field use to have.
getOldValueAsString() - Method in class planetj.database.Field
Returns the Field's old value as a String (or the field's current value as a String if it doesn't have an old value).
getOldValueAsString() - Method in class planetj.database.field.TimeField
Returns the Field's old value as a String (or the field's current value as a String if it doesn't have an old value).
getOnClick() - Method in class planetj.database.field.ImageURLReferenceField
Get method to call when this field's image is selected or clicked.
getOperatingFieldNames() - Method in class planetj.database.fielddescriptors.AbstractDerivedFieldDescriptor
Return the field names that this descriptor operates on.
getOperation() - Method in class planetj.dataengine.application.magic.DirectOperationRequest
Gets the Operation in question
getOperation() - Method in class planetj.dataengine.application.magic.AbstractOperationRequest
Get the operation for this request.
getOperation() - Method in class planetj.dataengine.operation.JavaOperationContext
Get this context's operation.
getOperation() - Method in interface planetj.dataengine.operation.IOperationContext
Get this context's operation.
getOperation() - Method in class planetj.dataengine.operation.HTMLOperationContext
Get this context's operation.
getOperation() - Method in class planetj.dataengine.application.ApplicationSQLContext
Gets this SQLContext's corresponding SQLOperation
getOperation(int, String) - Method in class planetj.dataengine.operation.OperationManager
Get an Operation for the given id
getOperation(int, String, List) - Method in class planetj.dataengine.operation.OperationManager
Returns A SQLOperation, based on its ID Creation date: (3/25/2002 1:48:24 PM)
getOperationById(int) - Method in class planetj.dataengine.application.Application
Gets this application's operations for the given usage id.
getOperationByUsageId(int, ExecutingContext) - Method in class planetj.dataengine.application.Application
Gets this application's operations for the given usage id.
getOperationClass(int) - Static method in class planetj.dataengine.operation.Operation
Gets the Operation java class which should be used to represent an operation of the specified type
getOperationCode() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's SQL
getOperationId() - Method in class planetj.dataengine.application.magic.DirectOperationRequest
Gets the ID of the requested Operation
getOperationId() - Method in class planetj.dataengine.operation.JavaOperationContext
Get this context's operation's id.
getOperationId() - Method in interface planetj.dataengine.operation.IOperationContext
Get this context's operation's id.
getOperationId() - Method in class planetj.dataengine.operation.HTMLOperationContext
Get this context's operation's id.
getOperationId() - Method in class planetj.dataengine.application.ApplicationSQLContext
Gets this SQLContext's corresponding Application
getOperationNavigationKey(Operation) - Static method in class planetj.dataengine.DataEngineManager
 
getOperations() - Method in class planetj.dataengine.application.Application
Returns all the SQL Opps for this App.
getOperations(Application, List, ExecutingContext) - Method in class planetj.dataengine.operation.OperationManager
Gets all Operations for the given Application.
getOperations(ExecutingContext) - Method in class planetj.dataengine.application.Application
Gets this application's operations.
getOperationsByUsageId(int, ExecutingContext) - Method in class planetj.dataengine.application.Application
Gets this application's operations for the given usage id.
getOperationSetName() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's operation set name.
getOperationSets(Application) - Static method in class planetj.dataengine.operation.OperationSet
Get a List containing OperationSet objects.
getOperationSQL() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets this SQLOperation's SQL
getOperationString() - Method in class planetj.dataengine.parameter.TableParameter
Gets a String representing an operation which applies to this parameter.
getOperationString() - Method in class planetj.dataengine.parameter.SQLPromptParameter
Gets a String representing an operation which applies to this parameter.
getOperationString() - Method in interface planetj.dataengine.parameter.IDisplayParameter
Gets a String representing an operation which applies to this parameter.
getOperator() - Method in class planetj.database.sql.SQLComparison
Gets this comparison's operator token.
getOperatorStyle() - Method in class planetj.dataengine.display.StylesPropertyGroup
Gets the style to use when rendering operators
getOpParm(Serializable) - Method in class planetj.dataengine.webservices.DistributedContext
Insert the method's description here.
getOrder() - Method in class planetj.html.HTMLOption
Sets this option's order.
getOrderByColumnNames() - Method in class planetj.possiblevalues.ThemesPV
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
getOrderByColumnNames() - Method in class planetj.possiblevalues.MonthFieldPV
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
getOrderByColumnNames() - Method in class planetj.possiblevalues.FieldNullibilityPV
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
getOrderByColumnNames() - Method in class planetj.possiblevalues.DayOfTheWeekFieldPV
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
getOrderByColumnNames() - Method in class planetj.possiblevalues.ConcurrencyPV
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
getOrderByColumnNames() - Method in class planetj.possiblevalues.AbstractPV
Get columns to order possible values by.
getOrderedFieldDescriptors() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a list of the field descriptors in order they were added to this FieldDescriptorCollection Creation date: (6/3/2002 8:07:16 PM)
getOrderedFields() - Method in class planetj.database.FieldCollection
Returns a list of the fields in order they were added to this FieldCollection Creation date: (12/11/2001 3:07:35 AM)
getOrdinalPosition() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the index of the column in the table (starting at 1).
getOrigin() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Indicates how this FD was created.
getOriginalCode() - Method in interface planetj.dataengine.IContext
Gets the original String of code for this context
getOriginalCode() - Method in class planetj.dataengine.AbstractContext
Gets this context's original code string.
getOriginalException() - Method in class planetj.exception.CMException
Gets the original exception that this CMException was created from.
getOriginalFileName() - Method in class planetj.dataengine.fileupload.UploadedFile
Gets the name that the file had on the user's file system before it was uploaded.
getOriginalSQLString() - Method in class planetj.database.sql.SQLStatement
Gets the original sql string this SQLStatement is based upon.
getOriginalStrings() - Method in class planetj.gui.CMListJ
Return a List of Strings that are the pre-translated Strings displayed in this component.
getOriginalStrings() - Method in class planetj.gui.CMComboBoxJ
Return a List of Strings that are the pre-translated Strings displayed in this component.
getOriginalValue() - Method in class planetj.exception.AlterationLWO
Gets the value of the field the last time we read it.
getOriginatingEvent() - Method in class planetj.database.connection.ConnectionEvent
Gets the event which caused this event (if such an event exists).
getOriginRow() - Method in class planetj.dataengine.sqloperation.PossibleValuesSearchOperation
Insert the method's description here.
getOrphanTimeout() - Method in class planetj.connections.AS400SignOnDialog
The orphan timeout specifies the amout of time an application can hold a connection without using it.
getOrphanTimeout() - Method in class planetj.database.connection.ConnectionRow
Getter method for the OrphanTimeout property
getOutputAlias() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's Output Alias
getOutputAsReader() - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
Provides the buffered output as a Reader.
getOutputAsString() - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
Provides the buffered output as a String.
getOutputRowType() - Method in class planetj.helpers.properties.FilePropertyGroup
Gets the char value (defined in FileDescriptor) indicating which rows to output
getOutputRowType() - Method in class planetj.helpers.FileDescriptor
Describes which rows should be output
getOutputStream() - Method in class planetj.helpers.PDFFileDescriptor
Gets the OutputStream written to by PDFWriter Creation date: (1/22/2002 6:40:00 PM)
getOutputStream() - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
getOutputStream() - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
getOverallReportBreak() - Method in class planetj.database.report.ReportBreak
If an OverallReportBreak with the same field descriptors and column function was created when this ReportBreak was created, then that OverallReportBreak is returned.
getOverallReportBreak() - Method in class planetj.database.report.OverallReportBreak
Returns this same object
getOwnerId() - Method in class planetj.dataengine.theme.Theme
Gets the ID of this Theme's owner.
getOwnerId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns the Owner Id
getOwnerId() - Method in class planetj.dataengine.security.http.SignOnReceipt
Insert the method's description here.
getOwnerId() - Method in interface planetj.dataengine.security.http.ISecured
Gets the ID of this secured object's owner
getOwnerId() - Method in class planetj.dataengine.operation.Operation
Gets the owner ID of this SQLOperation
getOwnerId() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getOwnerId() - Method in class planetj.dataengine.application.Application
Gets the ID of this application's owner
getOwnerId() - Method in interface planetj.dataengine.security.IUser
 
getOwnerId() - Method in class planetj.dataengine.security.DEUser2Group
Gets the ID of this user 2 group's owner
getOwnerId() - Method in class planetj.dataengine.security.DEUser
Getter method for the OwnerId property
getOwnerId() - Method in class planetj.dataengine.security.DEGroup2Authorization
Gets the ID of this user 2 group's owner
getOwnerId() - Method in class planetj.dataengine.security.DEGroup
Gets the ID of this user 2 group's owner
getOwnerId() - Method in class planetj.dataengine.security.DEAuthorization
Gets the ID of this user 2 group's owner
getOwnerId() - Method in class planetj.database.connection.ConnectionRow
Getter method for the OwnerId property
getOwnerId(HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the owner id from the current sign on receipt.
getOwnerIdAsInteger() - Method in class planetj.dataengine.theme.Theme
Gets the ID of this Theme's owner
getOwnerIdAsInteger() - Method in class planetj.dataengine.application.Application
Gets the ID of this application's owner
getOwnerIdAsInteger() - Method in class planetj.dataengine.security.DEUser2Group
Gets the ID of this user 2 group's owner
getOwnerIdAsInteger() - Method in class planetj.dataengine.security.DEUser
Gets the ID of this user 2 group's owner
getOwnerIdAsInteger() - Method in class planetj.dataengine.security.DEGroup2Authorization
Gets the ID of this user 2 group's owner
getOwnerIdAsInteger() - Method in class planetj.dataengine.security.DEGroup
Gets the ID of this user 2 group's owner
getOwnerIdAsInteger() - Method in class planetj.dataengine.security.DEAuthorization
Gets the ID of this user 2 group's owner
getOwnerIdField() - Method in class planetj.dataengine.theme.Theme
Returns the Owner Id Field
getOwnerIdField() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns the Owner Id Field
getOwnerIdField() - Method in class planetj.processes.logon.SignOnAndRegistrationRow
Returns the Owner Id Field
getOwnerIdField() - Method in class planetj.dataengine.operation.Operation
Returns the Owner Id Field
getOwnerIdField() - Method in interface planetj.dataengine.application.IOwner
Returns the Owner Id for this Row.
getOwnerIdField() - Method in class planetj.dataengine.application.Application
Returns the Owner Id Field
getOwnerIdField() - Method in class planetj.database.connection.ConnectionRow
Returns the Owner Id Field
getPackage() - Method in class planetj.dataengine.RowClassProperties
Gets the package name of the class to generate.
getPage(int) - Method in class planetj.dataengine.NavigationGroup
 
getPage(int, int) - Method in class planetj.dataengine.NavigationRequest
 
getPage(int, int, int) - Method in class planetj.dataengine.NavigationSession
Gets the navigation page from this navigation session's navigation request for the specified navigation ids.
getPage(String) - Method in class planetj.dataengine.NavigationGroup
 
getPage(String, String) - Method in class planetj.dataengine.NavigationRequest
 
getPage(String, String, String) - Method in class planetj.dataengine.NavigationSession
Gets the navigation page from this navigation session's navigation request for the specified navigation ids.
getPage(String, String, String, String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets this navigation group for the specified ids.
getPageId(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the current page id from the request.
getPageIdAsInt(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the current page id from the request.
getPagingLevel() - Static method in class planetj.html.HTMLGenerator
Gets the paging level
getParameter() - Method in class planetj.database.sql.ValueToken
Gets the parameter stored in this ValueToken.
getParameter(int) - Method in interface planetj.dataengine.IContext
Gets a parameter, based on its index
getParameter(int) - Method in class planetj.dataengine.AbstractContext
Gets a parameter, based on its index
getParameter(int) - Method in class planetj.dataengine.parameter.ParameterCollection
Gets a parameter by its index.
getParameter(int) - Method in class planetj.database.sql.SQLComparison
Gets one of this comparison's parameters, based by index.
getParameter(int, boolean) - Method in class planetj.dataengine.parameter.ParameterCollection
Gets a parameter by its index.
getParameter(String) - Method in interface planetj.dataengine.IContext
Gets a parameter, based on its unique ID
getParameter(String) - Method in class planetj.dataengine.AbstractContext
Gets a parameter by its unique id, or by its context specific id
getParameter(String) - Method in class planetj.dataengine.parameter.ParameterCollection
Gets a parameter by its its context specific id, or by its name, or by a named index.
getParameter(String) - Method in class planetj.http.MultipartRequest
Gets the parameter with the specified name.
getParameter(String) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getParameter(String, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Gets an parameter out of the request.
getParameterCollection() - Method in class planetj.dataengine.AbstractContext
Gets the ParameterCollection which contains this context's parameters
getParameterCount() - Method in interface planetj.dataengine.IContext
Gets the number of parameters present in this context
getParameterCount() - Method in class planetj.dataengine.AbstractContext
Gets the number of parameters present in this context
getParameterCount() - Method in class planetj.dataengine.parameter.ParameterCollection
Gets the number of parameters present in this context (same as the size()) method
getParameterCount(Class) - Method in interface planetj.dataengine.IContext
Gets the number of parameters present in this context which are of the specified class (or are subclasses of the specified class)
getParameterCount(Class) - Method in class planetj.dataengine.AbstractContext
Gets the number of parameters present in this context which are of the specified class (or are subclasses of the specified class)
getParameterCount(Class) - Method in class planetj.dataengine.parameter.ParameterCollection
Gets the number of parameters present in this context which are of the specified class (or are subclasses of the specified class)
getParameterDisplayFields() - Method in class planetj.dataengine.AbstractContext
Deprecated. (6/11/2003 8:01:23 AM) This method will not allow setting the Field's default value from a user property. Replaced by getParameterDisplayFields(ExecutingContext)
getParameterDisplayFields(ExecutingContext) - Method in class planetj.dataengine.AbstractContext
Gets an Iterator for all of the display fields for this context's display parameters.
getParameterId(SQLContext, int) - Static method in class planetj.html.HTMLComparisonInput
Gets the parameter id to use for the specified SQLContext, expression index and parameter number.
getParameterInfo() - Method in class planetj.dataengine.applet.QueryBuilder
Returns parameters defined by this applet.
getParameterMap() - Method in class planetj.http.MultipartRequest
Returns a Map of the parameters of this request.
getParameterMap() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getParameterName() - Method in class planetj.dataengine.parameter.SQLPromptParameter
Gets the name of this parameter (may be null).
getParameterName() - Method in class planetj.dataengine.parameter.RequestParameter
Gets the name of this parameter (may be null).
getParameterName() - Method in class planetj.dataengine.parameter.RequestAttribute
Gets the name of this parameter (may be null).
getParameterName() - Method in interface planetj.dataengine.parameter.INamedParameter
Gets the name of this parameter (may be null).
getParameterName() - Method in class planetj.dataengine.parameter.FieldOrUsageIdParameter
Gets the name of this parameter (may be null).
getParameterNames() - Method in class planetj.http.MultipartRequest
Returns the names of all the parameters in this request.
getParameterNames() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getParameters() - Method in interface planetj.dataengine.IContext
Gets a List of this context's IParameter objects.
getParameters() - Method in class planetj.dataengine.AbstractContext
Gets a List of this context's IParameter objects.
getParameters() - Method in class planetj.dataengine.parameter.ParameterCollection
Gets an unmodifiable List of this collection's IParameter objects (in order).
getParameters() - Method in class planetj.common.MethodProperties
 
getParameters(Class) - Method in interface planetj.dataengine.IContext
Iterates over the parameters in this context which are of the specified Java type, or are subclasses of the specified Java type.
getParameters(Class) - Method in class planetj.dataengine.AbstractContext
Iterates over the parameters in this context which are compatable with the specified Java type
getParameters(Class) - Method in class planetj.dataengine.parameter.ParameterCollection
Iterates over the parameters in this collection (in order) which are of the specified Java type, or are subclasses of the specified Java type.
getParameters(String) - Method in class planetj.dataengine.parameter.ParameterCollection
Gets parameters by their context specific id, or by their name, or by a named index.
getParametersJspFile() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the JSP used to query the user for this SQLOperation's parameters
getParameterSource() - Method in class planetj.dataengine.AbstractContext
Gets the row that was used to set the named parameters in this context, or null if no such row exists.
getParameterTypes() - Method in class planetj.dataengine.display.ReflectAction
Gets the parameter types classes to use when reflecting on a Row's method..
getParameterValidationExceptions() - Method in interface planetj.dataengine.IContext
Be careful when you call this method because it is derived and spins through all the fields.
getParameterValidationExceptions() - Method in class planetj.dataengine.AbstractContext
Be careful when you call this method because it is derived and spins through all the fields.
getParameterValues(String) - Method in class planetj.http.MultipartRequest
Gets the value of any parameter with the specified name.
getParameterValues(String) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getParameterValues(String, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Gets a parameters out of the request.
getParent() - Method in class planetj.database.filter.FilteredRowCollection
Gets the RowCollection from which this FilteredRowCollection was created
getParent() - Method in class planetj.dataengine.operation.Operation
Gets the parent Operation of this Operation (may be null if Operation does not have a parent)
getParentId() - Method in class planetj.dataengine.operation.Operation
Get the parent id of this Operation.
getParentIdAsInteger() - Method in class planetj.dataengine.operation.Operation
Get the parent id of this operation.
getPassword() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the password
getPassword() - Method in class planetj.helpers.FileDescriptor
Insert the method's description here.
getPassword() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the password for the user for the connection to the mail server.
getPassword() - Method in class planetj.dataengine.application.Application
Gets the password for this application
getPassword() - Method in class planetj.util.DefaultLogin
Gets the password for the login
getPassword() - Method in class planetj.dataengine.security.DEUser
Getter method for the Password property
getPassword() - Method in class planetj.common.CMMailer
 
getPassword() - Method in class planetj.database.connection.ConnectionRow
Getter method for the Password property
getPassword(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnRequest
 
getPassword(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnBaseRequest
 
getPasswordField() - Method in class planetj.processes.logon.SignOnAndRegistrationRow
This method will use the usage ids to find the Password field.
getPasswordLabel() - Method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Deprecated. The password label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
getPasswordLabel(Application) - Static method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
getPasswordParam() - Method in class planetj.magic.SignOnBaseRequest
 
getPathInfo() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getPathTranslated() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getPayee() - Method in class planetj.qif.QIFBankTransaction
Returns who's involved in the transaction, such as the name of a store where expenses took place.
getPDFFileName() - Method in class planetj.helpers.FDFFileDescriptor
Insert the method's description here.
getPercentage(Number, Number) - Static method in class planetj.common.CMUtility
Gets the percentage difference between the two numbers.
getPercentage(String[]) - Method in class planetj.database.Row
Gets the percentage of the first field compared with all the fields given.
getPerformanceStatisticsId() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the perfomrance statistics ID of this SQLOperation
getPhysicalFieldNames() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns a List of the Field names for the Table.
getPhysicalFieldNames() - Method in class planetj.database.Table
Returns a List of Field names in this Table.
getPhysicalFieldNames() - Method in class planetj.database.Row
Gets a List of the names of all Fields in this Row, excluding logical Fields
getPhysicalFieldNames() - Method in class planetj.database.FieldCollection
Gets a List containing the names of contained Fields excluding those that are not physically present in the database
getPhysicalTable() - Method in class planetj.database.Table
Gets information about the Table's location.
getPhysicalTable(Table) - Static method in class planetj.database.PhysicalTable
Gets the PhysicalTable object which corresponds to the given table
getPOP3() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the POP3 server
getPOP3Server(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's SMTP server.
getPOP3Server(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get this Row's SMTP server.
getPOP3Server(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's SMTP server.
getPopHost() - Method in class planetj.common.CMMailer
Creation date: (8/20/01 12:46:57 PM)
getPort() - Method in class planetj.common.CMMailer
 
getPort(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnSQLServerRequest
 
getPort(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnOracleRemoteRequest
 
getPort(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnMySQLRequest
 
getPort(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnMSAccessRequest
 
getPort(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnDB2RemoteRequest
 
getPortParam() - Method in class planetj.magic.SignOnSQLServerRequest
 
getPortParam() - Method in class planetj.magic.SignOnOracleRemoteRequest
 
getPortParam() - Method in class planetj.magic.SignOnMySQLRequest
 
getPortParam() - Method in class planetj.magic.SignOnMSAccessRequest
 
getPortParam() - Method in class planetj.magic.SignOnDB2RemoteRequest
 
getPossibleFormats() - Method in class planetj.database.field.TimeField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Examples: (123) 456-7890, 1234567890, 123-456-78890" Creation date: (4/5/2002 2:52:46 PM)
getPossibleFormats() - Method in class planetj.database.field.DateField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Examples: (123) 456-7890, 1234567890, 123-456-78890" Creation date: (4/5/2002 2:52:46 PM)
getPossibleValueClass() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns the fully qualified name for a class implementing the IPossibleValueGetter interface which will handle the retrieving of possible values for Fields associated with this descriptor.
getPossibleValues() - Method in class planetj.database.Field
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.Field
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.field.StateField
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.field.RegistrationModeField
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.field.GenderField
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.field.CreditCardTypeField
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.field.CreditCardExpirationYearField
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.database.field.CreditCardExpirationMonthField
Returns a RowCollection containing the possible values for the Field.
getPossibleValues(Field) - Method in class planetj.possiblevalues.UserAuthenticationListOperationsPV
Gets a RowCollection of Possible Value Authentciation Operations & Authorization Operations.
getPossibleValues(Field) - Method in class planetj.possiblevalues.ThemesPV
Gets a RowCollection of Themes for the given theme id Field's Row.
getPossibleValues(Field) - Method in class planetj.possiblevalues.PossibleValueSQLOperationsPV
Gets a RowCollection of Possible Value SQLOperations for the given Field's Row's owner.
getPossibleValues(Field) - Method in interface planetj.possiblevalues.IPossibleValueGetter
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection.
getPossibleValues(Field) - Method in class planetj.possiblevalues.DistinctPV
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection.
getPossibleValues(Field) - Method in class planetj.possiblevalues.AuthorizationOperationsPV
Gets a RowCollection of Possible Value Authorization Operations.
getPossibleValues(Field) - Method in class planetj.possiblevalues.AssociationSQLOperationsPV
Gets a RowCollection of Possible Value SQLOperations for the given Field's Row's owner.
getPossibleValues(Field) - Method in class planetj.possiblevalues.AbstractPV
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection.
getPossibleValues(String, String, String[]) - Static method in class planetj.database.possiblevalues.PossibleValueManager
This will return a RowCollection fo PossibleValues with the givin key @ pKey
getPossibleValues(String, String, String[], int) - Static method in class planetj.database.possiblevalues.PossibleValueManager
This will return a RowCollection fo PossibleValues with the givin key @ pKey
getPossibleValuesKey() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the possible values key.
getPossibleValueSQLOperations(String, int, List) - Method in class planetj.dataengine.operation.OperationManager
Get possible value SQLOperations for the given owner.
getPossibleValuesSQLOperationId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the id of the SQLOperation which is used to retrieve the possible values for this field descriptor
getPreferredDisplayLength() - Method in class planetj.database.Field
Gets the column's preferred display size.
getPreferredJavaDataType(int) - Static method in class planetj.database.Field
Gets the preferred Java class for the SQL type.
getPreparedStatement(String, long) - Method in class planetj.dataengine.cache.PreparedStatementCache
Gets a prepared statement out of the cache.
getPreparedStatementCount() - Method in class planetj.database.connection.DataEngineConnection
 
getPreparedStatementManager() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets this connection pool's prepared statement manager
getPreparedStatements() - Method in class planetj.database.connection.DataEngineConnection
Gets the statements that have been prepared in this connection.
getPressedIcon() - Method in class planetj.gui.CMAction
Insert the method's description here.
getPreviousAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Gets a non persistent attribute from the previous request.
getPreviousGroupId(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the group id from the previous request.
getPreviousPageId(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the page id from the previous request.
getPreviousRequestId(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the request id from the previous request.
getPreviousRow() - Method in class planetj.magic.NextOrPreviousRowRequest
 
getPreviousRowCollection() - Method in class planetj.database.RowCollection
Gets a RowCollection containing another group of rows which satisfy the query that was used to create this RowCollection.
getPreviousRowCollection(int) - Method in class planetj.database.RowCollection
WK (4/24/2002 9:16:11 AM): Need to reword javadoc, first row is now the number of records per page before the previous row - fixes bug when last row collection doesn't contain the complete number of pages Gets a RowCollection containing another group of rows which satisfy the query that was used to create this RowCollection.
getPrintURI() - Method in class planetj.html.HTMLTable
 
getProductName() - Static method in class planetj.util.CopyrightGenerator
Get the product name
getProgressBar() - Method in class planetj.gui.CopyrightOkCancelPanelJ
Return the ProgressBar property value.
getProgressBarMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the getProgressBar() method descriptor.
getProgressBarValue() - Method in class planetj.common.MessageManager
Gets the progressBarValue property (int) value.
getProperties() - Method in class planetj.dataengine.PropertyRow
Gets the propert String associated with this Row.
getProperties() - Method in class planetj.dataengine.theme.Theme
Gets the property string associated with this Theme.
getProperties() - Method in class planetj.database.DBSystem
Gets the connection JDBC properties of the system.
getProperties() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup.TargetWindow
 
getProperties() - Method in class planetj.dataengine.application.Application
Gets the property string associated with this SQLOperation
getProperties() - Method in class planetj.dataengine.security.DEUser
Getter method for the Properties property
getProperties() - Method in class planetj.database.connection.ConnectionRow
Getter method for the Properties property
getPropertiesRow() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the row stored in this SignOnReceipt during sign on.
getProperty(String) - Method in class planetj.dataengine.UserProperties
 
getProperty(String) - Method in class planetj.property.PropertyGroup
Gets the Property with the specified name
getPropertyAsString(String) - Method in class planetj.dataengine.UserProperties
 
getPropertyDescriptors() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class planetj.gui.CMInternalFrameJBeanInfo
Return the property descriptors for this bean.
getPropertyDisplayValue(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets a Field's value from a row stored in this SignOnReceipt during sign on.
getPropertyFieldName() - Method in class planetj.dataengine.PropertyRow
Get the name of the Field containing this Row's properties..
getPropertyFieldName() - Method in class planetj.dataengine.theme.Theme
Get the name of the Field containing this Row's properties..
getPropertyFieldName() - Method in class planetj.dataengine.operation.Operation
Get the name of the Field containing this Row's properties..
getPropertyFieldName() - Method in class planetj.dataengine.application.Application
Get the name of the Field containing this Row's properties..
getPropertyGroup() - Method in class planetj.magic.MSAccessRequest
Gets the MSAccessPropertyGroup to use
getPropertyGroup(int) - Method in class planetj.property.PropertyGroupList
Gets the PropertyGroup object at the specified index
getPropertyGroup(String) - Method in interface planetj.dataengine.IContext
Gets the first PropertyGroup with the given property group name.
getPropertyGroup(String) - Method in class planetj.dataengine.AbstractContext
Gets the first PropertyGroup with the given property group name.
getPropertyGroup(String) - Method in class planetj.database.RowCollection
Gets the first PropertyGroup with the given property group name.
getPropertyGroup(String) - Method in class planetj.database.Row
Gets the first PropertyGroup with the given property group name.
getPropertyGroups() - Method in class planetj.dataengine.JavaContext
Get all the property groups stored in this context.
getPropertyGroups() - Method in interface planetj.dataengine.IContext
Get all the property groups associated with this context.
getPropertyGroups() - Method in class planetj.dataengine.HTMLContext
Get all the property groups stored in this context.
getPropertyGroups() - Method in class planetj.dataengine.AbstractContext
Get all the property groups associated with this context.
getPropertyGroups() - Method in class planetj.database.SQLContext
Get all the property groups stored in this RowCollection's attributes.
getPropertyGroups() - Method in class planetj.database.RowCollection
Get all the property groups stored in this RowCollection's attributes.
getPropertyGroups() - Method in class planetj.database.Row
Get all the property groups stored in this RowCollection's attributes.
getPropertyGroups() - Method in class planetj.dataengine.application.ApplicationSQLContext
Get all the property groups stored in this RowCollection's attributes.
getPropertyGroups(String) - Method in interface planetj.dataengine.IContext
Get this context's property groups with the given group name.
getPropertyGroups(String) - Method in class planetj.dataengine.AbstractContext
Get this RowCollection's property groups with the given group name.
getPropertyGroups(String) - Method in class planetj.database.RowCollection
Get this RowCollection's property groups with the given group name.
getPropertyGroups(String) - Method in class planetj.database.Row
Get this RowCollection's property groups with the given group name.
getPropertyGroups(String) - Method in class planetj.property.PropertyGroupList
Gets a List containing only PropertyGroups with the specified name.
getPropertyType(String) - Method in class planetj.property.PropertyGroup
Gets the type of property for a specified property name.
getPropertyValue(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets a Field's value from a row stored in this SignOnReceipt during sign on.
getPropertyValueAsString(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets a Field's value from a row stored in this SignOnReceipt during sign on.
getProtocol() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getQueryString() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getQueryTotal() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets information about queries run from this connection pool.
getQueryTotal() - Method in class planetj.database.connection.ConnectionPoolReport
Gets timing information about the queries run from the connection pool.
getRadix() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the column's radix.
getRCNavKey() - Method in class planetj.html.HTMLField
 
getReader() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getRealPath(String) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getRefererAuthorizationOperation() - Method in class planetj.dataengine.application.Application
Gets this Application's Operation with a type ofn Referer Authorization
getRegisteredNamesForType(String) - Method in class planetj.dataengine.display.ActionManager
Gets the names of actions registered for the given type.
getRelatedTextField() - Method in class planetj.gui.CMIncreaserDecreaser
This will return the related NumberField Creation date: (6/5/00 6:51:13 PM)
getReleaseLevel() - Static method in class planetj.database.DataEngine
 
getRemarks() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the comment describing the column (may be null)
getRemoteAddr() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getRemoteHost() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getRemoteUser() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getRenderer(String, String, String) - Method in class planetj.dataengine.display.ActionManager
Gets the renderer for the given display type, action name, and action type.
getReplyTo() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get address where replies to email are to be sent.
getReplyTo() - Method in class planetj.common.CMMailMessage
Gets a list of address to reply to.
getReportBreak() - Method in class planetj.database.report.ReportBreakRow
Gets the ReportBreak from which this Row was generated
getReportBreakCollection() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the ReportBreakCollection associated with this SQLOperation (may be null)
getReportBreakCollection() - Method in class planetj.database.SQLContext
Gets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext
getReportBreakCollection() - Method in class planetj.database.report.ReportBreak
Gets the ReportBreakCollection which contains this ReportBreak
getReportBreaks() - Method in class planetj.database.report.ReportBreakCollection
Gets the unmodifiable List of ReportBreaks.
getReportDescriptor() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the report descriptor for this connection pool
getReportGenerationTime() - Method in class planetj.database.connection.ConnectionPoolReport
Gets the report generation time; the latest possible time when information in this report could have been recorded.
getReportInterval() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets the report interval property
getReportInterval() - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Gets the approximate number of seconds to wait between reports.
getReportRowCount() - Method in class planetj.database.report.ReportBreakRowCollection
Gets the number of ReportBreakRows currently contained in this ReportBreakRowCollection.
getReportRowCount(RowCollection) - Static method in class planetj.database.report.ReportBreakRowCollection
Gets the number of ReportBreakRows currently contained in the RowCollection.
getReportStartTime() - Method in class planetj.database.connection.ConnectionPoolReport
Gets the start time; the earliest possible time when information in this report could have been recorded.
getRequest() - Method in class planetj.dataengine.http.HttpExecutingContext
Gets the current HttpServletRequest from this ExecutingContext.
getRequest() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getRequest(int) - Method in class planetj.dataengine.NavigationSession
 
getRequest(String) - Method in class planetj.dataengine.NavigationSession
 
getRequest(String, String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets this navigation request for the specified ids.
getRequestAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Gets the attribute in the request for the given key.
getRequestAttribute(String, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
 
getRequestContextPath() - Method in class planetj.dataengine.http.HttpExecutingContext
 
getRequestDispatcher(String) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getRequestedOperationData(HttpServletRequest) - Static method in class planetj.dataengine.application.DataEngineApplicationServlet
Gets the DirectOperationRequest object specifying which Operation was requested.
getRequestedSessionId() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getRequestId(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the current request id from the request.
getRequestIdAsInt(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Get the current request id from the request.
getRequestKey() - Method in class planetj.dataengine.parameter.TableParameter
Gets the key with which this parameter's value is stored in the request
getRequestKey() - Method in class planetj.dataengine.parameter.RequestParameter
Gets the key with which this parameter's value is stored in the request
getRequestKey() - Method in class planetj.dataengine.parameter.RequestAttribute
Gets the key with which this parameter's value is stored in the request
getRequestParameter(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Gets the specified parameter from the HTTPRequest.
getRequestParameter(String, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Gets the specified parameter from the HTTPRequest.
getRequestParameterValues(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Gets the specified parameter from the HTTPRequest.
getRequestParameterValues(String, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Gets the specified parameter from the HTTPRequest.
getRequestURI() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getRequestURL() - Method in class planetj.http.MultipartRequest
 
getRequestURL() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getRequiredAsterickColor() - Method in class planetj.html.HTMLField
Possible values currently are below, but you can pass in any valid html color RED_REQUIRED_ASTERICK WHITE_REQUIRED_ASTERICK BLACK_REQUIRED_ASTERICK
getRequiredPropertyNames() - Method in class planetj.helpers.properties.FilePropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.database.report.ReportPropertyGroup
Gets a List containing the names of all the required properties
getRequiredPropertyNames() - Method in class planetj.dataengine.display.TableDisplayPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.StylesPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.StoredProcedurePropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.SignOnPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.OperationSettingsPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.OperationLabelsPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.display.DisplayColumnsPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.property.PropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.property.DefaultPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Gets a List containing the names of all the required properties.
getRequiredPropertyNames() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets a List containing the names of all the required properties.
getResponse() - Method in class planetj.dataengine.http.HttpExecutingContext
Gets the current HttpServletResponse from this ExecutingContext.
getResponse() - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
getResult() - Method in class planetj.util.TaskEvent
Return a result from the execution of the task.
getResultSet() - Method in class planetj.database.RowCollection
Returns the result set that was set within this row collection.
getRetrievedRowCount() - Method in class planetj.database.RowCollection
Gets the total number of database rows that have been added to this RowCollection as a result of a database query.
getRetryAttempts() - Static method in class planetj.database.DatabaseManager
If the first attempt to get a connection fails, this many retry attempts will be made before giving up and throwing an exception.
getRetryMillis() - Static method in class planetj.database.DatabaseManager
If the first attempt to get a connection fails, this many milliseconds will elapse between retries.
getRolloverIcon() - Method in class planetj.gui.CMAction
Insert the method's description here.
getRow() - Method in class planetj.database.RowKey
Gets the row whose key this object represents
getRow() - Method in class planetj.database.Field
Returns the Row this Field belongs to.
getRow() - Method in class planetj.magic.NextOrPreviousRowRequest
 
getRow(HttpServletRequest) - Method in class planetj.magic.RowRequest
 
getRow(HttpServletRequest) - Method in class planetj.magic.PrintRowRequest
 
getRow(HttpServletRequest) - Method in class planetj.magic.AbstractRowRequest
Gets the Row out of the request.
getRow(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Deprecated. Row's should no be set on the request as a persistent or page attribute. call HttpRequestManager.getAttribute(String, HttpSerlvetRequest)
getRow(int) - Method in class planetj.database.RowCollection
Gets the Row with the specified index out of this RowCollection.
getRow(RowKey) - Method in class planetj.database.Table
Reads a row from the this table in the database with the specified key
getRow(SQLContext) - Static method in class planetj.database.DataEngine
Retrieves the first row from the database based on the criteria in the SQLContext.
getRowBackground() - Method in class planetj.dataengine.test.TestHTMLTable
Convience method used when creating the table for display.
getRowClass() - Method in class planetj.database.fielddescriptors.FieldDataTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.dataengine.cache.CacheDetailsTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.database.Table
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.database.SQLContext
Gets the type of Row objects that will be included in the RowCollection resulting from the query.
getRowClass() - Method in class planetj.database.table.ThemeTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.database.table.OperationTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.database.table.ConnectionTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.database.table.ApplicationTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.database.table.AdministrationTable
Gets the subclass of Row that should be used for rows read from this table
getRowClass() - Method in class planetj.magic.AddRowRequest
 
getRowClass() - Method in class planetj.dataengine.operation.Operation
Gets the Row class to use when this SQLOperation's query is run (may be null)
getRowClassName() - Method in class planetj.dataengine.operation.Operation
Gets the name of the Row class to use when this SQLOperation's query is run (may be null)
getRowCollection() - Method in class planetj.database.SQLContext
Gets the RowCollection object into which retrieved rows will be inserted.
getRowCollection() - Method in class planetj.database.Row
Gets the first RowCollection this Row is contained in.
getRowCollection(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated. RowCollection's should no be set on the request as a persistent or page attribute. call HttpRequestManager.getAttribute(String, HttpSerlvetRequest)
getRowCollection(HttpServletRequest) - Method in class planetj.magic.RowRequest
 
getRowCollection(HttpServletRequest) - Method in class planetj.magic.RowReflectionRequest
 
getRowCollection(HttpServletRequest) - Method in class planetj.magic.RowCollectionRequest
 
getRowCollection(HttpServletRequest) - Method in class planetj.magic.CopyRCToTableRequest
 
getRowCollection(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Deprecated. RowCollection's should no be set on the request as a persistent or page attribute. call HttpRequestManager.getAttribute(String, HttpSerlvetRequest)
getRowCollection(Operation, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the RowCollection for the given Operation out of the request.
getRowCollectionClass() - Method in class planetj.database.filter.GenericRowFilter
Gets the type of RowCollection that will be used to contain rows filtered by this object.
getRowCollectionClass() - Method in class planetj.database.SQLContext
Gets the type of RowCollection that will contain this query's results.
getRowCollectionClass() - Method in class planetj.dataengine.operation.Operation
Gets the RowCollection class to use when this SQLOperation's query is run (may be null)
getRowCollectionClassName() - Method in class planetj.dataengine.operation.Operation
Gets the name of the RowCollection class to use when this SQLOperation's query is run (may be null)
getRowCollectionId(HttpServletRequest) - Method in class planetj.magic.RowReflectionRequest
 
getRowCollectionJsp() - Method in class planetj.dataengine.DataEngineServlet
Deprecated. didn't know if being used, should this even be here?
getRowCollectionNavigationKey(Operation) - Static method in class planetj.dataengine.DataEngineManager
 
getRowCollectionSessionId() - Method in class planetj.magic.RowRequest
 
getRowCollectionSessionId() - Method in class planetj.magic.RowCollectionRequest
 
getRowCollectionSessionId() - Method in class planetj.magic.DeleteRowCollectionRequest
Gets the key for the RowCollection stored in the session.
getRowCollectionSessionId() - Method in class planetj.magic.CopyRCToTableRequest
 
getRowCount() - Method in class planetj.database.SQLContext
Gets the number of rows to add to the RowCollection.
getRowCount() - Method in class planetj.database.RowCollection
Returns the number of Rows in this RowCollection.
getRowCount() - Method in class planetj.gui.TableMap
 
getRowCount() - Method in class planetj.gui.CMTableModel
getRowCount method comment.
getRowCount() - Method in class planetj.dataengine.operation.Operation
Gets the row count to use when retrieving rows for this SQLOperation
getRowCreator() - Method in class planetj.database.SQLContext
Gets the object used to create the Rows the query should return.
getRowDetailsFields(Row, HttpServletRequest, HttpServletResponse) - Method in class planetj.html.HTMLRowDetails
Generates the details for a Row
getRowDisplayAttributes() - Method in class planetj.database.Row
Return a String that provides HTML or other display characteristics of this Row.
getRowDisplayAttributes(StringBuffer) - Method in class planetj.database.Row
Return a String that provides HTML or other display characteristics of this Row.
getRowEventListener(HttpServletRequest) - Method in class planetj.dataengine.DataEngineServlet
Each Servlet may have its own RowEventListener defined, so they would override this method and return the appropriate Listener Creation date: (7/11/2002 10:30:18 AM)
getRowEventListener(HttpServletRequest) - Method in class planetj.fdmanager.FDManagerServlet
Deprecated. Each Servlet may have its own RowEventListener defined, so they would override this method and return the appropriate Listener Creation date: (7/11/2002 10:30:18 AM)
getRowEventListener(HttpServletRequest) - Static method in class planetj.fdmanager.FDManagerApplication
Gets the row event listener to use for FDManager
getRowEventListener(HttpServletRequest) - Method in class planetj.dataengine.application.DataEngineApplicationServlet
Each Servlet may have its own RowEventListener defined, so they would override this method and return the appropriate Listener Creation date: (7/11/2002 10:30:18 AM)
getRowEventListener(HttpServletRequest) - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
Each Servlet may have its own RowEventListener defined, so they would override this method and return the appropriate Listener Creation date: (7/11/2002 10:30:18 AM)
getRowId() - Method in class planetj.magic.InsertRequest
Deprecated. Gets the id of the Row in the session.
getRowId() - Method in class planetj.magic.AbstractRowRequest
Gets the id of the Row in the session.
getRowId() - Method in class planetj.html.HTMLTable
 
getRowId(HttpServletRequest) - Method in class planetj.magic.RowReflectionRequest
 
getRowKey() - Method in class planetj.database.Row
Gets the RowKey object for this row.
getRowNavigationKey(Operation) - Static method in class planetj.dataengine.DataEngineManager
 
getRowNavKey() - Method in class planetj.html.HTMLField
 
getRowParameters() - Method in class planetj.dataengine.AbstractContext
Gets an Iterator for iterating over this context's RowParameter objects
getRowPropertyGroup(String) - Method in class planetj.dataengine.PropertyRow
Gets the first PropertyGroup with the given property group name.
getRowPropertyGroups() - Method in class planetj.dataengine.PropertyRow
Gets the property group objects associated with this PropertyRow.
getRowPropertyGroups() - Method in class planetj.dataengine.operation.Operation
Gets this SQLOperation's operation set name.
getRowPropertyGroups(String) - Method in class planetj.dataengine.PropertyRow
Get this PropertyRow's property groups with the given group name.
getRows() - Method in class planetj.dataengine.test.TestHTMLTable
Returns the rows (RowCollection) to the table has for populating its data.
getRows() - Static method in class planetj.dataengine.test.JProbeTesting
 
getRows() - Method in class planetj.database.RowCollection
Returns a List of Rows contained within this RowCollection.
getRows() - Method in class planetj.database.report.ReportBreak
Gets a List of the ReportBreakRows which have been generated by this ReportBreak
getRows() - Method in class planetj.html.HTMLTable
Returns the rows (RowCollection) to the table has for populating its data.
getRows(Connection, String) - Static method in class planetj.database.DataEngine
Return a RowCollection using the given Connection and sql String.
getRows(Connection, String, Class) - Static method in class planetj.database.DataEngine
Return a RowCollection using the default system Connection.
getRows(int) - Method in class planetj.dataengine.test.JEConnListenerTest
 
getRows(SQLContext) - Static method in class planetj.database.DataEngine
Retrieves rows from the database based on the criteria in the SQLContext.
getRows(String, String) - Static method in class planetj.database.DataEngine
Return a RowCollection using the default system Connection.
getRows(String, String, Class) - Static method in class planetj.database.DataEngine
Return a RowCollection using a connection from the specified system url.
getRowsCaching() - Static method in class planetj.dataengine.test.JProbeTesting
 
getRowSelectionJavascript() - Method in class planetj.html.HTMLTable
Gets the name of the Javascript function to call when a row is selected.
getRowSessionId() - Method in class planetj.magic.RowRequest
 
getRowSessionId() - Method in class planetj.magic.PrintRowRequest
 
getRowSessionId() - Method in class planetj.magic.NextOrPreviousRowRequest
 
getRowSessionId() - Method in class planetj.magic.AddRowRequest
 
getRowsGenerateTable() - Static method in class planetj.dataengine.test.JProbeTesting
 
getRowsToDisplay() - Method in class planetj.html.HTMLTable
Returns the mRowsToDisplay.
getRowsX10() - Static method in class planetj.dataengine.test.JProbeTesting
 
getRowsX10Caching() - Static method in class planetj.dataengine.test.JProbeTesting
 
getRuntimeParameterValue(String) - Method in class planetj.dataengine.ExecutingContext
Gets the value of a runtime parameter
getRuntimeParameterValue(String) - Method in class planetj.dataengine.http.HttpExecutingContext
Gets the value of a runtime parameter
getSafeSQL() - Method in class planetj.database.SQLContext
Returns this context's SQL, with all single quotes, double quotes, and backslashes replaced with underscores
getSampleFieldData() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns a RowCollection of sample Data that relates to the field that this FD describes Creation date: (6/20/2002 11:12:15 AM)
getSampleTableData() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns a RowCollection of sample Data that relates to the library and table that this FD describes Creation date: (6/20/2002 11:12:15 AM)
getSchema() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the Table's schema (may be null).
getScheme() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getSearchLabelStyle() - Method in class planetj.dataengine.display.StylesPropertyGroup
Gets the style to use when rendering serch label
getSecondaryInstructions() - Method in class planetj.dataengine.display.OperationLabelsPropertyGroup
Gets the value of the secondary instructions property
getSection(String) - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Get the key used to store and retrieve this object to and from navigation.
getSecuredLibraryName() - Method in interface planetj.dataengine.security.http.ISecuredSignOnAndRegistration
 
getSecuredLibraryName() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getSecuredSystemAlias() - Method in interface planetj.dataengine.security.http.ISecuredSignOnAndRegistration
Returns the systemAlias used by this secured app.
getSecuredSystemAlias() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getSecuredTableName() - Method in interface planetj.dataengine.security.http.ISecuredSignOnAndRegistration
Returns the tableName of this secured app.
getSecuredTableName() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getSecuredTypeId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the id of the secured type.
getSecuredTypeId() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the id of the secured type.
getSecuredTypeId() - Method in class planetj.database.Row
Gets the id of the secured type.
getSecuredTypeId() - Method in class planetj.database.Field
Gets the id of the secured type.
getSecuredTypeId() - Method in interface planetj.dataengine.security.IGuarded
Gets the id of the secured entity.
getSecuredTypeName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the secured type name of the secured object.
getSecuredTypeName() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the secured type name of the secured object.
getSecuredTypeName() - Method in class planetj.database.Row
Gets the secured type name of the secured object.
getSecuredTypeName() - Method in class planetj.database.Field
Gets the secured type name for this Field.
getSecuredTypeName() - Method in interface planetj.dataengine.security.IGuarded
Gets the secured type name for the secured object.
getSecurityId() - Method in class planetj.dataengine.theme.Theme
Gets the ID of this Theme's security.
getSecurityId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the id of the security entity pertaining to the Fields this FieldDescriptorRow describes.
getSecurityId() - Method in class planetj.dataengine.operation.Operation
Gets the security ID of this SQLOperation
getSecurityIdAsInteger() - Method in class planetj.dataengine.theme.Theme
Gets the ID of this Theme's security.
getSecurityLevel() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the security level of the user
getSecurityLevel() - Method in interface planetj.dataengine.security.IUser
 
getSecurityLevel() - Method in class planetj.dataengine.security.DEUser
Getter method for the SecurityLevel property
getSecurityLevel(Object) - Static method in class planetj.dataengine.security.DESecurityManager
Returns the security level of the row as an int.
getSecurityType() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the security type of the Fields this FieldDescriptorRow describes.
getSecurityType() - Method in class planetj.database.Row
Gets the type of security being used.
getSecurityType() - Method in class planetj.database.Field
Gets the security type of this Field.
getSecurityType() - Method in class planetj.dataengine.operation.Operation
Check whether this Operation is protected (secured)
getSecurityType() - Method in interface planetj.dataengine.security.IGuarded
Gets the type of security being used.
getSelectedBusinessObject() - Method in class planetj.gui.CMSmartTableModel
Gets the selectedBusinessObject property (java.lang.Object) value.
getSelectedBusinessObject() - Method in class planetj.gui.CMListJ
Return a businessObject that is being selected from the ComboBox
getSelectedBusinessObject() - Method in class planetj.gui.CMComboBoxJ
Return a businessObject that is being selected from the ComboBox Returns -1 if nothing was selected.
getSelectedBusinessObject() - Method in class planetj.gui.CMButtonGroupJ
getSelectedBusinessObject returns the selected business object for the selected group item
getSelectedBusinessObjectAsString() - Method in class planetj.gui.CMSmartTableModel
Gets the selectedBusinessObject property (java.lang.Object) value as a String.
getSelectedBusinessObjectAsString() - Method in class planetj.gui.CMListJ
Return a businessObject that is being selected from the ComboBox as a String
getSelectedBusinessObjects() - Method in class planetj.gui.CMSmartTableModel
Gets the selected business objects
getSelectedBusinessObjects() - Method in class planetj.gui.CMListJ
Return a businessObject that is being selected from the ComboBox
getSelectedField(HttpServletRequest) - Method in class planetj.magic.AbstractSelectionRequest
 
getSelectedFieldName(HttpServletRequest) - Method in class planetj.magic.AbstractSelectionRequest
 
getSelectedIcon() - Method in class planetj.gui.CMAction
Insert the method's description here.
getSelectedId() - Method in class planetj.gui.CMListJ
Gets the selected translationId.
getSelectedId() - Method in class planetj.gui.CMComboBoxJ
Should use getSelectedOriginalString().
getSelectedOriginalString() - Method in class planetj.gui.CMListJ
Return the original (pre - translation) string that is currently being selected.
getSelectedOriginalString() - Method in class planetj.gui.CMComboBoxJ
Return the original (pre - translation) string that is currently being selected.
getSelectedRow(HttpServletRequest) - Method in class planetj.magic.AbstractSelectionRequest
 
getSelectedRow(String, HttpServletRequest) - Static method in class planetj.html.HTMLExtractor
Retrieves the selected Row from the HttpServletRequest.
getSelectedRowCollection(HttpServletRequest) - Method in class planetj.magic.AbstractSelectionRequest
 
getSelectedRowCollectionKey(HttpServletRequest) - Method in class planetj.magic.AbstractSelectionRequest
 
getSelectedRowIndex() - Method in class planetj.gui.CMSmartTableModel
Gets the index of the selected row
getSelectedRowKey(HttpServletRequest) - Method in class planetj.magic.AbstractSelectionRequest
 
getSelectedRows(String, byte, HttpServletRequest) - Static method in class planetj.html.HTMLExtractor
Retrieves the selected Rows from the HttpServletRequest.
getSelectedRows(String, HttpServletRequest) - Static method in class planetj.html.HTMLExtractor
Retrieves the selected Rows from the HttpServletRequest.
getSelectionMode() - Method in class planetj.gui.CMSmartTableModel
 
getSelectionType() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getSelectionType() - Method in class planetj.html.HTMLTable
Insert the method's description here.
getSeriesColumns() - Method in class planetj.chart.ChartSpecificationPG
Get a list of columns containing values for each series.
getSeriesLabelColumns() - Method in class planetj.chart.ChartSpecificationPG
Get a list of columns to use for labels for the chart's series.
getSeriesLabels() - Method in class planetj.chart.ChartSpecificationPG
Get a list of labels for the chart's series.
getSeriesLabelSeparator() - Method in class planetj.chart.ChartSpecificationPG
Get the separator for multiple labels for a series.
getServerName() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getServerPort() - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
getServiceRequestOverride(String, HttpServletRequest, HttpServletResponse) - Method in class planetj.dataengine.DataEngineServlet
Return a new String used to lookup the magic service request.
getServletConfig() - Method in class planetj.dataengine.exception.DataEngineInitializationException
Gets the ServletConfig object used for initialization
getServletPath() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getServletPath(String) - Static method in class planetj.dataengine.DataEngineServlet
Get the path used to call the Servlet with the given name.
getServletPath(String, boolean, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Get the path used to call the Servlet with the given name.
getSession() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getSession(boolean) - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getSession(String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets this navigation session for the specified id.
getSessionAttribute(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Deprecated. Replaced with getAttribute(String, HttpServletRequest) to keep up parameter ordering standards with internal code.
getSessionAttribute(HttpServletRequest, String, String) - Static method in class planetj.dataengine.SessionManager
Deprecated. Replaced with getAttribute(String, String, HttpServletRequest) as of (10/8/2002 10:00:12 PM) to keep parameter ordering standards of internal code consistent
getSessionAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Gets the specified object in the HTTPSession.
getSessionAttribute(String, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Gets the specified object in the HTTPSession.
getSessionId() - Method in class planetj.dataengine.webservices.DistributedSignonReceipt
Insert the method's description here.
getSessionId(boolean, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Gets the session id for the given request to use for getting and setting session attributes.
getSessionRandomNumber(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets a random number unique to this session.
getSessionSharedAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Gets the specified object in the HttpSession.
getSetName() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the name of the set to which this SQLOperation belongs
getSetterMethod() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getSetterMethod(Class, MethodProperties) - Static method in class planetj.common.CMUtility
Gets the Method from the Class with the name specified in the MethodProperties object along with a String[] parameter containing all the Strings[] in the method properties object.
getSetValues(Map) - Static method in class planetj.database.SQLGenerator
 
getSharedAttribute(String, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets an object from the HttpSession using the given key.
getSharedSessionAttribute(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Deprecated. Replaced by getSharedAttribute(String, HttpServletRequest) to keep parameter ordering standards for internal code.
getSharedSessionAttribute(String, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Gets the specified object in the HTTPSession.
getShowLabelsOnButtons() - Method in class planetj.gui.CMToolbarJ
Gets the showLabelsOnButtons property (boolean) value.
getShownActionNames() - Method in class planetj.dataengine.display.ActionDescriptor
Get list of actions to show.
getSignOn() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the SignOn object for this receipt
getSignOn(ISecured, boolean, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the SignOn object for the user and Secured App, optionally creating a new instance if one doesn't already exist.
getSignOn(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the SignOn object for the user and ISecured App, creating a new instance if one doesn't already exist.
getSignOnClass() - Method in interface planetj.dataengine.security.http.ISecured
Gets the class to use for signing on to this secured object.
getSignOnClass() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getSignOnClass() - Method in class planetj.dataengine.application.Application
Gets the sign on class for this Application.
getSignOnClassName() - Method in class planetj.dataengine.application.Application
Gets the sign on class for this Application.
getSignOnFailures(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the number of times the user has attempted to sign on but failed
getSignOnOperationId() - Method in class planetj.dataengine.application.Application
Gets the sign on operation for this Application.
getSignonOpId() - Method in class planetj.dataengine.webservices.DistributedSignonKey
Insert the method's description here.
getSignOnReceipt(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the SignOnReceipt (if one exists) for the current user and ISecured application
getSignOnTimestamp() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the sign on time
getSignOnURI() - Method in interface planetj.dataengine.security.http.ISecured
Gets the sign on URI of this secured object
getSignOnURI() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getSignOnURI() - Method in class planetj.dataengine.application.Application
Gets the uri for signing onto this application
getSignOnURI(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.SQLOperationSignOn
 
getSignOnURI(ISecured, HttpServletRequest) - Method in interface planetj.dataengine.security.http.ISignOn
Get the URI to call for signing on to the secured object.
getSignOnURI(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the SignOnReceipt (if one exists) for the current user and ISecured application
getSignOnURI(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.GenericSignOn
 
getSize() - Method in interface planetj.dataengine.fileupload.FileUploaderIfc
Gets the size of the text field in which the name of the file to upload can be entered/seen.
getSize() - Method in class planetj.dataengine.fileupload.FileUploader
Gets the size of the text field in which the name of the file to upload can be entered/seen.
getSize() - Method in class planetj.html.SimpleHTMLSelect
Returns the number of items to show at once.
getSize() - Method in class planetj.html.HTMLSelect
Returns the number of items to show at once.
getSize() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the number of connections in this connection pool.
getSmartCachingLevel() - Method in class planetj.dataengine.cache.CacheManager
Gets the smart caching level
getSMTP() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the SMTP server
getSMTPHost() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the SMTP Host
getSMTPHost() - Method in class planetj.common.CMMailer
Creation date: (8/20/01 12:46:37 PM)
getSMTPServer(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's SMTP server.
getSMTPServer(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get this Row's SMTP server.
getSMTPServer(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's SMTP server.
getSMTPUserEmail(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's SMTP user email.
getSMTPUserEmail(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get this Row's SMTP user email.
getSMTPUserEmail(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's SMTP user email.
getSMTPUserId(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's SMTP user id.
getSMTPUserId(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get this Row's SMTP server.
getSMTPUserId(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's SMTP server.
getSMTPUserPassword(ExecutingContext) - Method in interface planetj.dataengine.email.IEmailObject
Get this Row's SMTP user password.
getSMTPUserPassword(ExecutingContext) - Method in class planetj.dataengine.email.EmailRowCollection
Get this Row's SMTP user password.
getSMTPUserPassword(ExecutingContext) - Method in class planetj.dataengine.email.EmailRow
Get this Row's SMTP user password.
getSortedColumnNames() - Method in class planetj.database.RowCollection
Get the names of columns that have been sorted on.
getSortedColumnNames() - Method in class planetj.dataengine.display.RowComparator
Returns an Array of columnNames String[] that represents the an array of column names in the order at which they should be sorted by (i.e.
getSortedColumnNamesAscending() - Method in class planetj.database.RowCollection
Return true is the columns sorted on where in ascending order.
getSorter() - Method in class planetj.gui.CMTableJ
Insert the method's description here.
getSortOrder() - Method in class planetj.dataengine.display.RowComparator
Returns the sort order Either ASC or DESC Creation date: (12/11/2001 6:38:33 AM)
getSource() - Method in interface planetj.dataengine.parameter.IParameter
Gets the object from which this parameter was generated.
getSource() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the object from which this parameter was generated.
getSourceRow() - Method in class planetj.database.SQLContext
If this SQLContext is an update, insert, or delete statement which pertains to one specific row, then this method gets that row.
getSQL() - Method in class planetj.dataengine.exception.DESQLException
Gets the original SQL String run that threw a SQLException.
getSQL() - Method in class planetj.database.SQLContext
Gets this SQLContext's SQL String.
getSQL() - Method in class planetj.database.RowCollection
Gets the SQL statement which was used to create this RowCollection.
getSQL() - Method in class planetj.database.Row
Gets the SQL statement used to create this Row.
getSQLColumnDefinition() - Method in class planetj.database.Field
This method should return all of the necessary information to create this field within a CREATE TABLE SQL statement.
getSQLColumnDefinition(FieldDescriptorRow, DBSystem) - Static method in class planetj.database.Field
This method should return all of the necessary information to create this field within a CREATE TABLE SQL statement.
getSQLContext() - Method in class planetj.dataengine.parameter.SQLPromptParameter
Gets the SQLContext associated with this parameter
getSQLContext() - Method in class planetj.database.RowCollection
Gets the SQL context that was used to create this RowCollection.
getSQLContext() - Method in class planetj.database.Row
Returns SQLContext to which the RowCollection this Row belongs has.
getSQLDeleteStatement() - Method in class planetj.database.SQLContext
Get the context's current delete statement.
getSQLException() - Method in class planetj.dataengine.exception.DESQLException
Gets the SQLException wrapped inside this DESQLException.
getSQLInsertStatement() - Method in class planetj.database.SQLContext
Get the context's current insert statement.
getSQLNameAndDefaultValue() - Method in class planetj.database.Field
Gets the Field's name and value in SQL format: "-NAME- = -VALUE-" where -NAME- is the name of this field and -VALUE- is this field's default value getDefaultDatabaseValue().
getSQLNameAndValue() - Method in class planetj.database.Field
Gets the Field's name and value in SQL format: "-NAME- = -VALUE-" where -NAME- is the name of this field and -VALUE- is this field's value.
getSQLNameAndValue(boolean) - Method in class planetj.database.Field
Gets the Field's name and value in SQL format: "-NAME- = -VALUE-" where -NAME- is the name of this field and -VALUE- is this field's value.
getSQLObject() - Method in class planetj.database.Field
Gets this field's value as an Object in SQL format.
getSQLObject() - Method in class planetj.database.field.DateField
Gets this field's value as an Object in SQL format.
getSQLOperation() - Method in class planetj.dataengine.application.ApplicationSQLContext
Gets this SQLContext's corresponding SQLOperation
getSQLOperation(int, String) - Method in class planetj.dataengine.operation.OperationManager
Deprecated. replaced with getOperation(int, String)
getSQLOperation(int, String, List) - Method in class planetj.dataengine.operation.OperationManager
Deprecated. replaced with getOperation(int, String, List)
getSQLOperationLabel(HttpServletRequest) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
getSQLOperationLabelParameter() - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
getSQLOperations() - Method in class planetj.dataengine.application.Application
Deprecated. replaced with getOperations()
getSQLOperations(Application, List) - Method in class planetj.dataengine.operation.OperationManager
Deprecated. Temporarily deprecated to find references. WK.
getSQLOperations(Application, List, ExecutingContext) - Method in class planetj.dataengine.operation.OperationManager
Deprecated. replaced with getOperations(Application, List, ExecutingContext)
getSQLOperations(ExecutingContext) - Method in class planetj.dataengine.application.Application
Deprecated. replaced with getOperations(ExecutingContext)
getSQLOperations(String, int, int, List) - Method in class planetj.dataengine.operation.OperationManager
Get SQLOperations with the specified type and the given owner.
getSQLParameters() - Method in class planetj.database.SQLContext
Returns an iteration of all the ISQLParameters in this context.
getSQLSelectStatement() - Method in class planetj.database.SQLContext
Get the context's current select statement.
getSQLState() - Method in class planetj.dataengine.exception.DESQLException
Gets the SQLState of the SQLException contained within this DESQLException object.
getSQLStateClassCode() - Method in class planetj.dataengine.exception.DESQLException
Gets the SQLState's class code from the SQLException wrapped inside this DESQLException.
getSQLStatement() - Method in class planetj.database.SQLContext
Gets the SQL Statement object for this SQLContext
getSQLStatements() - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Gets the list of SQL statements to include in the report.
getSQLString(HttpServletRequest) - Method in class planetj.magic.CopyRCToTableRequest
 
getSQLString(HttpServletRequest) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
getSQLStringParameter() - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
getSQLStringToExecute() - Method in class planetj.magic.SQLRequest
 
getSQLType() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the SQL type of the described fields.
getSQLType() - Method in class planetj.database.Field
Gets the SQL type of the described fields.
getSQLType() - Method in class planetj.database.field.SQLOperationField
Gets the SQL type of the described fields.
getSQLType(String) - Static method in class planetj.database.Field
 
getSQLTypeName() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
getSQLTypeName method comment.
getSQLTypeName() - Method in class planetj.database.Field
getSQLTypeName method comment.
getSQLTypeName(int) - Static method in class planetj.database.Field
 
getSQLTypeNames() - Static method in class planetj.database.DBSystem
Gets a List of SQL type names.
getSQLUpdateStatement() - Method in class planetj.database.SQLContext
Get the context's current update statement.
getSQLValue() - Method in class planetj.database.Field
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.Field
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.TimestampField
Returns the Field's name and value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.TempField
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.StringOrNumberField
Returns the Field's name and value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.SQLAssociationField
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.LogicalField
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.LastUpdateTimestampField
Returns the Field's name and value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.DateField
Returns the Field's name and value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.BlobField
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.BlankDisplayField
Returns the Field's value in SQL format.
getSQLValue(boolean) - Method in class planetj.database.field.BigDecimalField
Returns the Field's name and value in SQL format.
getSQLValue(boolean, boolean) - Method in class planetj.database.Field
This method is a temporary solution to getting the field's value without appending single quote marks at the beginning and end of the field's value if it normally would have quotes.
getStartDate() - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Gets the day on which the distribution should be started
getStartDateTime() - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Gets the exact time and day to start the distribution
getStartMenuRootDirectory() - Static method in class planetj.shortcuts.ShortcutGenerator
Returns a String that points to this systems start menu directory Creation date: (5/26/2003 3:34:20 PM)
getStartMenuRootDirectory(String) - Static method in class planetj.shortcuts.ShortcutGenerator
Returns a String that points to this systems start menu directory Creation date: (5/26/2003 3:34:20 PM)
getStartTime() - Method in class planetj.dataengine.autorun.EmailTask
Gets the exact day and time when this task should begin executing
getStartTime() - Method in class planetj.dataengine.autorun.BatchProcessTask
Gets the exact day and time when this task should begin executing
getStartTime() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets the exact day and time when this task should begin executing
getStartTime() - Method in class planetj.dataengine.autorun.AutoRunPropertyGroup
Gets the time of day which the distribution should be started
getStartTime() - Method in class planetj.util.TaskEvent
Returns the time the Task started.
getStatement() - Method in class planetj.database.sql.SQLToken
Gets the SQLStatement to which this token belongs
getStatementBalanceAmount() - Method in class planetj.qif.QIFAccountRecord
Statement balance amount
getStatementBalanceDate() - Method in class planetj.qif.QIFAccountRecord
Statement balance date
getStatementMap() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the Map of statements that have been executed from this connection pool
getStatementMap() - Method in class planetj.database.connection.ConnectionPoolReport
Insert the method's description here.
getStatements() - Method in class planetj.dataengine.cache.PreparedStatementCache
Gets a List of what statements have been prepared in this Connection.
getStatements() - Method in class planetj.database.connection.ConnectionReportPropertyGroup
Gets the statements property
getStatementTotal() - Method in class planetj.database.connection.ConnectionPoolReport
Gets timing information about the queries and updates run from the connection pool.
getStaticAttribute(Object) - Method in class planetj.database.Row
 
getStaticAttribute(Object) - Method in class planetj.database.Field
 
getStatusChange() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Returns whether or not we notify on a status change
getStatusMessage(int) - Method in class planetj.license.License
Creation date: (5/7/2003 12:29:31 AM)
getStatusMessage(int) - Method in interface planetj.license.ILicense
Convenience method for getting a message from the license about it current state.
getString(int) - Static method in class planetj.common.CMUtility
Gets a String representation for the given int, possibly from a cache.
getStringSpacedOutTo(int, Object) - Static method in class planetj.common.ConvertUtility
Return a String spaced out to the specified length with either spaces of 0 if it is numberic
getStringValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name as a String
getStyle(Class) - Method in class planetj.html.CSSManager
Gets the registered style for the given class.
getStyleClass() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the style class for this FieldDescriptor's Fields
getStyleClass() - Method in class planetj.html.HTMLOption
Gets the CSS style class of this option
getStyleClass(ExecutingContext) - Method in class planetj.database.Field
Get a Field's style.
getStyleClass(String, String, ExecutingContext) - Method in class planetj.database.Field
Get a Field's style.
getStyleSheet() - Method in class planetj.html.HTMLRowDetails
Deprecated. no longer used as of (5/28/2003 12:21:19 PM)
getStyleSheetLink() - Method in class planetj.html.HTMLTable
 
getSubject() - Method in class planetj.dataengine.autorun.EmailOperation
Gets the email subject
getSubject() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the subject
getSubject() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the subject of the email.
getSubject() - Method in class planetj.common.CMMailMessage
Returns the subject of the message.
getSubmitButtonStyle() - Method in class planetj.dataengine.display.StylesPropertyGroup
Gets the style to use when rendering the submit button
getSuccessMessage() - Method in class planetj.magic.AbstractMagicRequest
Get the message to set in the request if this "Magic Request" runs successfully.
getSum(String) - Method in class planetj.database.RowCollection
Returns a double which is the sum of the rows for the requested column value.
getSum(String[]) - Method in class planetj.database.Row
Returns the sum of all the fields represented in pFieldNames if that field is a number
getSupportedDataType(int) - Method in class planetj.database.MSAccessDBSystem
Returns the equivalent supported datatype for a specified datatype.
getSupportedDataType(int) - Method in class planetj.database.DBSystem
Returns the equivalent supported datatype name for a specified datatype.
getSwitches() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the switches, swithces is an extra field for holding special indicators which may be used for influencing how the DataEngine behaves.
getSystem() - Method in class planetj.database.Table
Returns the system of the Library to which this Table belongs.
getSystem() - Method in class planetj.database.Library
Returns the DBSystem to which this Library belongs.
getSystem() - Method in class planetj.database.Field
Returns the DBSystem this Fields Table belongs to (its Table gets its DBSystem from its Library).
getSystem() - Method in class planetj.connections.AS400SignOnDialog
Gets the text in the system field
getSystem() - Method in class planetj.database.connection.ConnectionRow
Returns the system.
getSystem() - Method in class planetj.dataengine.task.RetrieveLibrariesTask
Returns the system to look for libraries.
getSystem(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets the default DBSystem from the session.
getSystem(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsRequest
 
getSystem(HttpServletRequest) - Method in class planetj.magic.SystemRequest
 
getSystem(HttpServletRequest) - Method in class planetj.magic.CopyRCToTableRequest
 
getSystem(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnRequest
 
getSystem(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnBaseRequest
 
getSystem(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Gets the DBSystem from the session identified by the given key.
getSystem(String) - Static method in class planetj.database.DBSystem
Gets the DBSystem for the given system alias.
getSystemAlias() - Method in class planetj.database.Table
Returns the system url of the Library to which this Table belongs (the Library gets the url from it's DBSystem).
getSystemAlias() - Method in class planetj.database.SQLContext
Gets the system alias for the SQL operation.
getSystemAlias() - Method in class planetj.database.RowCollection
Gets the alias to the system to connect to
getSystemAlias() - Method in class planetj.database.Row
Returns the alias of one of the systems to which this Row belongs.
getSystemAlias() - Method in class planetj.database.Library
Returns the url of this Library's DBSystem.
getSystemAlias() - Method in class planetj.database.Field
Returns the system alias for the Field's Table.
getSystemAlias() - Method in class planetj.connections.AS400SignOnDialog
When the signon is sucessful, a connection pool is created with the system alias property.
getSystemAlias() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the system alias that was signed on to.
getSystemAlias() - Method in interface planetj.dataengine.security.http.ISecured
Gets the alias of the system for this secured object
getSystemAlias() - Method in class planetj.dataexplorer.DataExplorerServlet
 
getSystemAlias() - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getSystemAlias() - Method in interface planetj.dataengine.security.IUser
Gets the system alias of this user's personal connection pool, or null if no such pool exists
getSystemAlias() - Method in class planetj.dataengine.security.DEUser
Gets the system alias of this user's personal connection pool, or null if no such pool exists
getSystemAlias() - Method in class planetj.common.AS400Manager
Insert the method's description here.
getSystemAlias(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnBaseRequest
 
getSystemAliasForQuery(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsRequest
 
getSystemAliasParam() - Method in class planetj.magic.SignOnBaseRequest
 
getSystemAliasToQuery() - Method in class planetj.magic.SQLRequest
 
getSystemBusyFailures() - Method in class planetj.database.connection.ConnectionPoolReport
Gets the number of connection requests that completely failed because the system ran out of connections.
getSystemName() - Method in class planetj.helpers.FileDescriptor
Insert the method's description here.
getSystemSessionId() - Method in class planetj.fdmanager.magic.ViewFDsRequest
 
getSystemSessionId() - Method in class planetj.magic.SystemRequest
 
getSystemURL() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the system url.
getSystemURL() - Method in class planetj.database.Table
Returns the system url of the Library to which this Table belongs (the Library gets the url from it's DBSystem).
getSystemURL() - Method in class planetj.database.Library
Returns the url of this Library's DBSystem.
getSystemURL() - Method in class planetj.database.Field
Returns the system url this Fields Table's DBSystem has (its Table gets the system url from the Library which gets it from the DBSystem).
getSystemURL(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnBaseRequest
 
getSystemURLParam() - Method in class planetj.magic.SignOnBaseRequest
 
getTable() - Method in class planetj.database.SQLContext
Gets the table which is being queried.
getTable() - Method in class planetj.database.RowCollection
Gets the table object for this RowCollection.
getTable() - Method in class planetj.database.Row
Get's this field's table.
getTable() - Method in class planetj.database.Field
Returns the Table to which this Field belongs.
getTable() - Method in class planetj.magic.AddRowRequest
 
getTable(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets the default Table from the session.
getTable(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsForTableRequest
 
getTable(HttpServletRequest) - Method in class planetj.magic.TableRequest
 
getTable(HttpServletRequest) - Method in class planetj.magic.CopyRCToTableRequest
 
getTable(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Gets the Table from the session identified by the given key.
getTable(int) - Method in class planetj.database.SQLContext
Gets the table being queried with the given index.
getTable(int) - Method in class planetj.database.Row
 
getTable(int) - Method in class planetj.database.table.TableCollection
Gets a table out of the collection by index
getTable(String) - Method in class planetj.dataengine.AbstractTableManager
Gets the Table object this manager manages.
getTable(String) - Method in class planetj.database.Library
Returns the Table in this Library with the given name.
getTable(String) - Method in class planetj.database.sql.ColumnToken
Gets the Table in which the column referenced by this ColumnToken exists.
getTable(String) - Static method in class planetj.dataengine.security.DEUser2Group
 
getTable(String) - Static method in class planetj.dataengine.security.DEUser
 
getTable(String) - Static method in class planetj.dataengine.security.DEGroup2Authorization
 
getTable(String, boolean) - Method in class planetj.database.Library
Returns the Table in this Library with the given name.
getTable(String, String, String) - Static method in class planetj.database.Table
Get the Table for the given table name using the specified library name and system url.
getTable(String, String, String, boolean) - Static method in class planetj.database.Table
Get the Table for the given table name using the specified library name and system url.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class planetj.gui.CMComboBoxJ
This ComboBox can act as a TableCellRenderer,
getTableClauseString() - Method in class planetj.database.sql.SelectStatement
 
getTableClauseToken() - Method in class planetj.database.sql.UpdateStatement
 
getTableClauseToken() - Method in class planetj.database.sql.SelectStatement
 
getTableClauseToken() - Method in class planetj.database.sql.InsertStatement
 
getTableClauseToken() - Method in class planetj.database.sql.DeleteStatement
 
getTableColumn(int) - Method in class planetj.gui.CMSmartTableModel
 
getTableDescriptor() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Gets the table descriptor
getTableDescriptor() - Method in class planetj.database.Table
Gets the table descriptor
getTableDescriptorName(String) - Static method in class planetj.database.fielddescriptors.TableDescriptor
Gets the name of a TableDescriptor based on a table name
getTableDescriptorName(Table) - Static method in class planetj.database.fielddescriptors.TableDescriptor
Gets the name of a TableDescriptor based on a table
getTableId() - Method in class planetj.html.HTMLTable
Returns the TableId of the specific table being generated Creation date: (8/5/2003 10:47:40 AM)
getTableList(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Gets the default list of tables from the session.
getTableList(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Gets a list of tables from the session identified by the given key.
getTableName() - Method in class planetj.dataengine.RowInterfaceProperties
This method is derrived from the getFullClassName which is return LIBRARY_NAME.TABLE_NAME for classes and LIBRARY_NAME.I + TABLE_NAME for interfaces Creation date: (4/9/2002 1:21:32 PM)
getTableName() - Method in class planetj.dataengine.RowClassProperties
This method is derrived from the getFullClassName which is return LIBRARY_NAME.TABLE_NAME for classes and LIBRARY_NAME.I + TABLE_NAME for interfaces Creation date: (4/9/2002 1:21:32 PM)
getTableName() - Method in class planetj.dataengine.AbstractTableManager
Gets the name of the table in which information is stored.
getTableName() - Method in class planetj.helpers.properties.MSAccessPropertyGroup
Gets the name of the table to write to (may be null)
getTableName() - Method in class planetj.helpers.MSAccessDescriptor
Gets the name of the table to export to
getTableName() - Method in class planetj.database.RowCollection
 
getTableName() - Method in class planetj.database.Row
Returns the name of the Table of this Row.
getTableName() - Method in class planetj.database.Field
Returns the name of the Table this Field belongs to.
getTableName() - Method in class planetj.database.sql.TableToken
 
getTableName() - Method in class planetj.database.sql.ColumnToken
Gets the name of the table the column exists in.
getTableName(Table) - Static method in class planetj.database.SQLGenerator
Gets fully qualified name of a Table object.
getTableNameForQuery(HttpServletRequest) - Method in class planetj.fdmanager.magic.ViewFDsForTableRequest
 
getTableNameParam() - Method in class planetj.fdmanager.magic.ViewFDsForTableRequest
 
getTableNameParam() - Method in class planetj.magic.TableRequest
 
getTableNames() - Method in class planetj.database.Library
Gets a list of table names currently in the library instance.
getTableNames() - Method in class planetj.dataengine.display.StoredProcedurePropertyGroup
Gets a list of the fully qualified names of tables involved in the stored procedure
getTableNames(List) - Static method in class planetj.database.SQLGenerator
Gets the fully qualified table names from a List of Table objects.
getTables() - Method in class planetj.database.SQLContext
Gets the tables being queried.
getTables() - Method in class planetj.database.RowCollection
 
getTables() - Method in class planetj.database.Row
Get's this field's table.
getTables() - Method in class planetj.database.Library
Returns a Map of Table objects existing in this Library (May not be all of the tables in the database).
getTables(String) - Method in class planetj.dataengine.display.StoredProcedurePropertyGroup
Gets a list of the Table objects used in the stored procedure
getTableSQLString(String, String) - Method in class planetj.dataengine.AbstractTableManager
Get an SQL String that can be used to create the table.
getTableSQLString(String, String) - Method in class planetj.dataengine.operation.OperationManager
Get an SQL String that can be used to create the table.
getTableSQLString(String, String) - Method in class planetj.dataengine.application.ApplicationManager
Get an SQL String that can be used to create the table.
getTableTokens() - Method in class planetj.database.sql.UpdateStatement
 
getTableTokens() - Method in interface planetj.database.sql.TableStatement
 
getTableTokens() - Method in class planetj.database.sql.TableClauseToken
Gets a List of TableTokens for this TableClauseToken
getTableTokens() - Method in class planetj.database.sql.SelectStatement
 
getTableTokens() - Method in class planetj.database.sql.InsertStatement
 
getTableTokens() - Method in class planetj.database.sql.DeleteStatement
 
getTableTokens() - Method in class planetj.database.sql.CreateAliasStatement
getTableTokens method comment.
getTableTokens() - Method in class planetj.database.sql.CallStatement
getTableTokens method comment.
getTableVariableFieldDescriptors() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Lists the field descriptors which describe table variable fields..
getTarget() - Method in class planetj.dataengine.display.BrowserProperties
Get the target.
getTargetFieldDescriptor() - Method in interface planetj.dataengine.parameter.IParameterSource
Gets the field descriptor describing what is being set by a parameter.
getTargetFieldDescriptor() - Method in interface planetj.dataengine.parameter.IParameter
Gets a field descriptor describing this parameter's target (i.e.
getTargetFieldDescriptor() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets a field descriptor describing this parameter's target (i.e.
getTargetFieldDescriptor() - Method in class planetj.database.sql.SQLComparison
Gets the field descriptor for the field this SQLComparison is comparing.
getTargetOperation() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets this AutoRunTask's target operation
getTargetOperationId() - Method in class planetj.dataengine.autorun.AutoRunTask
Gets the ID of this AutoRunTask's target operation (the operation which will be autorun)
getTaskEvent() - Method in class planetj.util.CMTimerTask
Returns the TaskEvent object used when notifying listerns when the task starts and completes.
getTaskScheduler() - Static method in class planetj.database.DataEngine
Returns the TaskScheduler (for the DataEngine) used for scheduling tasks and creating timers.
getTemp() - Method in class planetj.gui.CMMessageLogFrameJ
Gets the temp property (java.lang.String) value.
getTempDirectory() - Static method in class planetj.dataengine.test.BaseTestClass
 
getTemplate() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Gets the template for this layout property group.
GETTER_METHOD - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
getTestTaskEvent() - Method in class planetj.dataengine.task.TaskTester
Returns the TestTaskEvent object used when notifying listerns when the task starts and completes.
getText() - Method in class planetj.gui.CMTextFieldJ
Overrides the getText method and trims the text if the automaticallyTrimContents property is true.
getText() - Method in class planetj.gui.CMAction
Gets the text property (java.lang.String) value.
getTextColor() - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
getTheme() - Method in class planetj.dataengine.application.Application
Gets the Theme associated with this application.
getTheme(Application, List) - Method in class planetj.dataengine.theme.ThemeManager
Gets a Theme associated with the given Application.
getTheme(String, int, List) - Method in class planetj.dataengine.theme.ThemeManager
Gets a Theme by ID.
getThemeId() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the theme ID of this SQLOperation
getThemeId() - Method in class planetj.dataengine.application.Application
Gets the ID of this application's theme.
getThemeIdAsInteger() - Method in class planetj.dataengine.application.Application
Gets the ID of this application's theme.
getThemePropertyGroups() - Method in class planetj.dataengine.theme.Theme
Deprecated. replaced with getRowPropertyGroups()
getThemes(String, int, List) - Method in class planetj.dataengine.theme.ThemeManager
Gets a RowCollection of all Theme objects available to the specified owner.
getThemes(String, List) - Method in class planetj.dataengine.theme.ThemeManager
Gets a RowCollection of all Theme objects available to all owners.
getThemeTable(String) - Method in class planetj.dataengine.theme.ThemeManager
Gets the Theme Table Object.
getThemeTableName() - Method in class planetj.dataengine.theme.ThemeManager
Gets the name of the table containing theme information (the default name is THEME).
getTime(Date) - Static method in class planetj.common.ConvertUtility
Returns the time portion of the date as a 6 or 5 digit number in the form of HHMMSS.
getTimeInMills() - Method in class planetj.gui.CMFrameJ
Insert the method's description here.
getTimeInMills() - Method in class planetj.gui.CMDialogJ
Insert the method's description here.
getTimeout() - Method in class planetj.dataengine.cache.DataEngineCache
Gets the maximum number of seconds which a RowCollection can be stored in the cache and still be considered valid.
getTimeoutSeconds() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the number of seconds for which this sign on can remain inactive and still be valid
getTimeoutSeconds() - Method in class planetj.database.connection.DataEngineConnectionPool
If no connections have been retrieved from this connection pool after this amount of time, then this connection pool will close itself.
getTimer(String) - Method in class planetj.util.TaskScheduler
Return the timer identified by the given key.
getTimerCount() - Method in class planetj.util.TaskScheduler
Returns the number of timers managed by this TaskScheduler.
getTimestamp() - Method in class planetj.database.SQLContext
Gets when this SQLContext was last run
getTimestamp() - Method in class planetj.database.RowCollection
Gets the time when this RowCollection was created.
getTimestamp() - Method in class planetj.database.Row
Gets the time when this Row was read from the database, or Long.MIN_VALUE if the time cannot be determined
getTimestamp() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the sign on time
getTitle() - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the title for this SQLOperation.
getTitle() - Method in class planetj.database.SQLContext
Gets the title of this SQLContext, which will also be the title of any RowCollections retrieved via this SQLContext
getTitle() - Method in class planetj.database.RowCollection
Gets the title of this RowCollection
getTitle() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the title for the page being loaded.
getTitle() - Method in class planetj.chart.ChartSpecificationPG
Get the title of the chart.
getTitle() - Method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Gets the title to use for the optional signon area
getTitle() - Method in class planetj.common.CMMessage
Gets the message property (java.lang.String) value.
getTitle(Application) - Static method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Get the optional signon title to use
getTitle(int) - Method in class planetj.dataengine.operation.OperationManager
Gets a title for a set of SQLOperations depending upon the type they are.
getTo() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the user
getTo() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the list of addresses the email is being sent to.
getTo() - Method in class planetj.common.CMMailMessage
Gets the recipients of the message.
getToc() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Deprecated. replaced with getTOC()... TOC is an abbreviation for table of contents... upper cased to make more sense
getTOC() - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Convience method to get the toc (side navigation bar) of the template.
getToken() - Method in interface planetj.dataengine.parameter.IParameter
Gets the literal token that was used to denote this parameter in code
getToken() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the literal token that was used to denote this parameter in code
getToken() - Method in class planetj.database.sql.SQLToken
 
getToolTip() - Method in class planetj.gui.CMAction
Gets the toolTip property (java.lang.String) value.
getToolTipTranslationId() - Method in class planetj.gui.CMToggleButtonJ
Gets the key of the translation id EXAMPLE ^OkButton
getTotal() - Method in class planetj.database.connection.DataEngineConnectionPool.RunningTotal
Gets the sum of all the values that have been added to this RunningTotal
getTransactionHeader() - Static method in class planetj.iif.IIFTransaction
Returns the Transaction Header info.
getTransactionId() - Method in class planetj.iif.IIFTransaction
Returns a unique id for this transaction.
getTransactionIsolation() - Method in class planetj.database.connection.DataEngineConnection
Gets this Connection's current transaction isolation level.
getTransactionIsolationLevel(Connection) - Static method in class planetj.dataengine.test.JERowTests
 
getTransactionType() - Method in class planetj.iif.IIFTransaction
Must be a valid Transaction Type according to iff format Creation date: (2/13/2002 2:37:51 AM)
getTransactionType() - Method in class planetj.iif.IIFDistribution
Must be a valid Distribution Transaction Type according to iff format Creation date: (2/13/2002 2:37:51 AM)
getTranslatedDescription(UserProperties) - Method in class planetj.dataengine.theme.Theme
Gets the translated description of this Theme.
getTranslatedLabel(UserProperties) - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the label for this SQLOperation after translation
getTranslatedLabel(UserProperties) - Method in interface planetj.dataengine.application.View
Gets the label of this view after translation
getTranslatedName(UserProperties) - Method in class planetj.dataengine.application.Application
Gets the translated name of this application
getTranslatedTitle(UserProperties) - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets the title for this SQLOperation after translation.
getTranslation() - Method in class planetj.gui.CMToggleButtonJ
Gets the non-translated String.
getTranslation() - Method in class planetj.gui.CMTextPaneJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMTextFieldJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMTextAreaJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMRadioButtonMenuItemJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMRadioButtonJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMMenuJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMMenuItemJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMLabelJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMFrameJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMEditorPaneJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMDialogJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMCheckBoxMenuItemJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMCheckBoxJ
Gets the translated String.
getTranslation() - Method in class planetj.gui.CMButtonJ
Gets the non-translated String.
getTranslation(Object) - Method in class planetj.common.TranslationManager
Gets the value of translation.
getTranslation(String) - Method in class planetj.gui.CMTableModel
 
getTranslation(String) - Method in class planetj.common.TranslationManager
Gets the value of translation.
getTranslation(String) - Static method in class planetj.common.BusinessObject
Translate the message to the appropriate international text.
getTranslation(Vector) - Method in class planetj.common.TranslationManager
Gets the value of translation.
getTranslationId() - Method in class planetj.gui.CMToggleButtonJ
Gets the key of the translation id EXAMPLE ^OkButton
getTranslationId() - Method in class planetj.gui.CMTextPaneJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMTextFieldJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMTextAreaJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMRadioButtonMenuItemJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMRadioButtonJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMMenuJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMMenuItemJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMLabelJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMFrameJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMEditorPaneJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMDialogJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMCheckBoxMenuItemJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMCheckBoxJ
Gets the key of the translated String.
getTranslationId() - Method in class planetj.gui.CMButtonJ
Gets the key of the translation id EXAMPLE ^OkButton
getTranslationManager() - Static method in class planetj.common.CommonServices
Gets the TranslationManager for the current service.
getTrueValue() - Method in class planetj.database.field.YNBooleanField
Get the Field's true value.
getTrueValue() - Method in class planetj.database.field.YBlankBooleanField
Get the Field's true value.
getTrueValue() - Method in class planetj.database.field.TFBooleanField
Get the Field's true value.
getTrueValue() - Method in interface planetj.database.field.IBooleanField
Insert the method's description here.
getTrueValue() - Method in class planetj.database.field.AbstractBooleanField
Subclasses need to return the value which represents the Field's 'true' value.
getType() - Method in class planetj.dataengine.theme.Theme
Gets the type of this Theme.
getType() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the type
getType() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value type the field.
getType() - Method in class planetj.license.License
Insert the method's description here.
getType() - Method in interface planetj.license.ILicense
Return the type of license.
getType() - Method in class planetj.magic.RowReflectionRequest
Get the type of magic request.
getType() - Method in class planetj.magic.MagicRequest
Get the type of magic request.
getType() - Method in interface planetj.magic.IMagicRequest
Get the type of magic request.
getType() - Method in class planetj.magic.AbstractMagicRequest
Get the type of magic request.
getType() - Method in class planetj.database.sql.UpdateStatement
 
getType() - Method in class planetj.database.sql.SQLStatement
Subclasses need to return their statement type.
getType() - Method in class planetj.database.sql.SelectStatement
 
getType() - Method in class planetj.database.sql.InsertStatement
 
getType() - Method in class planetj.database.sql.DeleteStatement
 
getType() - Method in class planetj.database.sql.CreateAliasStatement
This is a CREATE ALIAS, used commonly for multi member files
getType() - Method in class planetj.database.sql.CallStatement
Subclasses need to return their statement type.
getType() - Method in class planetj.dataengine.operation.Operation
Gets the type of this Operation.
getType() - Method in class planetj.dataengine.display.RowAction
All subclasses are of the RowAction's type
getType() - Method in class planetj.dataengine.display.ReflectRowCollectionAction
Subclasses may override if necessary.
getType() - Method in class planetj.dataengine.display.ReflectRowAction
Subclasses may override if necessary.
getType() - Method in class planetj.dataengine.display.ActionDescriptor
Get the type of actions shown or hidden.
getType() - Method in class planetj.dataengine.display.AbstractAction
Subclasses may override if necessary.
getType() - Method in class planetj.qif.QIFAccountRecord
Type of account
getType() - Method in class planetj.chart.ChartSpecificationPG
Get the type of chart to generate.
getType() - Method in class planetj.dataengine.security.DEAuthorization
 
getType() - Method in class planetj.exception.CMExceptionDialogJ
Insert the method's description here.
getType() - Method in class planetj.exception.CMException
Gets the type property (char) value.
getType() - Method in class planetj.common.CMMessage
Gets the type property (char) value.
getType() - Method in class planetj.database.connection.ConnectionEvent
Gets the type of event that occured.
getType(String) - Method in class planetj.chart.ChartManager
Gets the type of chart to generate from the given chart abbreviation key.
getTypeAsInteger() - Method in class planetj.dataengine.security.DEAuthorization
 
getTypeMap() - Method in class planetj.database.connection.DataEngineConnection
JDBC 2.0 Gets the type map object associated with this connection.
getUniqueId() - Method in class planetj.dataengine.security.DEUser
Getter method for the UniqueId property
getUniqueId(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.UserListSignOn
Gets an id for this userid and secured entity which uniquely identifies this signon attempt.
getUniqueMagicKey(HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Return a # unique for this request that is used as the key for the magic request.
getUpdatedFields() - Method in class planetj.database.Row
Return the names of all the fields.
getUpdatedFields() - Method in class planetj.database.FieldCollection
Returns a Map of Fields (keyed by name) that have been updated.
getUpdateLinkText() - Method in class planetj.html.HTMLTable
 
getUpdatePolicy() - Method in class planetj.dataengine.cache.CacheManager
Gets the update policy.
getUpdateTotal() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets information about updates run from this connection pool.
getUpdateTotal() - Method in class planetj.database.connection.ConnectionPoolReport
Gets timing information about the updates run from this connection pool.
getURI() - Method in class planetj.license.License
Get URI location that license should be stored / retrieved.
getURI() - Method in interface planetj.license.ILicense
Get URI location that license should be stored / retrieved.
getURI(HttpServletRequest) - Method in class planetj.html.HTMLTable
 
getUrl() - Method in class planetj.database.connection.ConnectionRow
Getter method for the Url property
getURL() - Method in class planetj.database.DBSystem
Returns the url of the system.
getURL() - Method in interface planetj.shortcuts.IShortcut
must be the file or URL in url format Example of URL = "http://www.planetjavainc.com/" Example of file = "file://c:/Temp/Runnable.exe" Creation date: (5/26/2003 3:02:41 PM)
getURL() - Method in class planetj.shortcuts.InternetShortcut
must be the file or URL in url format Example of URL = "http://www.planetjavainc.com/" Example of file = "file://c:/Temp/Runnable.exe" Creation date: (5/26/2003 3:02:41 PM)
getURL() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the url for the database system to which this connection pool's connections are conntected.
getURL(ExecutingContext) - Method in class planetj.database.field.URLReferenceField
Gets the URL for this URLReferenceField.
getURLFormatForDriver(String) - Static method in class planetj.database.connection.ConnectionRow
Gets an expected URL format for a driver class
getURLPrefix(ExecutingContext) - Method in class planetj.database.field.URLReferenceField
Gets the prefix which is prepended to this field's URL.
getUsageCounts() - Method in class planetj.database.connection.ConnectionPoolReport
Gets information about the amount of usage this connection pool has seen.
getUsageId() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the usageId of the field.
getUsageId() - Method in class planetj.dataengine.operation.Operation
Gets the usageId of the field.
getUsageIdRow() - Method in class planetj.database.SQLContext
Gets the row whose data should be used to replace literal usage id's in the SQL (indicated with a ##?)
getUseCount() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets the number of connections in this connection pool that are currently in use.
getUser() - Method in class planetj.dataengine.ExecutingContext
Get the current user of this executing context.
getUser() - Method in class planetj.dataengine.autorun.DistributionPropertyGroup
Gets the user
getUser() - Method in class planetj.dataengine.email.EmailPropertyGroup
Get the user for the connection to the mail server.
getUserAuthenticationListOperation() - Method in class planetj.dataengine.application.Application
Gets this Application's Operation with a type of User Authorization List.
getUserAuthenticationListOperations(String, int, List) - Method in class planetj.dataengine.operation.OperationManager
Get authentication SQLOperations for the given owner.
getUserEnteredRowCount(HttpServletRequest) - Method in class planetj.dataexplorer.RunSQLRequest
Get the row count entered by the user.
getUserEnteredSQL(HttpServletRequest) - Method in class planetj.dataexplorer.RunSQLRequest
Get the SQL entered by the user.
getUserEnteredSQL(HttpServletRequest) - Method in class planetj.dataexplorer.CopyResultsRequest
Get the SQL entered by the user.
getUserEnteredToLibrary(HttpServletRequest) - Method in class planetj.dataexplorer.CopyResultsRequest
Get the current system selected by user.
getUserEnteredToTable(HttpServletRequest) - Method in class planetj.dataexplorer.CopyResultsRequest
Get the current system selected by user.
getUserid() - Method in class planetj.dataengine.exception.DataEngineInitializationException
Gets the userid that was used to try and connect to the database (it will be the decoded value)
getUserId() - Method in class planetj.helpers.FileDescriptor
Insert the method's description here.
getUserId() - Method in class planetj.connections.AS400SignOnDialog
Gets the text in the user id field
getUserId() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the userId that was used to sign on
getUserId() - Method in class planetj.dataengine.application.Application
Gets the userid for this application
getUserId() - Method in interface planetj.util.ILogin
Gets the user id for the login
getUserId() - Method in class planetj.util.DefaultLogin
Gets the user id for the login
getUserId() - Method in class planetj.dataengine.security.DEUser2Group
Gets the user ID
getUserId() - Method in class planetj.database.connection.ConnectionRow
Getter method for the UserId property
getUserID() - Method in class planetj.common.CMMailer
 
getUserId(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnRequest
 
getUserId(HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.SignOnBaseRequest
 
getUserIdAsInteger() - Method in class planetj.dataengine.security.DEUser2Group
Gets the user ID
getUserIdField() - Method in class planetj.processes.logon.SignOnAndRegistrationRow
This method will use the usage ids to find the User id field.
getUserIdParam() - Method in class planetj.magic.SignOnBaseRequest
 
getUserLabel() - Method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
getUserLabel(Application) - Static method in class planetj.dataengine.security.OptionalSignonPropertyGroup
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
getUserLibrary() - Method in class planetj.dataengine.ExecutingContext
Gets the current user library.
getUserMessage(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
 
getUserMessageForOperation(int) - Method in class planetj.database.Row
Return a message to the user after an operation completes.
getUserMessageForOperation(int) - Method in class planetj.dataengine.operation.Operation
Returns a message for the user based on the Mode of the Row
getUserMessageForOperation(int) - Method in class planetj.dataengine.application.Application
Returns a message for the user based on the Mode of the Row
getUserMessageForOperation(int) - Method in class planetj.database.connection.ConnectionRow
Returns a message for the user based on the Mode of the Row
getUserMode() - Method in class planetj.dataengine.security.http.SignOnReceipt
 
getUserMode() - Method in interface planetj.dataengine.security.IUser
Gets the MODE of the user.
getUserMode() - Method in class planetj.dataengine.security.DEUser
 
getUserName() - Method in class planetj.dataengine.webservices.DistributedSignonReceipt
Insert the method's description here.
getUserName() - Method in class planetj.dataengine.webservices.DistributedSignonKey
Insert the method's description here.
getUserName() - Method in class planetj.dataengine.security.http.SignOnReceipt
Gets the name of the user.
getUserName() - Method in interface planetj.dataengine.security.IUser
Gets the name for this user, which should uniquely identify the user in the current context.
getUserName() - Method in class planetj.dataengine.security.DEUser
Getter method for the User Name property
getUserPrincipal() - Method in class planetj.servlet.wrapper.HttpServletRequestWrapper
 
getUserProperties(boolean, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the default UserProperties from the session.
getUserProperties(HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated. replaced with method in DataEngineManager
getUserProperties(HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the default UserProperties from the session.
getUserProperties(HttpServletRequest, boolean) - Static method in class planetj.dataengine.SessionManager
Deprecated. replaced with method in DataEngineManager
getUserProperties(HttpServletRequest, String) - Static method in class planetj.dataengine.SessionManager
Deprecated. no longer used
getUserSelectedFromSystem(HttpServletRequest) - Method in class planetj.dataexplorer.CopyResultsRequest
Get the current system selected by user.
getUserSelectedSystem(HttpServletRequest) - Method in class planetj.dataexplorer.RunSQLRequest
Get the current system selected by user.
getUserSelectedToSystem(HttpServletRequest) - Method in class planetj.dataexplorer.CopyResultsRequest
Get the current system selected by user.
getUserSQLValue(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
 
getUserSQLValue(String) - Method in interface planetj.dataengine.security.IUser
Gets the value of the specified user field as an Object for use as an SQL parameter
getUserSQLValue(String) - Method in class planetj.dataengine.security.DEUser
 
getUserValue(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
 
getUserValue(String) - Method in interface planetj.dataengine.security.IUser
Gets the value of the specified user field as an Object
getUserValue(String) - Method in class planetj.dataengine.security.DEUser
 
getUseWOWLibrary() - Method in class planetj.database.SQLContext
Tests which WOW library should be used to execute this context.
getUseWOWLibrary() - Method in class planetj.database.Row
 
getValidationExceptionDetailedMessage() - Method in class planetj.exception.ValidationException
Returns the Validation Exception detailed message Creation date: (4/5/2002 1:29:51 PM)
getValidationExceptions() - Method in class planetj.database.RowCollection
Be careful when you call this method because it is derived and spins through all the fields of all the Rows in this RowCollection.
getValidationExceptions() - Method in class planetj.database.Row
Be careful when you call this method because it is derived and spins through all the fields.
getValidationExceptions() - Method in class planetj.database.Field
This is lazy inited so if you want to see if this field has any ValidationException, you must check the size() of this List Creation date: (4/5/2002 2:01:13 PM)
getValidationExceptions() - Method in class planetj.database.sql.AbstractExpressionToken
Deprecated. (6/11/2003 8:18:59 AM) This method will not allow setting the Field's default value from a user property. Replaced by getValidationExceptions(ExecutingContext)
getValidationExceptions(ExecutingContext) - Method in class planetj.database.sql.AbstractExpressionToken
Be careful when you call this method because it is derived and spins through all the Fields of all the SQLComparisons in this expression token.
getValidationExceptionShortMessage() - Method in class planetj.exception.ValidationException
Returns the Validation Exception short message Creation date: (5/13/2002 4:07:32 PM)
getValidationInvalidDigitRequiredString() - Method in class planetj.database.field.PasswordField
This method will return the long description of why this field's value (digit required) is invalid and possible actions or examples we could put in this field.
getValidationInvalidLengthString() - Method in class planetj.database.Field
This method will return the long description of why this field's length is invalid and possible actions or examples we could put in this field.
getValidationInvalidMinLengthString() - Method in class planetj.database.Field
This method will return the long description of why this field's minimum length is invalid and possible actions or examples we could put in this field.
getValidationInvalidValueString() - Method in class planetj.database.Field
This method will return the long description of why this field's value is invalid and possible actions or examples we could put in this field.
getValidationInvalidValueString() - Method in class planetj.database.field.BigDecimalField
Gets the long description of why this field's value is invalid and possible actions or examples we could put in this field.
getValidationInvalidValueString(String) - Method in class planetj.database.Field
This method will return the long description of why this field's value is invalid and possible actions or examples we could put in this field.
getValidationInvalidValueString(String) - Method in class planetj.database.field.JSPFileNameField
This method will return the long description of why this field's value is invalid and possible actions or examples we could put in this field.
getValidationInvalidValueString(String) - Method in class planetj.database.field.JavaClassNameField
This method will return the long description of why this field's value is invalid and possible actions or examples we could put in this field.
getValidationInvalidValueString(String) - Method in class planetj.database.field.BigDecimalNonNegativeField
This method will return the long description of why this field's value is invalid and possible actions or examples we could put in this field.
getValidationRequiredString() - Method in class planetj.database.Field
This method will return the long description of why this field is required and possible actions or examples we could put in this field.
getValidValuesString() - Method in class planetj.database.Field
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Examples: (123) 456-7890, 1234567890, 123-456-78890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.ZipCodeSuffixField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Example: (123) 456-7890, 1234567890, 123-456-7890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.ZipCodeField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Example: (123) 456-7890, 1234567890, 123-456-7890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.TimeField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Examples: (123) 456-7890, 1234567890, 123-456-78890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.SocialSecurityNumberField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Example: (123) 456-7890, 1234567890, 123-456-7890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.PhoneNumberField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Example: (123) 456-7890, 1234567890, 123-456-7890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.PhoneNumberAreaCodeField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Example: (123) 456-7890, 1234567890, 123-456-7890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.EmailField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Examples: (123) 456-7890, 1234567890, 123-456-78890" Creation date: (4/5/2002 2:52:46 PM)
getValidValuesString() - Method in class planetj.database.field.DateField
This method should be overriden by subclasses that want to display possible or valid values to a user Example PhoneNumber would return "Examples: (123) 456-7890, 1234567890, 123-456-78890" Creation date: (4/5/2002 2:52:46 PM)
getValue() - Method in class planetj.database.filter.FilteredRowCollection
Returns this same FilteredRowCollection
getValue() - Method in class planetj.dataengine.test.TestFormatField
 
getValue() - Method in class planetj.dataengine.parameter.ParameterParameter
Gets the value of the parameter
getValue() - Method in interface planetj.dataengine.parameter.IParameter
Gets the value of the parameter
getValue() - Method in class planetj.dataengine.parameter.AbstractParameter
Gets the value of the parameter
getValue() - Method in class planetj.database.possiblevalues.PossibleValueRow
Returns the possible value for the field.
getValue() - Method in class planetj.database.Field
Returns the Field's current value.
getValue() - Method in class planetj.database.field.TimeField
Returns the value of this field as a Date Object The display value is detirmined by the FieldClass parameter Creation date: (4/8/2002 9:42:38 AM)
getValue() - Method in class planetj.database.field.SQLAssociationField
Returns the Field's current value.
getValue() - Method in class planetj.database.field.DateField
Returns the value of this field as a Date Object The display value is detirmined by the FieldClass parameter Creation date: (4/8/2002 9:42:38 AM)
getValue() - Method in class planetj.database.field.CybraFormatField
 
getValue() - Method in class planetj.database.report.ColumnSum
Gets the current value of the column function
getValue() - Method in class planetj.database.report.ColumnMin
Gets the current value of the column function
getValue() - Method in class planetj.database.report.ColumnMax
Gets the current value of the column function
getValue() - Method in class planetj.database.report.ColumnFunction
Gets the current value of the column function
getValue() - Method in class planetj.database.report.ColumnCount
Gets the current value of the column function
getValue() - Method in class planetj.database.report.ColumnAverage
Gets the current value of the column function
getValue() - Method in class planetj.gui.CMNumberField
Returns the value of the text as an int
getValue() - Method in class planetj.html.HTMLOption
Returns the value.
getValue() - Method in class planetj.property.Property
Gets the value of this NameValue pair
getValue() - Method in class planetj.util.NamedValue
Deprecated. Gets the value
getValue() - Method in interface planetj.util.INamed
 
getValue(int) - Method in class planetj.database.sql.SQLComparison
Gets this comparison's value token.
getValue(String) - Method in class planetj.property.PropertyGroup
Gets the value of the Property with the specified name
getValueAsBigDecimal() - Method in class planetj.database.field.NumberField
Returns a BigDecimal value.
getValueAsBoolean() - Method in class planetj.database.Field
Subclasses must override this to determine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.ZipCodeField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.TrackingNumberField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.TimestampField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.TimeField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.TempField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.StringField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.SQLOperationField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.SQLAssociationField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.SocialSecurityNumberField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.PhoneNumberField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.NumberField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.DateField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.CreditCardNumberField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.CreditCardExpirationYearField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.CreditCardExpirationMonthField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.BlobField
Subclasses must override this to determine what their boolean value is.
getValueAsBoolean() - Method in class planetj.database.field.BlankDisplayField
Subclasses must override this to detirmine what their boolean value is.
getValueAsBoolean(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsByte() - Method in class planetj.database.Field
Returns a primitive that represents the value in the specified field.
getValueAsByte() - Method in class planetj.database.field.SQLOperationField
Returns a primitive that represents the value in the specified field.
getValueAsByte(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsDate() - Method in class planetj.database.Field
Returns a Date that represents the value in the specified field.
getValueAsDate(String) - Method in class planetj.database.Row
Returns a Date
getValueAsDate(String, String, String) - Method in class planetj.database.Row
Returns a Date that represents the Date value of 3 seperate fields.
getValueAsDouble() - Method in class planetj.database.Field
Returns a primitive that represents the value in the specified field.
getValueAsDouble() - Method in class planetj.database.field.SQLOperationField
Returns a primitive that represents the value in the specified field.
getValueAsDouble(int) - Method in class planetj.database.Row
Gets a primitive that represents the value in the specified field.
getValueAsDouble(int, int) - Method in class planetj.database.RowCollection
 
getValueAsDouble(int, String) - Method in class planetj.database.RowCollection
 
getValueAsDouble(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsFloat() - Method in class planetj.database.Field
Returns a primitive that represents the value in the specified field.
getValueAsFloat() - Method in class planetj.database.field.SQLOperationField
Returns a primitive that represents the value in the specified field.
getValueAsFloat(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsFullLengthString() - Method in class planetj.database.Field
Returns the Field's value as a String.
getValueAsFullLengthString(String) - Method in class planetj.database.Row
Returns a String that represents the value in the specified field.
getValueAsInt() - Method in class planetj.database.Field
Returns a primitive that represents the value in the specified field.
getValueAsInt() - Method in class planetj.database.field.SQLOperationField
Returns a primitive that represents the value in the specified field.
getValueAsInt(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsLong() - Method in class planetj.database.Field
Returns a primitive that represents the value in the specified field.
getValueAsLong(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsNumber() - Method in class planetj.database.Field
Returns a Number that represents the value in the specified field.
getValueAsNumber(int) - Method in class planetj.database.Row
Gets a primitive that represents the value in the specified field.
getValueAsNumber(String) - Method in class planetj.database.Row
Returns a Number that represents the value in the specified field.
getValueAsShort() - Method in class planetj.database.Field
Returns a primitive that represents the value in the specified field.
getValueAsShort(String) - Method in class planetj.database.Row
Returns a primitive that represents the value in the specified field.
getValueAsString() - Method in class planetj.database.Field
Returns the Field's value as a String.
getValueAsString() - Method in class planetj.database.field.DateField
Returns the value of this field as a String.
getValueAsString() - Method in class planetj.database.field.BlankDisplayField
Returns the Field's value as a String.
getValueAsString(int) - Method in class planetj.database.Row
Gets a String that represents the value in the specified field.
getValueAsString(Object) - Method in class planetj.database.field.DateField
Returns the value of this field as a String.
getValueAsString(String) - Method in class planetj.database.Row
Returns a String that represents the value in the specified field.
getValueAt(int, int) - Method in class planetj.gui.TableSorter
 
getValueAt(int, int) - Method in class planetj.gui.TableMap
 
getValueAt(int, int) - Method in class planetj.gui.CMTableModel
getValueAt method comment.
getValueAt(int, int) - Method in class planetj.gui.CMSmartTableModel
getValueAt method comment.
getValueAxisLabel() - Method in class planetj.chart.ChartSpecificationPG
Get the label for the value axis.
getValueByFieldClass(Class) - Method in class planetj.dataengine.security.http.SignOnReceipt
 
getValueByUsageId(int) - Method in class planetj.database.Row
Return the names of all the fields.
getValueByUsageId(int) - Method in class planetj.dataengine.security.http.SignOnReceipt
 
getValueByUsageId(int) - Method in interface planetj.dataengine.security.IUser
 
getValues() - Method in class planetj.database.Row
Returns an iterator which iterates over the values in this Row
getVariancePercentage(Number, Number) - Static method in class planetj.common.CMUtility
Gets the percentage difference between the two numbers.
getVersion() - Method in class planetj.license.License
 
getVersion() - Method in interface planetj.license.ILicense
Get version of Wow that this license was created for.
getViewTargetWindow() - Method in class planetj.dataengine.display.DetailDisplayPropertyGroup
Gets the TargetWindow object representing the target window to display the edit screen in.
getViewURI() - Method in class planetj.html.HTMLTable
 
getVirtualLibraryName() - Method in class planetj.dataengine.parameter.TableParameter
Gets the name of the library containing the virtual table.
getVirtualTable() - Method in class planetj.dataengine.parameter.TableParameter
Gets the virtual table.
getVirtualTableName() - Method in class planetj.dataengine.parameter.TableParameter
Gets the name of the virtual table (not including the library name).
getWaitTotal() - Method in class planetj.database.connection.DataEngineConnectionPool
Gets information about the connection requests that have had to wait (from this connection pool).
getWaitTotal() - Method in class planetj.database.connection.ConnectionPoolReport
Gets timing information about connection requests which were forced to wait (because there were no available connections).
getWarnings() - Method in class planetj.database.connection.DataEngineConnection
Returns the first warning reported by calls on this Connection.
getWhereClause(Map) - Static method in class planetj.database.SQLGenerator
Gets the WHERE clause for an SQL statement, based on a Map of field objects.
getWidth() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets the width of the frame (may be pixels or %)
getWidth() - Method in class planetj.chart.ChartSpecificationPG
Get the width of the chart.
getWidthPercentages() - Method in class planetj.helpers.PDFFileDescriptor
Sets the width percentages to use.
getWindowProperties() - Method in class planetj.dataengine.display.BrowserProperties
Gets a String of all properties that can be set on the window separated by comma's.
getWindowType(HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Gets the current window type (constants are defined in IDataEngine)
getWOWApplication(HttpServletRequest) - Method in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
getWriter() - Method in class planetj.helpers.CSVFileDescriptor
Gets the writer to write to.
getWriter() - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
getWriter() - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
getX() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets the 0-based x index of the frame
getXMLData(StringBuffer) - Method in interface planetj.helpers.IXMLObject
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(StringBuffer) - Method in class planetj.database.Table
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(StringBuffer) - Method in class planetj.database.RowCollection
Deprecated. Use the method which takes a XMLDescriptor as a parameter
getXMLData(StringBuffer) - Method in class planetj.database.Row
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(StringBuffer) - Method in class planetj.database.Library
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(StringBuffer) - Method in class planetj.database.Field
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(StringBuffer) - Method in class planetj.database.DBSystem
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(XMLFileDescriptor, StringBuffer) - Method in class planetj.database.RowCollection
This returns a StringBuffer containing all necessary XML data for this object.
getXMLData(XMLFileDescriptor, StringBuffer) - Method in class planetj.database.Row
This returns a StringBuffer containing all necessary XML data for this object.
getXMLHeader() - Method in class planetj.helpers.XMLHelper
Returns the XML header information needed at the top of every XML file.
getXMLHeaderData(StringBuffer) - Method in class planetj.database.RowCollection
This returns a StringBuffer containing all XMLHeader data for this RowCollection.
getXMLHeaderData(StringBuffer) - Method in class planetj.database.Row
This returns a StringBuffer containing all XMLHeader data for this Row.
getXMLHeaderData(XMLFileDescriptor, StringBuffer) - Method in class planetj.database.RowCollection
This returns a StringBuffer containing all XMLHeader data for this RowCollection.
getXMLTag() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
getXMLTag() - Method in class planetj.database.Field
This returns a String representing the XML tag for this field Creation date: (1/21/2002 8:16:25 PM)
getY() - Method in class planetj.dataengine.display.FramePropertyGroup
Gets the 0-based y index of the frame
getYear() - Static method in class planetj.util.CopyrightGenerator
Gets the current year
getYear(Date) - Static method in class planetj.common.ConvertUtility
Return the 2 digit year part of a date for example 2002-01-01 would be returned as 2
getYearFieldName() - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
GLOBAL_SIGNON_KEY_OPERATION_ID - Static variable in interface planetj.dataengine.security.http.ISignOn
 
GLOBAL_SIGNON_KEY_SYSTEM_ALIAS - Static variable in interface planetj.dataengine.security.http.ISignOn
 
grabFocusGained() - Method in class planetj.gui.CMTextFieldJ
grabFocusedGained method traps the focusGained event and takes a snapshot of the current text to be evaluated for equality upon focusLost.
grabFocusLost() - Method in class planetj.gui.CMTextFieldJ
grabFocusedLost method traps the focusLost event and checks to see if the value for the object has changed.
GREATER_THAN - Static variable in interface planetj.util.IFilter
 
GREATER_THAN_OR_EQUAL - Static variable in interface planetj.util.IFilter
 
GRID - Static variable in class planetj.dataengine.display.DetailDisplayPropertyGroup
Diplay grid
GROUP_ATTRIBUTES - Static variable in interface planetj.dataengine.INavigation
 
GROUP_ID - Static variable in interface planetj.dataengine.INavigation
 
GROUP_ID - Static variable in class planetj.dataengine.security.DEUser2Group
 
GROUP_ID - Static variable in class planetj.dataengine.security.DEGroup2Authorization
 
guessFieldClass() - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Here is where we will take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.Field
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.ZipCodeSuffixField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.ZipCodeField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.YNBooleanField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.YBlankBooleanField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.UserIdField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.URLReferenceField
Checks to see the probability that sample data containing the column for the given FieldDescriptor contains a URLReferenceField.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.TrackingNumberField
 
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.TimestampField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.TimeField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.TFBooleanField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.StateField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.SocialSecurityNumberField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.PhoneNumberField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.PhoneNumberAreaCodeField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.PasswordField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.LastNameField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.ImageURLReferenceField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.GenderField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.FlatFileReferenceField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.FirstNameField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.FaxNumberField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.EmailField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.DateField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.CreditCardTypeField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.CreditCardNumberField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.CreditCardExpirationYearField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.CreditCardExpirationMonthField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.CityField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.CellNumberField
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.Address2Field
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
guessFieldClassProbability(FieldDescriptorRow, RowCollection) - Static method in class planetj.database.field.Address1Field
Subclasses will override to take an educated guess at what the Field Class will be for this FD Row.
GUEST - Static variable in class planetj.shortcuts.ShortcutGenerator
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z