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

S

SAME_URI - Static variable in interface planetj.magic.IMagicRequest
 
SaveSQLToSQLOperationRequest - class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest.
 
SaveSQLToSQLOperationRequest(String, HttpServletRequest, HttpServletResponse, Application) - Constructor for class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
SaveSQLRequest constructor comment.
saveState(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Saves the current state of navigation.
ScalarToken - class planetj.database.sql.ScalarToken.
 
ScalarToken(String, SQLStatement) - Constructor for class planetj.database.sql.ScalarToken
OperatorToken constructor comment.
schedule(AutoRunTask) - Method in class planetj.dataengine.autorun.AutoRunManager
Schedules a task.
schedule(Operation) - Method in class planetj.dataengine.autorun.AutoRunManager
Schedules an operation to be run automatically.
schedule(String, CMTimerTask, Date) - Method in class planetj.util.TaskScheduler
Schedules the task using the timer for the given key.
schedule(String, CMTimerTask, Date, long) - Method in class planetj.util.TaskScheduler
Schedule the task in the timer for the given key.
schedule(String, CMTimerTask, long) - Method in class planetj.util.TaskScheduler
Schedules the task in the timer for the given key.
schedule(String, CMTimerTask, long, long) - Method in class planetj.util.TaskScheduler
Schedules the task in the timer for the given key.
scheduleAtFixedRate(String, CMTimerTask, Date, long) - Method in class planetj.util.TaskScheduler
Schedules the task in the timer for the specified key.
scheduleAtFixedRate(String, CMTimerTask, long, long) - Method in class planetj.util.TaskScheduler
Schedules the task in the timer for the specified key.
SCROLLBARS - Static variable in class planetj.dataengine.display.BrowserProperties
Whether or not to show the menu bar.
SEARCH_DROPDOWN_DISPLAY - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SEARCH_DROPDOWN_NULL - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SEARCH_DROPDOWN_ORDER - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SEARCH_DROPDOWN_ORDER_BOTTOM - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SEARCH_DROPDOWN_ORDER_TOP - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SEARCH_DROPDOWN_VALUE - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SEARCH_LABEL - Static variable in class planetj.dataengine.display.StylesPropertyGroup
 
SECONDARY_INSTRUCTIONS - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SECONDARY_INSTRUCTIONS_DEFAULT - Static variable in class planetj.dataengine.display.OperationLabelsPropertyGroup
 
SECURED_APPLICATION - Static variable in interface planetj.dataengine.security.http.ISecured
 
SECURED_TYPE - Static variable in class planetj.dataengine.security.DEAuthorization
 
SECURED_TYPE_ID - Static variable in interface planetj.database.field.IUsageId
Contains secured entity id
SECURED_TYPE_ID - Static variable in class planetj.dataengine.security.DEAuthorization
 
SECURED_TYPE_NAME - Static variable in interface planetj.database.field.IUsageId
Contains object name being looked up for security
secureRow(IUser, Row) - Static method in class planetj.dataengine.security.DESecurityManager
Check to see if the given principal is allowed to view the given operation.
secureRowCollection(IUser, RowCollection) - Static method in class planetj.dataengine.security.DESecurityManager
Gets a RowCollection stripped of any secured objects from the given RowCollection that the IUser does not have permission to.
SECURITY_ID - Static variable in interface planetj.dataengine.theme.ITheme
 
SECURITY_ID - Static variable in interface planetj.database.fielddescriptors.IFieldData
SQLOperation id used for security
SECURITY_ID - Static variable in interface planetj.dataengine.operation.IOperation
Operation id used for security
SECURITY_LEVEL - Static variable in interface planetj.database.field.IUsageId
 
SECURITY_LEVEL - Static variable in interface planetj.dataengine.security.IDEUser
 
SECURITY_TYPE - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
SECURITY_TYPE - Static variable in interface planetj.database.field.IUsageId
Contains value to determine Row's security level
SECURITY_TYPE - Static variable in interface planetj.dataengine.operation.IOperation
Type of security to use on this operation
SELECT - Static variable in class planetj.html.HTMLSelect
Select tag.
SELECT - Static variable in class planetj.html.HTMLRadioButtonPVSelect
 
SELECT - Static variable in class planetj.html.HTMLEditableSelect
 
SELECT - Static variable in class planetj.dataengine.security.DEAuthorization
 
SELECT_CLOSE - Static variable in interface planetj.html.IHTMLTags
 
SELECT_ICON - Static variable in interface planetj.html.IImageReferences
 
SELECT_OPEN_END - Static variable in interface planetj.html.IHTMLTags
 
SELECT_OPEN_START - Static variable in interface planetj.html.IHTMLTags
 
SELECT_STATEMENT - Static variable in class planetj.database.sql.SQLStatement
 
SELECTABLE_RECORDS - Static variable in class planetj.dataengine.display.TableDisplayPropertyGroup
Whether or not the records in the Table can be selected
selectColumnSum(Table, String, String) - Static method in class planetj.database.DataEngine
This will return a BigDecimal with a value of the total sum of the column specified in pColumnName Creation date: (4/2/2002 1:12:36 PM)
SELECTED - Static variable in class planetj.html.HTMLOption
Attribute used to denote option is selected.
SELECTED_BY_FIELD - Static variable in class planetj.html.HTMLInput
 
SELECTED_FALSE - Static variable in class planetj.html.HTMLInput
 
SELECTED_ROW - Static variable in interface planetj.dataengine.IDataEngine
Id for Row selected in request
SELECTED_ROW_COLLECTION - Static variable in interface planetj.dataengine.IDataEngine
Id for RowCollection selected in request
SELECTED_TRUE - Static variable in class planetj.html.HTMLInput
 
selectedItemChanged() - Method in class planetj.gui.CMComboBoxJ
Need to override to trigger the "selectedBusinessObject" property change
SELECTEDOBJECTS - Static variable in interface planetj.dataengine.IDataEngine
 
SELECTION_JAVASCRIPT_SRC - Static variable in interface planetj.html.IHTML
Location of the JavaScript file containing the method to select which RowCollection, Row, and Field are selected.
SELECTION_TYPE - Static variable in class planetj.dataengine.display.TableDisplayPropertyGroup
The selection type
SELECTION_TYPE_MULTIPLE - Static variable in class planetj.dataengine.display.TableDisplayPropertyGroup
Allow users to make mulitple selections
SELECTION_TYPE_NONE - Static variable in class planetj.dataengine.display.TableDisplayPropertyGroup
Do not allow users to make a selection
SELECTION_TYPE_SINGLE - Static variable in class planetj.dataengine.display.TableDisplayPropertyGroup
Allow users to make a single selection only
SELECTION_VALUES_PROPERTY - Static variable in class planetj.gui.CMOptionPaneJ
Bound property name for selectionValues.
SelectionOperation - class planetj.dataengine.operation.SelectionOperation.
A SelectionOperation is an Operation that carries out some Operation on the selected Row.
SelectionOperation() - Constructor for class planetj.dataengine.operation.SelectionOperation
 
selectNextBusinessObject() - Method in class planetj.gui.CMSmartTableModel
Selects the next business object in the list and returns the index of the newly selected object.
selectNextTab() - Method in class planetj.gui.CMTabbedPaneJ
Insert the method's description here.
selectObject(String) - Method in interface planetj.businessObjects.IBusinessObjectManager
Return a single business object given the sql suffix parmater Example: DataElementManager.selectObject("where x = 5");
selectObjects(String) - Method in interface planetj.businessObjects.IBusinessObjectManager
Return a Vector of all objects that satisfy the sqlSuffix Example: DataElementManager.getAllObjects(); returns a Vector with all DataElements
selectPreviousBusinessObject() - Method in class planetj.gui.CMSmartTableModel
Selects the next business object in the list and returns the index of the newly selected object.
selectPreviousTab() - Method in class planetj.gui.CMTabbedPaneJ
This will select the previous tab Creation date: (7/24/00 1:52:21 PM)
selectRowCount(Table, String) - Static method in class planetj.database.DataEngine
This will return an Integer with a value of the total number of rows in pTable Creation date: (4/2/2002 1:12:36 PM)
selectRows(int[]) - Method in class planetj.gui.CMTableJ
Selects the specified rows.
SelectStatement - class planetj.database.sql.SelectStatement.
 
SelectStatement() - Constructor for class planetj.database.sql.SelectStatement
SelectStatement constructor comment.
SelectStatement(String, SQLContext) - Constructor for class planetj.database.sql.SelectStatement
SelectStatement constructor comment.
sendError(int) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
This actually sends to the real response and flags an error condition.
sendError(int) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
sendError(int, String) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
This actually sends to the real response and flags an error condition.
sendError(int, String) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
sendMail(String, String, String, String, CMMailMessage) - Method in class planetj.database.field.EmailField
Sends the specfied message to the address contained in the field from the SMTP server specified and the account of the username.
sendMessage(CMMailer, CMMailMessage) - Static method in class planetj.common.CMMailer
Convience method to sends the given mail message using the given mailer.
sendMessage(CMMailMessage) - Method in class planetj.common.CMMailer
 
sendRedirect(String) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
sendSMTPMessage(CMMailMessage) - Method in class planetj.common.CMMailer
Send a SMTP message.
SerializationUtility - class planetj.dataengine.SerializationUtility.
A Utility that has the capability to serialize a row collection Creation date: (2/13/2002 1:39:20 PM)
SerializationUtility() - Constructor for class planetj.dataengine.SerializationUtility
 
SerializeRCRequest - class planetj.magic.SerializeRCRequest.
Request a magic sort Creation date: (12/6/2001 8:37:51 PM)
SerializeRCRequest(String, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class planetj.magic.SerializeRCRequest
SortRequest constructor comment.
serializeRCToApplet(RowCollection, HttpServletResponse) - Static method in class planetj.dataengine.SerializationUtility
Serializes a RowCollection to the specified HTTP Response.
serializeRCToBrowser(RowCollection, HttpServletResponse) - Static method in class planetj.dataengine.SerializationUtility
Serializes a RowCollection to the specified HTTP Response.
serializeRCToFile(RowCollection, String) - Static method in class planetj.dataengine.SerializationUtility
Serializes a RowCollection to the specified file.
SERIES_COLUMNS - Static variable in class planetj.chart.ChartSpecificationPG
Property name for the List of column names to be used for series values.
SERIES_LABEL_COLUMNS - Static variable in class planetj.chart.ChartSpecificationPG
Property name for the List of column names containing the display labels for series.
SERIES_LABEL_SEPARATOR - Static variable in class planetj.chart.ChartSpecificationPG
Property name for the separator to use between columns when multiple columns are specified for series label columns.
SERIES_LABELS - Static variable in class planetj.chart.ChartSpecificationPG
Property name for the List of display labels for series.
SERVICE_REQUEST - Static variable in class planetj.database.field.CybraFormatField
 
service(HttpServletRequest, HttpServletResponse) - Method in class planetj.dataengine.DataEngineServlet
This method handles generic DataEngine service requests.
service(HttpServletRequest, HttpServletResponse) - Method in class planetj.dataengine.webservices.DataEngineWebServiceServlet
This method handles generic DataEngine service requests.
service(ServletRequest, ServletResponse) - Method in class planetj.dataengine.test.TestServlet
service method comment.
SERVLET_CONTEXT - Static variable in interface planetj.dataengine.IDataEngine
 
SERVLET_URI - Static variable in interface planetj.dataengine.application.IApplication
 
ServletOutputStreamBuffer - class planetj.servlet.wrapper.ServletOutputStreamBuffer.
 
ServletOutputStreamBuffer(String) - Constructor for class planetj.servlet.wrapper.ServletOutputStreamBuffer
 
ServletRequestWrapper - class planetj.servlet.wrapper.ServletRequestWrapper.
 
ServletRequestWrapper(ServletRequest) - Constructor for class planetj.servlet.wrapper.ServletRequestWrapper
 
ServletResponseWrapper - class planetj.servlet.wrapper.ServletResponseWrapper.
 
ServletResponseWrapper(ServletResponse) - Constructor for class planetj.servlet.wrapper.ServletResponseWrapper
 
SESSION_ACTIVE - Static variable in interface planetj.dataengine.cache.ICacheTrack
 
SESSION_CLOSED - Static variable in interface planetj.dataengine.cache.ICacheTrack
 
SESSION_CREATED - Static variable in interface planetj.dataengine.cache.ICacheTrack
 
SESSION_ID - Static variable in interface planetj.dataengine.INavigation
 
SESSION_ID - Static variable in interface planetj.dataengine.webservices.IDistributedConsts
 
SESSION_ID - Static variable in class planetj.dataengine.application.magic.DirectOperationRequest
 
SESSION_RANDOM_NUMBER - Static variable in interface planetj.dataengine.IDataEngine
 
SESSION_SIGNED_OFF - Static variable in interface planetj.dataengine.IDataEngine
 
SESSION_SIGNON_RECEIPT_KEY - Static variable in interface planetj.dataengine.IDataEngine
 
SESSION_TIMED_OUT - Static variable in interface planetj.dataengine.IDataEngine
Key used to check the request if the user's session timed out.
SESSION_VALID - Static variable in class planetj.dataengine.SessionManager
 
SESSION_VALID_CHECKED - Static variable in class planetj.dataengine.SessionManager
 
SessionCounter - class planetj.http.SessionCounter.
 
SessionCounter() - Constructor for class planetj.http.SessionCounter
 
sessionCreated(HttpSessionEvent) - Method in class planetj.http.SessionCounter
 
sessionDestroyed(HttpSessionEvent) - Method in class planetj.http.SessionCounter
 
sessionExpired(SignOnReceipt) - Method in interface planetj.dataengine.security.http.ISignOn
This method is invoked when the session in which a SignOnReceipt is stored expires.
sessionExpired(SignOnReceipt) - Method in class planetj.dataengine.security.http.GenericSignOn
This method is invoked when the session in which a SignOnReceipt is stored expires.
sessionExpired(SignOnReceipt) - Method in class planetj.dataengine.security.http.DBPersonalConnectionPoolSignOn
This method is invoked when the session in which a SignOnReceipt is stored expires.
SessionManager - class planetj.dataengine.SessionManager.
The SessionManager contains methods for storing and retrieving objects to and from the HttpSession.
SessionManager() - Constructor for class planetj.dataengine.SessionManager
 
SET_NAME - Static variable in interface planetj.dataengine.operation.IOperation
 
set(int, Object) - Method in class planetj.database.RowCollection
Replaces the row at the specified position in this list with the specified row (optional operation).
setAccount(String) - Method in class planetj.qif.QIFBankTransaction
Sets the account from which the amount of the transaction was taken from.
setAction(Action) - Method in class planetj.gui.CMButtonJ
Sets the action property (javax.swing.Action) value.
setActions(CMAction[]) - Method in class planetj.gui.CMToolbarJ
Sets the actions property (com.cybra.actions.JMagicAction[]) value.
setActions(int, CMAction) - Method in class planetj.gui.CMToolbarJ
Sets the actions index property (com.cybra.actions.JMagicAction[]) value.
setAddress1(String) - Method in class planetj.iif.IIFTransaction
Address1 is usually street address Creation date: (2/13/2002 2:37:51 AM)
setAddress2(String) - Method in class planetj.iif.IIFTransaction
Address1 is usually apt# Creation date: (2/13/2002 2:37:51 AM)
setAlias(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible values system alias.
setAlias(String) - Method in class planetj.database.connection.ConnectionRow
Setter method for the Alias property
setAlias(String) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets the alias of the connection pool for which reports should be generated.
setAlias(String) - Method in class planetj.database.connection.ConnectionPoolReport
Sets the alias of the connection pool from which this report was generated
setAllMagicLinks(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setAllTableLinks() instead
setAllObjects(List) - Method in class planetj.gui.CMTableModel
Sets the allObjects property (java.util.Vector) value.
setAllObjects(List) - Method in class planetj.gui.CMSmartTableModel
Sets the allObjects property (java.util.Vector) value.
setAllowColumnSorting(boolean) - Method in class planetj.gui.CMTableJ
Insert the method's description here.
setAllowDeleteAllRows(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayDeleteAllRows() instead
setAllowDeletes(boolean) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets if rows in the results of this SQLOperation can be deleted (if this SQLOperation is a query)
setAllowDetails(boolean) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets whether or not the details of the results of this SQLOperation can be viewed (if this SQLOperation is a query)
setAllowDuplicates(boolean) - Method in class planetj.gui.CMComboBoxJ
This will enforce whether this combo box allows duplicate entries This checks to see if one value equals another.
setAllowInserts(boolean) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets if rows can be inserted into the results of this SQLOperation if this SQLOperation represents a query
setAllowMultipleDelete(boolean) - Method in class planetj.html.HTMLTable
 
setAllowNextAndPrevious(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayNextAndPrevious() instead
setAllowPrint(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayPrint() instead
setAllowRowCopy(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayRowCopy instead
setAllowUpdates(boolean) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets if the results of this SQLOperation can be updated (if this SQLOperation is a query)
setAllowViewDetails(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayViewDetails() instead
setAllRowFunctions(boolean) - Method in class planetj.html.HTMLTable
Convenience method to turn on or off all row functions
setAllTableLinks(boolean) - Method in class planetj.html.HTMLTable
Convenience method to turn on or off all the magic links which operate on the contents of the entire table
setAlphabeticalSortRequired(boolean) - Method in class planetj.gui.CMComboBoxJ
setAlphabeticalSortRequired method sets whether or not the BusinessObjects should be sorted.
setAlterations(List) - Method in class planetj.exception.ConcurrentAlterationException
Deprecated. Can't get to the list anyway
setAlterationType(byte) - Method in class planetj.exception.ConcurrentAlterationException
Sets the type of alteration that took place.
setAlterationType(byte) - Method in class planetj.exception.AlterationLWO
Sets the type of alteration that took place.
setAlwaysOnTop(boolean) - Method in class planetj.gui.CMFrameJ
Insert the method's description here.
setAlwaysOnTop(boolean) - Method in class planetj.gui.CMDialogJ
Insert the method's description here.
setAnchorName(String) - Method in class planetj.magic.AbstractMagicRequest
Set the name of the anchor generated next to the Field requiring the status change.
setAppendToFile(boolean) - Method in class planetj.helpers.FileDescriptor
If you want the existing CSV file to simply be appended to, set this value to true Defaults to false Creation date: (12/4/2001 10:24:08 PM)
setApplicable(boolean) - Method in class planetj.dataengine.Feature
Sets if this feature is applicable
setApplicable(boolean) - Method in class planetj.gui.CMTextFieldJ
adds a bit more functionality than enabled alone
setApplicable(boolean) - Method in class planetj.gui.CMComboBoxJ
adds a bit more functionality than enabled alone
setApplication(Application) - Method in class planetj.dataengine.ExecutingContext
Set the current application of this executing context.
setApplication(Application) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
setApplication(Application) - Method in class planetj.dataengine.application.ApplicationSQLContext
Sets this SQLContext's corresponding Application
setApplicationClass(Class) - Method in class planetj.dataengine.application.Application
Sets the Java class for this Application.
setApplicationClassName(String) - Method in class planetj.dataengine.application.Application
Sets the Java class for this Application.
setApplicationId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Set the ID of this SQLOperation's Application
setApplicationId(int) - Method in class planetj.dataengine.operation.JavaOperationContext
Set this context's appplication's id.
setApplicationId(int) - Method in class planetj.dataengine.operation.HTMLOperationContext
Set this context's appplication's id.
setApplicationId(int) - Method in interface planetj.dataengine.application.IApplicationContext
Set this context's appplication's id.
setApplicationId(int) - Method in class planetj.dataengine.application.ApplicationSQLContext
Sets this SQLContext's corresponding Application
setApplicationID(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setAS400(AS400) - Method in interface planetj.common.IAS400ProgramCall
Set the AS400 to used for this program call.
setAssociatedJoinOperationPresent(boolean) - Method in class planetj.database.SQLContext
Sets if the RC returned by this SQLContext has one or more columns whose FD's have an associated join operation.
setAssociatedLibraryName(String) - Method in class planetj.database.AssociationContext
Deprecated. Sets the Library (Schema) name for this association.
setAssociatedTableName(String) - Method in class planetj.database.AssociationContext
Deprecated. Sets the Table name for this association.
setAssociationFieldId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the id of the association group field that this field belongs to.
setAssociationId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the id of the association group that this field belongs to.
setAttachments(List) - Method in class planetj.common.CMMailMessage
Sets the attachment file names for the message.
setAttribute(Object, Object) - Method in class planetj.database.RowCollection
Set the given attribute about the RowCollection for the given key.
setAttribute(Object, Object) - Method in class planetj.database.Row
Map that allows general attributes about a Row to be set and retreived.
setAttribute(Object, Object) - Method in class planetj.database.Field
Set the given attribute about this Field for the given key.
setAttribute(String, Object) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
setAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Sets the given Object in the HttpSession using the given key.
setAuthenticate(boolean) - Method in class planetj.common.CMMailMessage
Should we authenticate with the server before sending mail? Some SMTP servers require it while others don't.
setAuthorizationId(int) - Method in class planetj.dataengine.security.DEGroup2Authorization
Sets the Authorization ID
setAuthorizationId(Integer) - Method in class planetj.dataengine.security.DEGroup2Authorization
Sets the Authorization ID
setAutoCommit(boolean) - Method in class planetj.database.connection.DataEngineConnection
Sets this connection's auto-commit mode.
setAutoIncrement(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets wheter or not this Field's value is auto incremented.
setAutomaticallyTrimContents(boolean) - Method in class planetj.gui.CMTextFieldJ
sets whether or not to trim the text on get and set
setAutoRefresh(boolean) - Method in class planetj.database.SQLContext
Sets if RowCollections retrieved with this SQLContext should automatically refresh themselves when the DataEngine is used to update the database.
setAutoReloadBusinessObjectsOnPropertyChangeEnabled(boolean) - Method in class planetj.gui.CMListJ
setAutoReloadBusinessObjectsOnPropertyChangeEnabled method sets whether or not to reload the business objects in the list if a property change occurs from one of the business objects in the list.
setAutoRunId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's auto run id
setAutoRunOperationId(int) - Method in class planetj.dataengine.autorun.AutoRunTask
Sets the ID of this AutoRunTask's source operation (the operation which defines this task)
setAutoShowException(boolean) - Method in class planetj.gui.CMNumberField
 
setAutoTrimOnRead(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setAutoTrimOnWrite(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setBaseField(Field) - Method in interface planetj.magic.IMagicRequest
Set the based on Row for this Request.
setBaseField(Field) - Method in class planetj.magic.AbstractMagicRequest
Set the based on Field for this Request.
setBaseRow(Row) - Method in interface planetj.magic.IMagicRequest
Set the based on Row for this Request.
setBaseRow(Row) - Method in class planetj.magic.AbstractMagicRequest
Set the based on Row for this Request.
setBaseRowCollection(RowCollection) - Method in class planetj.magic.AbstractMagicRequest
Set the based on RowCollection for this Request.
setBaseURL(String) - Method in class planetj.dataengine.sqloperation.http.HttpOperationManager
Sets the base URL.
setBatch(boolean) - Method in class planetj.database.SQLContext
Sets if this SQLContext should be executed in batch mode
setBcc(List) - Method in class planetj.common.CMMailMessage
Sets the recipients of the message blindcopy.
setBinaryStream(long) - Method in class planetj.database.BlobObject
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBody(String) - Method in class planetj.common.CMMailMessage
Sets the body of the message.
setBorder(int) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setBorder(int) - Method in class planetj.html.HTMLTable
Deprecated.  
setBufferSize(int) - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
setBusinessObject(Object) - Method in class planetj.gui.CMRadioButtonJ
setBusinessObject method sets the business object
setBusinessObject(Object) - Method in class planetj.gui.CMFrameJ
Method generated to support the promotion of the BusinessObject attribute.
setBusinessObjects(List) - Method in class planetj.gui.CMListJ
Set a Collection of business objects into the component.
setBusinessObjects(List) - Method in class planetj.gui.CMComboBoxJ
Set a List of business objects into the JComboBox.
setBusinessObjectsAreInvokable(boolean) - Method in class planetj.gui.CMSmartTableModel
Sets the businessObjectsAreInvokable property (boolean) value.
setBytes(long, byte[]) - Method in class planetj.database.BlobObject
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class planetj.database.BlobObject
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setCacheLevel(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets the caching level to use when retrieving this SQLOperation's row collection
setCacheResults(boolean) - Method in class planetj.database.SQLContext
Sets whether or not results from a query based on this context should be cached.
setCacheTrackingOff() - Static method in class planetj.dataengine.cache.CacheManager
Turn cache tracking off.
setCacheTrackingOn() - Static method in class planetj.dataengine.cache.CacheManager
Turn cache tracking on.
setCacheTrackingTime(long) - Static method in class planetj.dataengine.cache.CacheManager
Set the time period to which cache tracking is to be run
setCacheTrackingWrittenToFileOff() - Static method in class planetj.dataengine.cache.CacheManager
Turn cache tracking written to file off.
setCacheTrackingWrittenToFileOn() - Static method in class planetj.dataengine.cache.CacheManager
Turn cache tracking written to file on.
setCachingLevel(int) - Method in class planetj.dataengine.cache.CacheManager
Sets the caching level.
setCachingLevel(int) - Method in class planetj.database.SQLContext
Sets the current caching level, describing whether the cache should be checked, and whether results should be stored in the cache.
setCachingTimeMillis(long) - Method in class planetj.database.SQLContext
Sets the time in milliseconds the results from executing this context are to be cached.
setCancelEnabled_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setCancelEnabled(boolean) method descriptor.
setCancelEnabled(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelEnabled attribute.
setCancelJBText_javalangStringMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setCancelJBText(java.lang.String) method descriptor.
setCancelJBText(String) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelJBText attribute.
setCancelText_javalangStringMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setCancelText(java.lang.String) method descriptor.
setCancelText(String) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelText attribute.
setCancelVisible_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setCancelVisible(boolean) method descriptor.
setCancelVisible(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the cancelVisible attribute.
setCascadeOffsets(int, int) - Method in class planetj.gui.CMLayeredPaneJ
 
setCascadeOffsets(int, int) - Method in class planetj.gui.CMDesktopPaneJ
 
setCascadeOffsets(Point) - Method in class planetj.gui.CMLayeredPaneJ
 
setCascadeOffsets(Point) - Method in class planetj.gui.CMDesktopPaneJ
 
setCaseSensitive(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets if this column is case sensitive.
setCatalog(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the Table's catalog (may be null).
setCatalog(String) - Method in class planetj.database.connection.DataEngineConnection
Sets a catalog name in order to select a subspace of this Connection's database in which to work.
setCategory(String) - Method in class planetj.iif.IIFTransaction
Sets the category/class from which the amount of the transaction was taken from.
setCategory(String) - Method in class planetj.iif.IIFDistribution
Sets the category/class from which the amount of the distribution was taken from.
setCategory(String) - Method in class planetj.qif.QIFBankTransaction
Sets the category from which the amount of the transaction was taken from.
setCc(List) - Method in class planetj.common.CMMailMessage
Sets the recipients of the message copy.
setCellPadding(int) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setCellPadding(int) - Method in class planetj.html.HTMLTable
Deprecated.  
setCellSpaceing(int) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setCellSpaceing(int) - Method in class planetj.html.HTMLTable
Deprecated.  
setCenturyFieldName(String) - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
setChanged(boolean) - Method in class planetj.database.Field
Set whether or not this Field has changed.
setCharacterEncoding(String) - Method in class planetj.http.MultipartRequest
 
setCharacterEncoding(String) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
setCheckCache(boolean) - Method in class planetj.database.SQLContext
Sets whether or not queries resulting from this SQLContext should check the cache first, or go directly to the database.
setCheckedDataFileForFDs(boolean) - Method in class planetj.database.Table
Set flag to indicate Field data file has already been checked for FieldDescriptors.
setCheckFieldDataFileForFDs(boolean) - Method in class planetj.database.SQLContext
Sets whether or not to check the Field data file when retrieving FieldDescriptors for newly created Fields in each Row.
setCityStateZip(String) - Method in class planetj.iif.IIFTransaction
City, State Zip San Diego, CA 92029 Creation date: (2/13/2002 2:37:51 AM)
setCleanUpTimeout(int) - Method in class planetj.database.connection.ConnectionRow
Setter method for the CleanUpTimeout property
setCleared(boolean) - Method in class planetj.qif.QIFBankTransaction
Sets the "cleared" status.
setClonedValues(Object, Object) - Method in class planetj.database.Field
This method should only be called when cloning a Field.
setCMException(CMException) - Method in class planetj.gui.CmExceptionEvent
 
setCMException(CMException) - Method in class planetj.common.MessageManager
Sets the CMException property (cm.common.exception.CMException) value.
setCMMessage(CMMessage) - Method in class planetj.common.MessageManager
Sets the CMMessage property (cm.common.CMMessage) value.
setCode(String) - Method in class planetj.dataengine.AbstractContext
Sets this context's code string.
setCode(String) - Method in class planetj.database.SQLContext
Sets this context's code string.
setCode(String, boolean) - Method in class planetj.dataengine.AbstractContext
Sets this context's code string.
setCode(String, boolean) - Method in class planetj.database.SQLContext
Sets this context's code string.
setColumnCount(int) - Method in class planetj.gui.CMTableModel
Sets the columnCount property (int) value.
setColumnCount(int) - Method in class planetj.html.HTMLRowDetails
Sets the number of columns to use when displaying Row details.
setColumnGetterMethodObjects(List) - Method in class planetj.gui.CMSmartTableModel
Sets the column getter methods via a List of Method objects.
setColumnGetterMethods(int, String) - Method in class planetj.gui.CMSmartTableModel
Sets the column getter method at the specified index
setColumnGetterMethods(String[]) - Method in class planetj.gui.CMSmartTableModel
Sets the array of getter method names.
setColumnHeadingsDisplayType(byte) - Method in class planetj.helpers.FileDescriptor
Gets the type of column headings to display
setColumnName(int, String) - Method in class planetj.gui.CMTableModel
Sets the columnName index property (java.lang.String[]) value.
setColumnNames(String[]) - Method in class planetj.gui.CMTableModel
Sets the columnNames property (String[]) value.
setColumnsContainingIcons(Integer[]) - Method in class planetj.gui.CMSmartTableModel
Insert the method's description here.
setColumnSize(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the column's size.
setColumnTableName(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the Table name.
setColumnValues(String, Object) - Method in class planetj.database.RowCollection
Sets all the row values of a single column in this RowCollection.
setCompanyID(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setCompanyName(String) - Method in class planetj.dataengine.application.Application
Sets the name of this application
setComparison(SQLComparison) - Method in class planetj.dataengine.parameter.SQLPromptParameter
Sets the comparison for this parameter
setCompatibleClass(Class) - Method in class planetj.database.field.JavaClassNameField
Sets the class which the class specified in this field must implement or extend
setCompleted(boolean, HttpServletRequest) - Method in class planetj.magic.AbstractMagicRequest
Sets the state of the magic request to finished executing
setCompleteToken(String) - Method in class planetj.database.sql.ColumnToken
 
setConcurrency(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the concurrency for the described fields, which determines if it is okay for concurrent update/deletes to occur.
setConfirmation(boolean) - Method in class planetj.common.CMMessage
Sets the confirmation property (boolean) value.
setConnection(Connection) - Method in class planetj.database.SQLContext
Sets the connection for this SQLContext.
setConnectionAlias(String) - Static method in class planetj.dataengine.test.JETestS
 
setConnectionAlias(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the system alias.
setConnectionAlias(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets the alias of the system where this SQLOperation's data is located.
setConnectionAlias(String) - Method in class planetj.dataengine.application.Application
Sets the connection alias for this application
setConnectionPoolClosed(boolean) - Method in class planetj.database.connection.ConnectionPoolReport
Sets if the connection pool has been shut down
setContainedClass(Class) - Method in class planetj.database.RowCollection
Sets the type of Row (or subclass of Row) contained in this RowCollection
setContentLength(int) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setContentLength(int) - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
setContentType(String) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setContentType(String) - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
setContentType(String) - Method in class planetj.common.CMMailMessage
Sets the content type of this message.
setContext(IContext) - Method in class planetj.dataengine.parameter.TableParameter
Sets the parameter's context
setContext(IContext) - Method in interface planetj.dataengine.parameter.IParameter
Sets the parameter's context
setContext(IContext) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets the parameter's context
setContext(SQLContext) - Method in class planetj.magic.AbstractSQLParameterRequest
Sets this request's SQLContext
setContext(SQLContext) - Method in class planetj.magic.AbstractParameterRequest
Sets this request's SQLContext
setCopyRCToTableLink(boolean) - Method in class planetj.html.HTMLTable
Creation date: (1/23/2002 4:52:01 PM)
setCopyrightCompanyLabel_javalangStringMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setCopyrightCompanyLabel(java.lang.String) method descriptor.
setCopyrightCompanyLabel(String) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the copyrightCompanyLabel attribute.
setCopyURI(String) - Method in class planetj.html.HTMLTable
 
setCreditLimit(String) - Method in class planetj.qif.QIFAccountRecord
Credit limit (only for credit card accounts)
setCSSFile(String) - Method in class planetj.dataengine.theme.Theme
Sets this Theme's CSS file.
setCumulative(boolean) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets if each report should begin where the last report left off (the default), or if each report should be cumulative, containing all information generated since the connection pool was created.
setCurrency(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets if this column is currency.
setCurrent(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Set whether or not this FD is the most current.
setCurrentAlternateRow(Row, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Set the current Alternate Row key.
setCurrentApplication(Application, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Gets the current executing application from navigation.
setCurrentExecutingContext(ExecutingContext) - Static method in class planetj.dataengine.ExecutingContext
Sets the current executing context
setCurrentKeys(Operation, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Sets the current keys for objects associated with this operation.
setCurrentLocale(Locale) - Method in class planetj.common.TranslationManager
Sets the CurrentLocale to be used for this translationManager.
setCurrentRowCollectionKey(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Set the current RowCollection key.
setCurrentRowKey(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Set the current Row key.
setCurrentSystem(AS400) - Method in class planetj.common.AS400Manager
setCurrentSystem sets the AS400 Object that will be used for Command calls
setCurrentValue(Object) - Method in class planetj.exception.AlterationLWO
Sets the value of the field that is currently in the data source.
setDataEngineLibraryName(String) - Static method in class planetj.database.DataEngine
Sets the library containing DataEngine files
setDataEngineMode(String) - Method in class planetj.dataengine.ExecutingContext
Sets the mode of the current action being performed by the application (e.g.
setDataOnly(boolean) - Method in class planetj.html.HTMLTable
Set true if only the raw data should be returned for the table.
setDataSourceName(String) - Method in class planetj.helpers.MSAccessDescriptor
Sets the name of the datasource to connect to
setDataSQLOperationId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the id of the SQLOperation which is used to retrieve the data described by this field descriptor
setDataTimestamp(long) - Method in class planetj.dataengine.AbstractContext
Sets the time when the data in this context was read from its source.
setDataTimestamp(long) - Method in interface planetj.dataengine.operation.IOperationContext
Sets the time when the data in this context was read from its source.
setDataType(int) - Method in class planetj.dataengine.parameter.ParameterParameter
Sets the SQL data type of the parameter
setDataType(int) - Method in interface planetj.dataengine.parameter.IParameter
Sets the SQL data type of the parameter
setDataType(int) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets the SQL data type of the parameter
setDate(Date) - Method in class planetj.iif.IIFTransaction
Sets the date of the transaction.
setDate(Date) - Method in class planetj.iif.IIFDistribution
Sets the date of the distribution.
setDate(Date) - Method in class planetj.qif.QIFBankTransaction
Sets the date of the transaction.
setDate(String[], Object) - Method in class planetj.database.Field
Sets the values of three fields for the year, month, and day of a Date that resulted from a derived field.
setDateHeader(String, long) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setDateHeader(String, long) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
setDayFieldName(String) - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
setDebugEnabled(boolean) - Method in class planetj.common.CMMailer
Creation date: (9/26/2001 3:07:53 PM)
setDecimalDigits(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the column's number of fractional digits.
setDecimalsUsed(boolean) - Method in class planetj.gui.CMNumberField
setDecimalsUsed() will set the decimals used boolean
setDefaultMetaDataAlias(String) - Static method in class planetj.database.DataEngine
Sets the default alias of system containing Meta Data (FD's, PV's ect) for DBSystems.
setDefaultOperationCode() - Method in class planetj.dataengine.operation.Operation
Sets the default operation code for this operation instance.
setDefaultTimer(CMTimer) - Method in class planetj.util.TaskScheduler
Sets the key for the default timer to the id of the specified timer.
setDefaultTimerKey(String) - Method in class planetj.util.TaskScheduler
Sets the key for the default timer.
setDefaultValue(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the default value for the described field.
setDefaultValueAsString(String) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets this parameter's default value as a String
setDelegateToPersonal(boolean) - Method in class planetj.database.DBSystem
Sets if this DBSystem is a placeholder for multiple personal DBSystems which should be used to connect to the DB in lieu of using this one.
setDeleteAllLinkText(String) - Method in class planetj.html.HTMLTable
Sets text for delete all button.
setDeleteLinkText(String) - Method in class planetj.html.HTMLTable
Sets text for delete button.
setDelimiter(char) - Method in class planetj.helpers.CSVFileDescriptor
Be sure to ensure the delimiter will not show up in your CSV data.
setDescription(String) - Method in class planetj.dataengine.theme.Theme
Sets the description for this Theme.
setDescription(String) - Method in class planetj.dataengine.cache.DataEngineCache
Sets a text description of this cache.
setDescription(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's description
setDescription(String) - Method in class planetj.qif.QIFAccountRecord
Description of the account
setDescription(String) - Method in class planetj.dataengine.application.Application
Sets the description for this application
setDesiredMnemonic(char) - Method in class planetj.gui.CMAction
This sets the mnemonic that should be used for this action.
setDesiredValue(Object) - Method in class planetj.exception.AlterationLWO
Sets the value the field was going to be set to (but wasn't since another user had modified it).
setDestination(String) - Method in class planetj.helpers.MSAccessDescriptor
Sets the system to export to.
setDetailedMessage(String) - Method in class planetj.exception.CMException
Sets the detailedMessage property (java.lang.String) value.
setDetailedMessage(String) - Method in class planetj.common.CMMessage
Sets the detailedMessage property (java.lang.String) value.
setDetails(String) - Method in class planetj.exception.CMExceptionDialogJ
Sets the details Creation date: (7/15/03 9:37:08 AM)
setDeviceName(String) - Method in class planetj.database.field.CybraFormatField
 
setDisabledIcon(Icon) - Method in class planetj.gui.CMAction
Insert the method's description here.
setDisplay(boolean) - Method in class planetj.dataengine.parameter.RequestPromptParameter
Sets if this parameter should be dispalyed.
setDisplayChartLink(boolean) - Method in class planetj.html.HTMLTable
Sets if a chart link is able to be displayed.
setDisplayColumnName(String) - Method in class planetj.database.sql.ColumnToken
 
setDisplayColumns(List) - Method in class planetj.helpers.FileDescriptor
Sets the names of the columns to display.
setDisplayColumns(List) - Method in class planetj.dataengine.operation.Operation
Sets the display columns as Strings in a List
setDisplayColumns(String) - Method in class planetj.dataengine.operation.Operation
Sets this display columns for this SQLOperation as a String, containing the column names separated by commas
setDisplayColumns(String[]) - Method in class planetj.dataengine.operation.Operation
Sets the display columns as Strings in an Array
setDisplayComponent(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the display component for this field.
setDisplayDelete(boolean) - Method in class planetj.html.HTMLTable
Sets whether or not the Delete button should be displayed
setDisplayDeleteAllRows(boolean) - Method in class planetj.html.HTMLTable
Sets if the "Delete All" button should be displayed
setDisplayDetails(boolean) - Method in class planetj.html.HTMLField
This will toggle the details of a field to be displayed or not.
setDisplayEdit(boolean) - Method in class planetj.html.HTMLTable
Sets if the Edit button should be displayed
setDisplayEditFDs(boolean) - Method in class planetj.html.HTMLTable
Sets if links for editing the field descriptor for columns should be displayed
setDisplayEditFDs(boolean) - Method in class planetj.html.HTMLRowDetails
Sets if an FD link should be displayed next to the field
setDisplayEditFDs(boolean) - Method in class planetj.html.HTMLField
Sets if an FD link should be displayed next to the field
setDisplayExcelLink(boolean) - Method in class planetj.html.HTMLTable
Sets if a link for viewing the table's contents in Excel should be displayed
setDisplayExcelXlsLink(boolean) - Method in class planetj.html.HTMLTable
Sets if a link for sending table's contents as an Excel file should be displayed
setDisplayGrid(boolean) - Method in class planetj.html.HTMLTable
Sets if the grid separating cells of the table should be displayed
setDisplayGrid(boolean) - Method in class planetj.html.HTMLRowDetails
Set whether or not to display a grid.
setDisplayHeaderRow(boolean) - Method in class planetj.database.field.FieldSetCollection
Set header to display.
setDisplayHeaderRow(boolean) - Method in class planetj.database.field.FieldSet
Set header to display.
setDisplayHeaderRowAsLegend(boolean) - Method in class planetj.database.field.FieldSetCollection
Set header to display.
setDisplayHeaderRowAsLegend(boolean) - Method in class planetj.database.field.FieldSet
Set header to display.
setDisplayHeight(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the Field's display height.
setDisplayInsert(boolean) - Method in class planetj.html.HTMLTable
Sets if the Insert button should be displayed
setDisplayLength(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Deprecated. replaced with setDisplayWidth(int) to keep consistent with what a user sees when they view the field (e.g. width and height of a field) (7/7/2003 2:26:31 PM)
setDisplayMSAccessLink(boolean) - Method in class planetj.html.HTMLTable
Tests if a link for exporting the table's contents to MS Access should be displayed
setDisplayMSWordLink(boolean) - Method in class planetj.html.HTMLTable
Sets if a link for viewing the table's contents in MS Word should be displayed
setDisplayName(String) - Method in class planetj.dataengine.Feature
Sets the test which identifies this feature in display messages
setDisplayNextAndPrevious(boolean) - Method in class planetj.html.HTMLTable
Sets whether or not the "next" and "previous" links to the next and previous RowCollections should be displayed.
setDisplayOrder(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the order in which this field should be displayed.
setDisplayOrder(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's display order.
setDisplayPDFLink(boolean) - Method in class planetj.html.HTMLTable
Sets if a link for viewing the table's contents as a PDF should be displayed
setDisplayPrint(boolean) - Method in class planetj.html.HTMLTable
Sets if the Print magic link should be displayed
setDisplayRefresh(boolean) - Method in class planetj.html.HTMLTable
Sets if a link for refreshing the table should be displayed
setDisplayRemove(boolean) - Method in class planetj.html.HTMLTable
Sets if the Remove button should be displayed
setDisplayRemoveAll(boolean) - Method in class planetj.html.HTMLTable
Sets if the Remove All button should be displayed
setDisplayRowCopy(boolean) - Method in class planetj.html.HTMLTable
Sets if the Copy Row button should be displayed
setDisplayRule(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the display rule for this field.
setDisplaySortingLinks(boolean) - Method in class planetj.html.HTMLTable
Sets if links for sorting on a column of the table should be displayed
setDisplayText(String) - Method in class planetj.html.HTMLOption
Sets this option's display text
setDisplayType(int) - Method in class planetj.exception.CMException
Gets what information should be included in the output of the getDisplayString() method
setDisplayUpdateableButton(boolean) - Method in class planetj.html.HTMLTable
This method was added as a temporary fix and should not be used for anything if possible.
setDisplayValue(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible value's display value field.
setDisplayValueSeparator(String) - Method in class planetj.html.SimpleHTMLSelect
 
setDisplayValueSeparator(String) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
setDisplayValueSQLType(int) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible value's value sql type.
setDisplayViewDetails(boolean) - Method in class planetj.html.HTMLTable
Sets if the View Details button should be displayed
setDisplayWhiteSortLinks(boolean) - Method in class planetj.html.HTMLTable
Sets if white sorting links should be displayed - the default is to display black ones
setDisplayWidth(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the Field's display width.
setDisplayXMLLink(boolean) - Method in class planetj.html.HTMLTable
Sets if a link for viewing the table's contents as XML should be displayed
setDistributed(boolean) - Method in class planetj.database.RowCollection
Should be set to true if serialized and distributed for web services.
setDistributed(boolean) - Method in class planetj.database.Row
Should be set to true if serialized and distributed for web services.
setDistributedRequestorURL(URL) - Method in class planetj.database.RowCollection
Insert the method's description here.
setDistributedRequestorURL(URL) - Method in class planetj.database.Row
Insert the method's description here.
setDistributedSourceURL() - Method in class planetj.database.RowCollection
Insert the method's description here.
setDistributedTargetURL(URL) - Method in class planetj.database.RowCollection
Insert the method's description here.
setDistributedTargetURL(URL) - Method in class planetj.database.Row
Insert the method's description here.
setDistributions(List) - Method in class planetj.iif.IIFTransaction
List of distributions for this Transaction Creation date: (2/13/2002 4:29:02 PM)
setDivisionID(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setDriver(String) - Method in class planetj.database.connection.ConnectionRow
Setter method for the Driver property
setEditable(boolean) - Method in class planetj.gui.CMTextFieldJ
override the super method to do a bit more
setEditURI(String) - Method in class planetj.html.HTMLTable
 
setEmailAddress(String) - Method in class planetj.dataengine.security.DEUser
Setter method for the UserName property
setEnable(boolean) - Method in class planetj.license.Feature
Insert the method's description here.
setEnabled(boolean) - Method in class planetj.gui.CMTextPaneJ
override the super method to do a bit more
setEnabled(boolean) - Method in class planetj.gui.CMTextFieldJ
override the super method to do a bit more
setEnabled(boolean) - Method in class planetj.gui.CMTextAreaJ
override the super method to do a bit more
setEnabled(boolean) - Method in class planetj.gui.CMComboBoxJ
override the super method to do a bit more
setEncryptionId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's encryption id
setEndNavigationGroup(boolean) - Method in class planetj.magic.AbstractMagicRequest
 
setEnvironmentMode(String) - Static method in class planetj.database.DataEngine
 
setErrorJspFile(String) - Method in class planetj.dataengine.application.Application
Sets this application's error JSP file
setErrorMessage(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
 
setEvenRowBGColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Sets the background color for even rows in the table as a String representation of the HTML code for the color.
setException(CMException) - Method in class planetj.exception.CMExceptionDialogJ
 
setExceptionCheckmark(String) - Method in class planetj.html.HTMLField
You can pass in the check mark color you want to sue.
setExceptionKey(String) - Method in class planetj.common.CMMessage
Sets the exceptionKey property (java.lang.String) value.
setExcludedFieldNames(List) - Method in class planetj.html.HTMLTable
 
setExcludedFieldNames(List) - Method in class planetj.html.HTMLRowDetails
 
setExecutingContext(ExecutingContext) - Method in interface planetj.dataengine.IContext
 
setExecutingContext(ExecutingContext) - Method in class planetj.dataengine.AbstractContext
Sets this context's executing context.
SetExpressionToken - class planetj.database.sql.SetExpressionToken.
 
SetExpressionToken() - Constructor for class planetj.database.sql.SetExpressionToken
ExpressionToken constructor comment.
SetExpressionToken(String, TableStatement) - Constructor for class planetj.database.sql.SetExpressionToken
ExpressionToken constructor comment.
setExternalName(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the external name of the described field.
setExtraURLInfo(String) - Method in class planetj.connections.AS400SignOnDialog
Gets extra URL info for the SQL connection.
setFailMessage(String) - Method in class planetj.magic.AbstractMagicRequest
Deprecated. - only temporarily added to support custom fail messages
setFDFileUsed(boolean) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
 
setFDModifier(IFDModifier) - Static method in class planetj.database.fielddescriptors.FieldDescriptorManager
Sets the modifier that will be used to modify FD's read from RS or DB metadata (may be null)
setFDsReadFromDBMetadata(boolean) - Method in class planetj.database.Table
Set flag to indicate FDs have been read from DB metadata
setFeatureLevel(int) - Method in class planetj.dataengine.Feature
Sets the feature level of this feature
setField(Field) - Method in class planetj.html.HTMLField
Sets the HTMLField's Field.
setFieldClass(Class) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the class name of the formatter for the field.
setFieldClass(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the class name of the formatter for the field.
setFieldContentDisplayable(boolean) - Method in class planetj.database.Field
Insert the method's description here.
setFieldDescriptor(FieldDescriptorRow) - Method in class planetj.database.Field
Sets the FieldDescriptorRow associated with this field.
setFieldDescriptor(FieldDescriptorRow) - Method in class planetj.database.sql.ColumnToken
Sets the FieldDescriptor for this database column referenced by this token.
setFieldDescriptorType(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the type of this field descriptor
setFieldInitialValue(String, Object) - Method in class planetj.database.Row
Sets the value of the specified field.
setFieldName(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible values field name.
setFieldName(String) - Method in class planetj.exception.AlterationLWO
Sets the name of the field to which an alteration attempt was made.
setFieldNames(List) - Method in class planetj.html.HTMLTable
 
setFieldNames(List) - Method in class planetj.html.HTMLRowDetails
 
setFieldSet(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the field set for the described fields.
setFieldSets(List) - Method in class planetj.html.HTMLRowDetails
Set the list of fieldSets to use in HTML generation.
setFieldValue(String, double) - Method in class planetj.database.Row
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setFieldValue(String, long) - Method in class planetj.database.Row
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setFieldValue(String, Object) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the value of the specified field.
setFieldValue(String, Object) - Method in class planetj.database.Row
Sets the value of the specified field.
setFieldValueAsString(String, String) - Method in class planetj.database.Row
Sets the value of the specified field.
setFieldValueAsString(String, String, int) - Method in class planetj.database.Row
Sets the value of the specified field from the starting position (zero indexed) without affecting other positions in this field.
setFieldValuesAsDate(String[], Date) - Method in class planetj.database.Row
This method is for cases when the date is stored in 3 fields (year{2002}, month{5}, day{10}) in the database.
setFieldValuesToDefault(List, boolean, ExecutingContext) - Method in class planetj.database.Row
Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have.
setFieldValuesWithCommonFieldNames(Row) - Method in class planetj.database.Row
Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have.
setFieldValuesWithCommonFieldNames(Row, boolean) - Method in class planetj.database.Row
Sets values from the source Row into this Row (the target) for all Fields that BOTH the source and the target have.
setFieldValuesWithCommonUsageIds(Row) - Method in class planetj.database.Row
Copy the field values from the supplied Row with the same usageid into this Row.
setFieldValueToDefault(String, ExecutingContext) - Method in class planetj.database.Row
Sets the fields value back to the default value Creation date: Jun 24, 2004 - 3:14:48 PM
setFileLocation(String) - Method in class planetj.dataengine.RowClassProperties
Sets the directory name where the generated file will be saved.
setFileName(String) - Method in class planetj.helpers.FileDescriptor
This must be the qualified file name (i.e.
setFileName(String) - Method in class planetj.shortcuts.InternetShortcut
This will be the file name of the shortcut.
setFileName(String) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets the file name to save reports under.
setFileWriteType(byte) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets what type of file writing should be used.
setFilter(IFilter) - Method in class planetj.database.filter.FilteredRowCollection
Sets the filter used to create this FilteredRowCollection.
setFirstName(String) - Method in class planetj.dataengine.security.DEUser
Setter method for the FirstName property
setFirstRowIndex(int) - Method in class planetj.database.SQLContext
Insert the method's description here.
setFirstRowIndex(int) - Method in class planetj.html.HTMLTable
Sets the mFirstRow.
setFocusGainedIcon(Icon) - Method in class planetj.gui.CMMenuItemJ
This will set the icon to be displayed on focus gained on this menu item
setFocusLostIcon(Icon) - Method in class planetj.gui.CMMenuItemJ
This will set the icon to be displayed on focus lost on this menu item
setForceUpperCase(boolean) - Method in class planetj.gui.CMLimitedField
 
setForceUpperCase(boolean) - Method in class planetj.gui.CMComboBoxJ
Sets the upper case boolean
setFormatName(String) - Method in class planetj.database.field.CybraFormatField
 
setFormatterClass(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the class name of the formatter for the field.
setFrom(String) - Method in class planetj.common.CMMailMessage
Sets the message's from field.
setFullClassName(String) - Method in class planetj.dataengine.RowClassProperties
Sets the fully qualified name of the class to generate.
setGenerateConstantComments(boolean) - Method in class planetj.dataengine.RowClassProperties
Insert the method's description here.
setGenerateConstantTableProperties(boolean) - Method in class planetj.dataengine.RowClassProperties
Insert the method's description here.
setGenerateFieldNameConstants(boolean) - Method in class planetj.dataengine.RowClassProperties
Sets if constants should be generated for field names.
setGenerateGetters(boolean) - Method in class planetj.dataengine.RowClassProperties
Sets if getter methods should be generated.
setGeneratePackage(boolean) - Method in class planetj.dataengine.RowClassProperties
Insert the method's description here.
setGenerateSetters(boolean) - Method in class planetj.dataengine.RowClassProperties
Sets if setter methods should be generated.
setGetterMethod(String) - Method in class planetj.gui.CMListJ
Set a methodName to be used to query a business objects for a String that will be used as the items within a JComboBox.
setGetterMethod(String) - Method in class planetj.gui.CMComboBoxJ
Set a methodName to be used to query a business objects for a String that will be used as the items within a JComboBox.
setGlobalSignOnKey(byte) - Method in class planetj.dataengine.security.http.SignOnReceipt
Must be set to one of the values stored in ISignOn.
setGlobalTimeout(int) - Method in class planetj.dataengine.cache.CacheManager
Sets the timeout value (in seconds) for all caches.
setGridColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setGridWidth(int) - Method in class planetj.dataengine.test.TestHTMLTable
 
setGridWidth(int) - Method in class planetj.html.HTMLTable
Deprecated.  
setGroupAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Sets an attribute on the request that will be persisted for a given group of requests.
setGroupId(int) - Method in class planetj.dataengine.security.DEUser2Group
Sets the group ID
setGroupId(int) - Method in class planetj.dataengine.security.DEGroup2Authorization
Sets the group ID
setGroupId(Integer) - Method in class planetj.dataengine.security.DEUser2Group
Sets the group ID
setGroupId(Integer) - Method in class planetj.dataengine.security.DEGroup2Authorization
Sets the group ID
setGroupId(int, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the group id.
setGroupId(String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the group id.
setGuessFieldClass(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets if the system shoulc attempt to guess the field class for the described field when this row is inserted into the DB
setHeader(String, String) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setHeader(String, String) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
setHeaderBGColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Sets the background color for the table header as a String representation of the HTML code for the color.
setHeaderTextColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setHelpEnabled_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setHelpEnabled(boolean) method descriptor.
setHelpEnabled(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the helpEnabled attribute.
setHelpText_javalangStringMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setHelpText(java.lang.String) method descriptor.
setHelpText(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the help text for the described field.
setHelpText(String) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the helpText attribute.
setHelpVisibile_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setHelpVisibile(boolean) method descriptor.
setHelpVisibile(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the helpVisibile attribute.
setIcon(Icon) - Method in class planetj.gui.CMAction
Sets the icon property (javax.swing.Icon) value.
setIconChangedOnFocusGained(boolean) - Method in class planetj.gui.CMMenuItemJ
This will set whether the icon should be changed on focus gained.
setIconFile(String) - Method in class planetj.shortcuts.InternetShortcut
Sets the Icon file destination String EX: C:\Temp\PlanetJ.ico Creation date: (5/26/2003 3:02:41 PM)
setIconIndex(int) - 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)
setId(int) - Method in class planetj.dataengine.theme.Theme
Sets the ID of this Theme.
setId(int) - Method in class planetj.dataengine.security.http.SignOnReceipt
Sets the id of the application that was signed on to
setId(int) - Method in class planetj.dataengine.operation.Operation
Sets the id of this Operation
setId(int) - Method in class planetj.dataengine.application.Application
Sets the ID of this application
setId(int) - Method in class planetj.dataengine.security.DEUser
Sets the user ID
setId(int) - Method in class planetj.dataengine.security.DEGroup
Sets the group ID
setId(int) - Method in class planetj.dataengine.security.DEAuthorization
Sets the group ID
setId(Integer) - Method in class planetj.dataengine.theme.Theme
Sets the ID of this Theme.
setId(Integer) - Method in class planetj.dataengine.operation.Operation
Sets the id of this Operation
setId(Integer) - Method in class planetj.dataengine.application.Application
Sets the ID of this application
setId(Integer) - Method in class planetj.dataengine.security.DEUser
Sets the user ID
setId(Integer) - Method in class planetj.dataengine.security.DEGroup
Sets the group ID
setId(Integer) - Method in class planetj.dataengine.security.DEAuthorization
Sets the group ID
setId(String) - Method in class planetj.magic.AbstractMagicRequest
Sets the id used to store this magic request in the session.
setId(String) - Method in class planetj.html.HTMLElement
Insert the method's description here.
setId(String) - Method in class planetj.util.CMTimer
Sets the id for this timer that can be used for identifying the timer.
setIgnoreRowCollectionProperties(boolean) - Method in class planetj.html.HTMLTable
Set whether or not to ignore the RowCollection's properties when generating results.
setImmediateReportRequired(boolean) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets if the first report should be generated immediately after this object is passed to the DatabaseManager.beginReportMonitoring() method.
setIncludeColonAfterLabel(boolean) - Method in class planetj.html.HTMLRowDetails
Set whether or not to include a colon after the Field's label.
setIncludeColonAfterLabel(boolean) - Method in class planetj.html.HTMLField
This can be set to true if you want a colon {:} placed after each label Creation date: (5/15/2002 8:53:17 PM)
setIncludeValueWithDisplay(boolean) - Method in class planetj.html.SimpleHTMLSelect
 
setIncludeValueWithDisplay(boolean) - Method in class planetj.html.FieldHTMLSelect
Deprecated.  
setInitialOperation(Operation) - Method in class planetj.dataengine.application.Application
Sets this Application's initial Operation
setInitialValue(Object) - Method in class planetj.database.Field
!!DA WK (7/14/2003 9:53:04 AM)
setInitialValueAsString(String) - Method in class planetj.database.Field
Create an object for the Field's SQL type.
setInitialView(View) - Method in class planetj.dataengine.application.Application
Sets this application's initial view
setInsertable(boolean) - Method in class planetj.html.HTMLTable
Set table contents to allow or disallow inserting directly from the table.
setInsertLinkText(String) - Method in class planetj.html.HTMLTable
Sets text for insert button.
setInsertURI(String) - Method in class planetj.html.HTMLTable
 
setInstance(CacheManager) - Static method in class planetj.dataengine.cache.CacheManager
Sets the CacheManager instance.
setInstructions(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Gets this SQLOperation's instructions
setInternalPagingText(String) - Method in class planetj.html.HTMLTable
Sets the test used with internal paging to tell the user how many records there are
setInternalTrace(boolean) - Method in class planetj.common.MessageManager
 
setIntHeader(String, int) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setIntHeader(String, int) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
setIsNullable(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets whether or not NULL is allowed.
setIsSQLParameterized(boolean) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets if this SQLOperation's SQL is parameterized and thus requires user input before it can be run
setItems(List) - Method in class planetj.gui.CMComboBoxJ
Translate the Vector of Strings and then set the translated Strings in the component.
setItemsDirectly(List) - Method in class planetj.gui.CMComboBoxJ
Add a List of Strings to the ComboBox directly.
setJavaScriptFieldValidationEnabled(boolean) - Method in class planetj.html.HTMLField
This will set JavaScript validation on the field level.
setJavaScriptGlobalValidationEnabled(boolean) - Static method in class planetj.html.JavaScriptManager
Sets the global value for JS Validation.
setJavaScriptSourcePath(String) - Static method in class planetj.html.JavaScriptManager
This is the path to DataEngine JavaScript files Creation date: (5/17/2002 12:37:10 PM)
setJspFile(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's JSP file
setJspFile(String) - Method in class planetj.dataengine.application.Application
Sets this application's JSP file
setJTable(JTable) - Method in class planetj.gui.CMSmartTableModel
Sets the jTable property (javax.swing.JTable) value.
setKey(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible values key.
setKeyPosition(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the position of the described field in the primary key of that field's table.
setLabel(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's label.
setLabel(String) - Method in class planetj.gui.CMToggleButtonJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMRadioButtonMenuItemJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMRadioButtonJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMMenuJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMMenuItemJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMLabelJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMCheckBoxMenuItemJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMCheckBoxJ
Overrides the superclass to set the key for the translated String.
setLabel(String) - Method in class planetj.gui.CMButtonJ
Overrides the superclass to set the key for the translated String.
setLabelLeftJustified(boolean) - Method in class planetj.html.HTMLRowDetails
Set whether or not Field labels are displayed to the left of the Field.
setLastName(String) - Method in class planetj.dataengine.security.DEUser
Setter method for the LastName property
setLastRequestId(Integer, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated. no longer used
setLastRequestId(int, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated. no longer used
setLastUpdated(long) - Method in class planetj.database.Table
Sets when this table was last updated by DataEngine
setLastUpdated(long) - Method in class planetj.database.RowCollection
Sets the last time this RowCollection was updated
setLastValue(Field, Object) - Method in interface planetj.database.field.IFieldIncrementor
Sets the last value of a field for which the auto-increment value is true.
setLastValue(Field, Object) - Method in class planetj.database.field.FieldIncrementor
Sets the last value of a field for which the auto-increment value is true.
setLayoutProperties(LayoutDisplayPropertyGroup, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Deprecated.  
setLayoutProperties(LayoutDisplayPropertyGroup, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Sets layout properties int the current navigation request.
setLeadingDelimiter(char) - 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.
setLibrary(Library) - Method in class planetj.dataengine.task.RetrieveTablesTask
 
setLibraryName(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible values lirary name.
setLibraryNameParam(String) - Method in class planetj.fdmanager.magic.ViewFDsForLibraryRequest
 
setLicense(ILicense) - Static method in class planetj.database.DataEngine
Set the license DataEngine should use when running
setLinkStyleClass(String) - Method in class planetj.database.field.URLReferenceField
Sets the HTML style class for the link
setListData(List) - Method in class planetj.gui.CMListJ
Translate the Vector of Strings and then set the translated Strings in the component.
setListDataDirectly(List) - Method in class planetj.gui.CMListJ
Add a Vector of Strings to the ComboBox directly.
setListViewSessionId(String) - Method in class planetj.fdmanager.magic.ViewFDsRequest
 
setListViewSessionId(String) - Method in class planetj.magic.SQLRequest
 
setLocale(Locale) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setLocale(Locale) - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
setLogger(ILogger) - Method in class planetj.common.AS400Manager
Sets the logger to use when logging messages
setLoginTimeout(int) - Method in class planetj.database.connection.DataSourceWrapper
setLoginTimeout method comment.
setLoginTimeout(int) - Method in class planetj.database.connection.DataEngineConnectionPool
Sets the amount of time this connection pool will wait for when attempting to login to the database.
setLogWriter(PrintWriter) - Method in class planetj.database.connection.DataSourceWrapper
setLogWriter method comment.
setLogWriter(PrintWriter) - Method in class planetj.database.connection.DataEngineConnectionPool
Sets the print writer used for logging.
setMagicDelete(boolean) - Method in class planetj.html.HTMLTable
Deprecated. Use setDisplayDelete() instead
setMagicEdit(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayEdit() instead
setMagicEditFDs(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayEditFDs() instead
setMagicExcelLink(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayExcelLink() instead
setMagicInsert(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayInsert() instead
setMagicMSWordLink(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayMSWordLink() instead
setMagicPDFLink(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayPDFLink() instead
setMagicRefresh(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayRefresh() instead
setMagicSortingLinks(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplaySortingLinks() instead
setMagicXMLLink(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayXMLLink() instead
setMasterMouseListener(MasterMouseListener) - Method in class planetj.gui.CMTableJ
Sets the MasterMouseListener
setMaxBytes(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the maximum number of bytes in the column for char types.
setMaxConnections(int) - Method in class planetj.connections.AS400SignOnDialog
The maximum number of connections in the connection pool
setMaxConnections(int) - Method in class planetj.database.connection.ConnectionRow
Setter method for the MaxConnections property
setMaxConnSeconds(int) - Method in class planetj.connections.AS400SignOnDialog
The maximum amount of time a connection can be kept open.
setMaxInputSize(int) - Method in class planetj.html.HTMLRowDetails
Sets the maximum width of an input field on the screen.
setMaxInputSizePerRow(int) - Method in class planetj.html.HTMLRowDetails
Sets the maximum sum of the width of all input fields on a row.
setMaxLength(int) - Method in class planetj.database.Field
Sets the maximum length of this field's contents.
setMaxLength(int) - Method in class planetj.gui.CMPasswordFieldJ
 
setMaxLength(int) - Method in class planetj.gui.CMLimitedField
 
setMaxLength(int) - Method in class planetj.gui.CMAs400Field
Set the maximum length of text allowed in this AS400 field
setMaxPreparedStatements(int) - Static method in class planetj.database.DataEngine
Sets the maximum number of prepared statements a single connection can support.
setMaxValueSize(int) - Method in class planetj.gui.CMNumberField
Sets the maximum value allowed in this input field
setMaxWidth(int) - Method in class planetj.html.HTMLField
Sets the maximum width that a field's input will take up on the screen (the default is 100).
setMemo(String) - Method in class planetj.iif.IIFTransaction
Give the transaction a memo.
setMemo(String) - Method in class planetj.iif.IIFDistribution
Give the distribution a memo.
setMemo(String) - Method in class planetj.qif.QIFBankTransaction
Give the transaction a memo.
setMessage(Object) - Method in class planetj.gui.CMOptionPaneJ
This method was overridden for I18N.
setMessage(String) - Method in class planetj.gui.CMProgressDialog
Sets the message to display
setMessage(String) - Method in class planetj.exception.CMExceptionDialogJ
Sets the message Creation date: (7/15/03 9:37:08 AM)
setMessage(String) - Method in class planetj.exception.CMException
Sets the message property (java.lang.String) value.
setMessage(String) - Method in class planetj.common.CMMessage
Sets the message property (java.lang.String) value.
setMessage(String) - Method in class planetj.dataengine.task.TestTaskEvent
Sets a message in this task event.
setMessageLogCopyrightLabel(String) - Method in class planetj.gui.CMMessageLogFrameJ
Method generated to support the promotion of the messageLogCopyrightLabel attribute.
setMessageVector(Vector) - Method in class planetj.common.MessageManager
 
setMetaDataAlias(String) - Method in class planetj.dataengine.operation.JavaOperationContext
Set the alias for the system the operation and application reside.
setMetaDataAlias(String) - Method in class planetj.dataengine.operation.HTMLOperationContext
Set the alias for the system the operation and application reside.
setMetaDataAlias(String) - Method in interface planetj.dataengine.application.IApplicationContext
Set the alias for the system the operation and application reside.
setMetaDataAlias(String) - Method in class planetj.dataengine.application.ApplicationSQLContext
 
setMetadataInvalidationTime(long) - Method in class planetj.database.Table
Sets when this table's metadata was last invalidated.
setMethodClass(Class) - Method in class planetj.dataengine.display.ReflectAction
Sets the Class contianing the method to reflect.
setMethodName(String) - Method in class planetj.dataengine.display.ReflectAction
Sets the name of the method this action should reflect on a given Row.
setMinConnections(int) - Method in class planetj.connections.AS400SignOnDialog
The minimum number of connections in the connection pool
setMinConnections(int) - Method in class planetj.database.connection.ConnectionRow
Setter method for the MinConnections property
setMinValueSize(int) - Method in class planetj.gui.CMNumberField
Sets the minimum value allowed in this input field
setMode(int) - Method in class planetj.dataengine.ExecutingContext
Sets the mode of the current action being performed on the database (e.g.
setMode(String, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Sets the current mode of the request.
setModel(TableModel) - Method in class planetj.gui.TableSorter
 
setModel(TableModel) - Method in class planetj.gui.TableMap
 
setModel(TableModel) - Method in class planetj.gui.CMTableJ
overrides JTable.setModel to wraper the newModel with TableSorter if we are allowing column sorting Creation date: (6/15/00 11:19:00 AM)
setMonitoringUsage(boolean) - Static method in class planetj.database.DataEngine
Insert the method's description here.
setMonthFieldName(String) - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
setMultipleDeleteEnabled(boolean) - Method in class planetj.database.Row
Sets whether or not multiple record deletes are allowed.
setName(String) - Method in class planetj.iif.IIFTransaction
Sets who's involved in the transaction, such as the name of a store where expenses took place or the payee, vender, employee, or customer
setName(String) - Method in class planetj.iif.IIFDistribution
Sets who's involved in the distribution, such as the name of a store where expenses took place or the payee, vender, employee, or customer
setName(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the name of the described fields.
setName(String) - Method in class planetj.database.Field
Sets this Field's name.
setName(String) - Method in class planetj.database.field.FieldSetCollection
Sets the name of this FieldSetCollection.
setName(String) - Method in class planetj.database.field.FieldSet
Sets the name of this FieldSet
setName(String) - Method in class planetj.dataengine.operation.OperationSet
Sets the name of this OperationSet
setName(String) - Method in class planetj.property.UnmodifiableProperty
Sets the name of this name-value pair
setName(String) - Method in class planetj.property.PropertyGroup
Sets the name of this PropertyGroup
setName(String) - Method in class planetj.property.Property
Sets the name of this name-value pair
setName(String) - Method in class planetj.qif.QIFAccountRecord
Name of the account
setName(String) - Method in class planetj.dataengine.application.Application
Sets the name of this application
setName(String) - Method in class planetj.util.NamedValue
Deprecated. Sets the name
setName(String) - Method in class planetj.common.MethodProperties
 
setName(Table) - Method in class planetj.database.fielddescriptors.TableDescriptor
Sets the name of this TableDescriptor from a table
setNavigationKey(String) - Method in interface planetj.dataengine.INavigationObject
Set the key used to store and retrieve this object to and from navigation.
setNavigationKey(String) - Method in class planetj.dataengine.AbstractContext
Set the key used to store/retrieve this Row to/from navigation.
setNavigationKey(String) - Method in class planetj.database.RowCollection
Set the key used to store/retrieve this RowCollection to/from navigation.
setNavigationKey(String) - Method in class planetj.database.Row
Set the key used to store/retrieve this Row to/from navigation.
setNavigationKey(String) - Method in class planetj.dataengine.display.LayoutDisplayPropertyGroup
Set the key used to store/retrieve this layout property group to/from navigation.
setNavigationKey(String, INavigationObject, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the navigation key on the given navigation object.
setNewGroup(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets a flag in the request that a new group is starting.
setNewRequest(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets a flag in the request that a new request is starting.
setNewSession(HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets a flag in the request that a new session is starting.
setNewWindowProperties(String) - Method in class planetj.database.field.URLReferenceField
Sets the properties of the window to open the link's target in.
setNewWindowTarget(String) - Method in class planetj.database.field.URLReferenceField
Sets the name of the window to open the link's target in.
setNext(boolean) - Method in class planetj.magic.NextOrPreviousRowRequest
 
setNextException(CMException) - Method in class planetj.exception.CMException
Adds a CMException object to the end of the chain.
setNextPreviousAllowed(boolean) - Method in class planetj.magic.ViewRowRequest
Sets if rows edited via this request may have next & previous buttons for going to other rows in the edited row's row collection.
setNextPreviousAllowed(boolean) - Method in class planetj.magic.EditRowRequest
Sets if rows edited via this request may have next & previous buttons for going to other rows in the edited row's row collection.
setNextPreviousJustify(String) - Method in class planetj.html.HTMLTable
 
setNextURI(String) - Method in class planetj.magic.SignOnRequest
Set the URI of the next page to call.
setNextURI(String) - Method in class planetj.magic.NavigateToRequest
Set the URI of the next page to call.
setNextURI(String) - Method in class planetj.magic.AbstractMagicRequest
Set the URI of the next page to call.
setNextURI(String) - Method in class planetj.dataengine.security.http.SignOnRequest
Set the URI of the next page to call.
setNextURI(String, String) - Method in class planetj.magic.AbstractMagicRequest
Set the URI of the next page to call.
setNextURIs(LayoutDisplayPropertyGroup) - Method in class planetj.magic.AbstractMagicRequest
 
setNextURIs(Operation, HttpServletRequest) - Method in class planetj.magic.AssociationRequest
 
setNextURIs(Operation, HttpServletRequest) - Method in class planetj.dataengine.application.magic.ViewHTMLOperationRequest
 
setNextURIs(Operation, HttpServletRequest) - Method in class planetj.dataengine.application.magic.AbstractOperationRequest
 
setNextValue(Field, Object) - Method in interface planetj.database.field.IFieldIncrementor
Sets the next value of a field for which the auto-increment value is true.
setNextValue(Field, Object) - Method in class planetj.database.field.FieldIncrementor
Sets the next value of a field for which the auto-increment value is true.
setNoneInList(boolean) - Method in class planetj.gui.CMComboBoxJ
setNoneInList sets whether or not *NONE is an option in the list
setNoRecordsFoundText(String) - Method in class planetj.html.HTMLTable
Sets the text to display when there are no records
setNullable(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets whether or not NULL is allowed.
setNumber(String) - Method in class planetj.qif.QIFBankTransaction
Sets the transaction's number, which is usually a check number or some other identifying number for the transaction.
setNumberOfRecordsPerPage(int) - Method in class planetj.magic.SQLRequest
 
setNumberTimesRun(int) - Method in class planetj.dataengine.task.TestTaskEvent
Sets a message in this task event.
setOddRowBackgroundColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Sets the background color for odd rows in the table as a String representation of the HTML code for the color.
setOddRowBGColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Sets the background color for odd rows in the table as a String representation of the HTML code for the color.
setOkEnabled_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setOkEnabled(boolean) method descriptor.
setOkEnabled(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the okEnabled attribute.
setOkText_javalangStringMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setOkText(java.lang.String) method descriptor.
setOkText(String) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the okText attribute.
setOkVisible_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setOkVisible(boolean) method descriptor.
setOkVisible(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Method generated to support the promotion of the okVisible attribute.
setOperatingFieldNames(String[]) - Method in class planetj.database.fielddescriptors.AbstractDerivedFieldDescriptor
Set the field names that this descriptor operates on.
setOperationId(int) - Method in class planetj.dataengine.operation.JavaOperationContext
Set this context's operation's id.
setOperationId(int) - Method in interface planetj.dataengine.operation.IOperationContext
Set this context's operation's id.
setOperationId(int) - Method in class planetj.dataengine.operation.HTMLOperationContext
Set this context's operation's id.
setOperationId(int) - Method in class planetj.dataengine.application.ApplicationSQLContext
Sets this SQLContext's corresponding Application
setOperationSetName(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's operation set name.
setOperationSQL(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's SQL
setOperationString(String) - Method in class planetj.dataengine.parameter.TableParameter
Sets a String representing an operation which applies to this parameter.
setOperationString(String) - Method in class planetj.dataengine.parameter.SQLPromptParameter
Sets a String representing an operation which applies to this parameter.
setOperationString(String) - Method in interface planetj.dataengine.parameter.IDisplayParameter
Sets a String representing an operation which applies to this parameter.
setOrder(short) - Method in class planetj.html.HTMLOption
Sets this option's order.
setOrdinalPosition(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the index of the column in the table (starting at 1).
setOriginalException(Exception) - Method in class planetj.exception.CMException
Sets the original exception that this CMException was created from.
setOriginalValue(Object) - Method in class planetj.exception.AlterationLWO
Sets the value of the field the last time we read it.
setOriginRow(Row) - Method in class planetj.dataengine.sqloperation.PossibleValuesSearchOperation
Insert the method's description here.
setOrphanTimeout(int) - Method in class planetj.connections.AS400SignOnDialog
The orphan timeout specifies the amout of time an application can hold a connection without using it.
setOrphanTimeout(int) - Method in class planetj.database.connection.ConnectionRow
Setter method for the OrphanTimeout property
setOutputAsSingleLine(boolean) - Method in class planetj.helpers.CSVFileDescriptor
If true then (i.e.
setOutputRowType(char) - Method in class planetj.helpers.FileDescriptor
Describes which rows should be output
setOutputStream(OutputStream) - Method in class planetj.helpers.PDFFileDescriptor
Sets the OutputStream used by the PDFWriter Creation date: (1/22/2002 6:40:00 PM)
setOwnerId(int) - Method in class planetj.dataengine.theme.Theme
Sets the ID of this Theme's owner
setOwnerId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's owner id
setOwnerId(int) - Method in class planetj.dataengine.security.http.SignOnReceipt
Insert the method's description here.
setOwnerId(int) - Method in class planetj.dataengine.application.Application
Sets the ID of this application's owner
setOwnerId(int) - Method in class planetj.dataengine.security.DEUser2Group
Sets the ID of this application's owner
setOwnerId(int) - Method in class planetj.dataengine.security.DEUser
Sets the ID of this application's owner
setOwnerId(int) - Method in class planetj.dataengine.security.DEGroup2Authorization
Sets the ID of this application's owner
setOwnerId(int) - Method in class planetj.dataengine.security.DEGroup
Sets the ID of this application's owner
setOwnerId(int) - Method in class planetj.dataengine.security.DEAuthorization
Sets the ID of this application's owner
setOwnerId(int) - Method in class planetj.database.connection.ConnectionRow
Setter method for the OwnerId property
setOwnerId(Integer) - Method in class planetj.dataengine.theme.Theme
Sets the ID of this Theme's owner
setOwnerId(Integer) - Method in class planetj.dataengine.application.Application
Sets the ID of this application's owner
setOwnerId(Integer) - Method in class planetj.dataengine.security.DEUser2Group
Sets the ID of this application's owner
setOwnerId(Integer) - Method in class planetj.dataengine.security.DEUser
Sets the ID of this application's owner
setOwnerId(Integer) - Method in class planetj.dataengine.security.DEGroup2Authorization
Sets the ID of this application's owner
setOwnerId(Integer) - Method in class planetj.dataengine.security.DEGroup
Sets the ID of this application's owner
setOwnerId(Integer) - Method in class planetj.dataengine.security.DEAuthorization
Sets the ID of this application's owner
setPackage(String) - Method in class planetj.dataengine.RowClassProperties
Sets the package name of the class to generate.
setPageAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Sets an attribute on the request that is associated with this page.
setPageId(int, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the page id.
setPageId(String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the request id.
setPagingLevel(short) - Static method in class planetj.html.HTMLGenerator
Sets the paging level
setParameterCollection(ParameterCollection) - Method in class planetj.dataengine.AbstractContext
Sets the ParameterCollection which contains this context's parameters.
setParameterDisplayValues(Row) - Method in class planetj.dataengine.AbstractContext
Provides values for all of this context's display parameters.
setParameters(String[]) - Method in class planetj.common.MethodProperties
 
setParametersJspFile(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets the JSP used to query the user for this SQLOperation's parameters
setParameterTypes(Class[]) - Method in class planetj.dataengine.display.ReflectAction
Sets the parameter types the method this action should use when reflecting on a given Row.
setParameterValue(int, int) - Method in class planetj.dataengine.AbstractContext
Provides a value to a parameter for this context's code string.
setParameterValue(int, Object) - Method in class planetj.dataengine.AbstractContext
Provides a value to a parameter for this context's code string.
setParameterValue(int, Object, int) - Method in class planetj.database.SQLContext
Provides a value to a parameter for this context's code string.
setParameterValues(Row) - Method in interface planetj.dataengine.IContext
 
setParameterValues(Row) - Method in class planetj.dataengine.AbstractContext
Provides values for all of this context's RowParameters and ContextParameterParameters.
setParameterValues(String, Object) - Method in interface planetj.dataengine.IContext
Sets the value of parameters in this context
setParameterValues(String, Object) - Method in class planetj.dataengine.AbstractContext
Sets the value of parameters in this context
setParameterValues(String, Object) - Method in class planetj.dataengine.parameter.ParameterCollection
Sets the value of parameters in this ParameterCollection
setParent(RowCollection) - Method in class planetj.database.filter.FilteredRowCollection
Sets the parent of this FilteredRowCollection.
setPassword(String) - Method in class planetj.helpers.FileDescriptor
Insert the method's description here.
setPassword(String) - Method in class planetj.dataengine.application.Application
Sets the password for this application
setPassword(String) - Method in interface planetj.util.ILogin
Sets the password for the login
setPassword(String) - Method in class planetj.util.DefaultLogin
Sets the password for the login
setPassword(String) - Method in class planetj.dataengine.security.DEUser
Setter method for the Password property
setPassword(String) - Method in class planetj.common.CMMailer
 
setPassword(String) - Method in class planetj.database.connection.ConnectionRow
Setter method for the Password property
setPayee(String) - Method in class planetj.qif.QIFBankTransaction
Sets who's involved in the transaction, such as the name of a store where expenses took place.
setPDFFileName(String) - Method in class planetj.helpers.FDFFileDescriptor
Insert the method's description here.
setPerformanceStatisticsId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's performance statistics id
setPersistentAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Sets an attribute on the request that will be persisted.
setPopHost(String) - Method in class planetj.common.CMMailer
Creation date: (8/20/01 12:46:57 PM)
setPopup(boolean) - Method in class planetj.magic.AbstractMagicRequest
Sets if this request should execute in a popup window.
setPort(int) - Method in class planetj.common.CMMailer
 
setPossibleValueClass(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets 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.
setPossibleValuesKey(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the possible values key.
setPossibleValuesSQLOperationId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the id of the SQLOperation which is used to retrieve the possible values for this field descriptor
setPreparedStatement(String, PreparedStatement, long) - Method in class planetj.dataengine.cache.PreparedStatementCache
Sets a prepared statement in the cache.
setPressedIcon(Icon) - Method in class planetj.gui.CMAction
Insert the method's description here.
setPreviousAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Puts an attribute from the previous request into map.
setPrintURI(String) - Method in class planetj.html.HTMLTable
 
setProgressBarValue(int) - Method in class planetj.common.MessageManager
Sets the progressBarValue property (int) value so it can reset before a load.
setProgressValue_intMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setProgressValue(int) method descriptor.
setProgressValue(int) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Sets the progress bar's value.
setProperties(ChartSpecificationPG) - Method in class planetj.html.HTMLTable
Sets any details display properties for this HTML table.
setProperties(ConnectionReportPropertyGroup) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets the values of this report descriptor
setProperties(DetailDisplayPropertyGroup) - Method in class planetj.html.HTMLTable
Sets any details display properties for this HTML table.
setProperties(DetailDisplayPropertyGroup) - Method in class planetj.html.HTMLRowDetails
Sets any display column properties for this HTML table.
setProperties(DisplayColumnsPropertyGroup) - Method in class planetj.html.HTMLTable
Sets any display column properties for this HTML table.
setProperties(DisplayColumnsPropertyGroup) - Method in class planetj.html.HTMLRowDetails
Sets any display column properties for this HTML table.
setProperties(PropertyGroupList) - Method in class planetj.html.HTMLTable
Sets the properties of this HTML table.
setProperties(PropertyGroupList) - Method in class planetj.html.HTMLRowDetails
Sets the properties of this HTML table.
setProperties(String) - Method in class planetj.dataengine.PropertyRow
Sets the property string associated with this PropertyRow.
setProperties(String) - Method in class planetj.dataengine.theme.Theme
Sets the property string associated with this Theme.
setProperties(String) - Method in class planetj.database.DBSystem
Sets the connection JDBC properties of the system.
setProperties(String) - Method in class planetj.dataengine.security.DEUser
Setter method for the Properties property
setProperties(String) - Method in class planetj.database.connection.ConnectionRow
Setter method for the Properties property
setProperties(TableDisplayPropertyGroup) - Method in class planetj.html.HTMLTable
 
setProperties(TableDisplayPropertyGroup) - Method in class planetj.html.HTMLRowDetails
 
setPropertiesRow(Row) - Method in class planetj.dataengine.security.http.SignOnReceipt
Sets the row stored in this SignOnReceipt during sign on.
setProperty(String, boolean) - Method in class planetj.dataengine.UserProperties
 
setProperty(String, Object) - Method in class planetj.dataengine.UserProperties
 
setPropertyBundleForLabels(String) - Method in class planetj.common.TranslationManager
allows user to set a property bundle for labels to their choice.
setPropertyBundleForMessages(String) - Method in class planetj.common.TranslationManager
allows user to set a property bundle for messages to their choice.
setPropertyChangeEventsEnabled(boolean) - Method in class planetj.database.Row
Sets whether the changing of the value in one of this Row's fields will cause this Row to fire a PropertyChangeEvent or not.
setPropertyChangeListeners(IPropertyChangeSource, boolean) - Method in class planetj.gui.CMListJ
This method was added during performance enhancements.
setPropertyGroups(PropertyGroupList) - Method in class planetj.database.RowCollection
Set the property groups stored in this RowCollection's attributes.
setPropertyGroups(PropertyGroupList) - Method in class planetj.database.Row
Set the property groups stored in this RowCollection's attributes.
setPVFileUsed(boolean) - Static method in class planetj.database.possiblevalues.PossibleValueManager
 
setQueryTotal(DataEngineConnectionPool.RunningTotal) - Method in class planetj.database.connection.ConnectionPoolReport
Sets timing information about the queries run from the connection pool.
setRadix(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the column's radix.
setRCNavKey(String) - Method in class planetj.html.HTMLField
 
setReadOnly(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets whether this column is definitely not writable.
setReadOnly(boolean) - Method in class planetj.database.connection.DataEngineConnection
Puts this connection in read-only mode as a hint to enable database optimizations.
setReconciled(boolean) - Method in class planetj.qif.QIFBankTransaction
Sets the "reconciled" flag.
setRelatedTextField(CMNumberField) - Method in class planetj.gui.CMIncreaserDecreaser
Sets the related text field.
setRemarks(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the comment describing the column (may be null)
setReplyTo(List) - Method in class planetj.common.CMMailMessage
Sets the recipients of the message.
setReportBreakCollection(PropertyGroupList) - Method in class planetj.database.SQLContext
Sets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext
setReportBreakCollection(ReportBreakCollection) - Method in class planetj.database.SQLContext
Sets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext
setReportDescriptor(ConnectionPoolReportDescriptor) - Method in class planetj.database.connection.DataEngineConnectionPool
Sets the report descriptor for this connection pool
setReportInterval(int) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets the approximate number of seconds to wait between reports.
setReportStartTime(long) - Method in class planetj.database.connection.ConnectionPoolReport
Sets the start time; the earliest possible time when information in this report could have been recorded.
setRequest(HttpServletRequest) - Method in class planetj.dataengine.http.HttpExecutingContext
Sets the current HttpServletRequest of this ExecutingContext.
setRequest(ServletRequest) - Method in class planetj.servlet.wrapper.ServletRequestWrapper
 
setRequestContextPath(String) - Method in class planetj.dataengine.http.HttpExecutingContext
 
setRequestFocusOnOkButton_booleanMethodDescriptor() - Method in class planetj.gui.CopyrightOkCancelPanelJBeanInfo
Gets the setRequestFocusOnOkButton(boolean) method descriptor.
setRequestFocusOnOkButton(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
This will set the focus to the ok button when the window is opened Creation date: (1/27/00 11:03:46 AM)
setRequestGroupAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
 
setRequestGroupAttribute(String, Object, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
 
setRequestId(int, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the request id.
setRequestId(String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the request id.
setRequestPageAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Sets an attribute on the request that is associated with this page.
setRequestPageAttribute(String, Object, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Sets an attribute on the request that is associated with this page.
setRequestPersistentAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Sets an attribute on the request that will be persisted.
setRequestPersistentAttribute(String, Object, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Sets an attribute on the request that will be persisted.
setRequestTransientAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Sets an attriubte on the request that will not be automatically transferred to another request.
setRequestTransientAttribute(String, Object, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Sets an attriubte on the request that will not be automatically transferred to another request.
setRequired(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets if this column allows null.
setRequiredAsterickColor(String) - 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
setResponse(HttpServletResponse) - Method in class planetj.dataengine.http.HttpExecutingContext
Sets the current HttpServletResponse of this ExecutingContext.
setResponse(ServletResponse) - Method in class planetj.servlet.wrapper.ServletResponseWrapper
 
setResult(Object) - Method in class planetj.util.TaskEvent
Sets a result from the execution of the task.
setResultSet(ResultSet) - Method in class planetj.database.RowCollection
Sets the result set on the row collection.
setResultSetRetained(boolean) - Method in class planetj.database.SQLContext
Sets whether or not the result set for this context should be retained for future accesses.
setRetainSelectedIndices(boolean) - Method in class planetj.gui.CMListJ
setRetainSelectedIndices sets whether or not retain selected indices is needed.
setRetryAttempts(int) - 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.
setRetryMillis(int) - Static method in class planetj.database.DatabaseManager
If the first attempt to get a connection fails, this many milliseconds will elapse between retries.
setReturningFromPossibleValuesSearch(boolean) - Method in class planetj.database.Row
Insert the method's description here.
setReturnToRequester(boolean) - Method in class planetj.magic.AbstractMagicRequest
Returns whether or not the magic request needs to be returned to the requester.
setRolloverIcon(Icon) - Method in class planetj.gui.CMAction
Insert the method's description here.
setRow(int, Row) - Method in class planetj.database.filter.FilteredRowCollection
Replaces the row at the specified position in this list with the specified row, if the Row meets the filter criteria.
setRow(int, Row) - Method in class planetj.database.RowCollection
Replaces the row at the specified position in this list with the specified row (optional operation).
setRow(Row) - Method in class planetj.database.Field
Sets the Row this Field belongs to.
setRow(Row) - Method in class planetj.database.field.LogicalField
Sets the Row this Field belongs to.
setRow(Row) - Method in class planetj.magic.NextOrPreviousRowRequest
 
setRowBackground(String, String) - Method in class planetj.dataengine.test.TestHTMLTable
Convience method for setting both odd and even row background colors at the same time.
setRowClass(Class) - Method in class planetj.database.SQLContext
Sets the type of Row objects that will be included in the RowCollection resulting from the query.
setRowClass(Class) - Method in class planetj.magic.AddRowRequest
 
setRowClass(Class) - Method in class planetj.dataengine.operation.Operation
Sets the Java class to use when retrieving this SQLOperation's rows
setRowClassName(String) - Method in class planetj.dataengine.operation.Operation
Sets the Java class to use when retrieving this SQLOperations's rows
setRowCollection(RowCollection) - Method in class planetj.database.SQLContext
Sets the RowCollection object into which retrieved rows will be inserted.
setRowCollection(RowCollection, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Deprecated. RowCollection's should now be set as request page attributes HttpRequestManager.setPageAttribute(String, Object, HttpServletRequest)
setRowCollectionClass(Class) - Method in class planetj.database.filter.GenericRowFilter
Sets the type of RowCollection that will be used to contain rows filtered by this object.
setRowCollectionClass(Class) - Method in class planetj.database.SQLContext
Sets the type of RowCollection that will contain this query's results.
setRowCollectionClass(Class) - Method in class planetj.dataengine.operation.Operation
Sets the Java class to use when retrieving this SQLOperation's row collection
setRowCollectionClassName(String) - Method in class planetj.dataengine.operation.Operation
Sets the Java class to use when retrieving this SQLOperation's row collection
setRowCollectionId(String) - Method in class planetj.html.HTMLTable
 
setRowCollectionSessionId(String) - Method in class planetj.magic.RowRequest
 
setRowCollectionSessionId(String) - Method in class planetj.magic.RowCollectionRequest
 
setRowCollectionSessionId(String) - Method in class planetj.magic.DeleteRowCollectionRequest
Sets the key for the RowCollection stored in the session.
setRowCount(int) - Method in class planetj.database.SQLContext
Sets the number of rows to include in the RowCollection.
setRowCount(int) - Method in class planetj.dataengine.operation.Operation
Sets this SQLOperation's row count
setRowCreator(IRowCreator) - Method in class planetj.database.SQLContext
Sets the object used to create the Rows the query should return.
setRowEventListener(IRowEventListener) - Method in interface planetj.magic.IMagicRequest
Sets the RowEventListener on this MagicReqest.
setRowEventListener(IRowEventListener) - Method in class planetj.magic.AbstractMagicRequest
Sets the RowEventListener on this MagicReqest.
setRowId(String) - Method in class planetj.html.HTMLTable
 
setRowNavKey(String) - Method in class planetj.html.HTMLField
 
setRows(RowCollection) - Method in class planetj.dataengine.test.TestHTMLTable
Sets the rows (RowCollection) to be used in populating the data for the table.
setRows(RowCollection) - Method in class planetj.html.HTMLTable
Sets the rows (RowCollection) to be used in populating the data for the table.
setRowsAndProperties(RowCollection, HttpServletRequest) - Method in class planetj.html.HTMLTable
Sets the rows (RowCollection) to be used in populating the data for the table.
setRowSelectionJavascript(String) - Method in class planetj.html.HTMLTable
Sets the name of the Javascript function to call when a row is selected.
setRowSessionId(String) - Method in class planetj.magic.RowRequest
 
setRowSessionId(String) - Method in class planetj.magic.PrintRowRequest
 
setRowSessionId(String) - Method in class planetj.magic.NextOrPreviousRowRequest
 
setRowSessionId(String) - Method in class planetj.magic.AddRowRequest
 
setRowsToDisplay(int) - Method in class planetj.html.HTMLTable
Sets the mRowsToDisplay.
setRowValues(Row, Row) - Method in class planetj.database.SQLContext
Provides values for all of this context's named parameters.
setRunInBackground(boolean) - Method in class planetj.database.SQLContext
Sets if SQL commands using this context should run in a background thread.
setRuntimeParameterValues() - Method in class planetj.dataengine.http.HttpExecutingContext
Sets the value of any runtime parameters from the current request
setSavepoint() - Method in class planetj.database.Row
Sets savepoints for the Fields in the this Row.
setSavepoint() - Method in class planetj.database.Field
Sets the current value as the save point for this Field.
setSavepoint(Collection) - Method in class planetj.database.Row
Sets savepoints for the Fields in the given Collection.
setSavepoint(Map) - Method in class planetj.database.Row
Sets savepoints for the Fields in the given Map.
setSchema(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the Table's schema (may be null).
setSearchable(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets whether the column can be used in a where clause.
setSecured(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.SignOnRequest
 
setSecurityId(int) - Method in class planetj.dataengine.theme.Theme
Sets the ID of this Theme's security
setSecurityId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's security id
setSecurityId(Integer) - Method in class planetj.dataengine.theme.Theme
Sets the ID of this Theme's security
setSecurityLevel(int) - Method in class planetj.dataengine.security.DEUser
Setter method for the SecurityLevel property
setSelectableRecords(boolean) - Method in class planetj.html.HTMLTable
Insert the method's description here.
setSelectAllTextOnFocusGained(boolean) - Method in class planetj.gui.CMTextFieldJ
sets if you want all the text to be selected on focus gained.
setSelected(boolean) - Method in class planetj.gui.CMRadioButtonJ
Sets the selected property (boolean) value.
setSelected(boolean) - Method in class planetj.gui.CMCheckBoxJ
Sets the selected property (boolean) value.
setSelected(boolean) - Method in class planetj.html.HTMLOption
Sets if this option is selected
setSelected(ButtonModel, boolean) - Method in class planetj.gui.CMButtonGroupJ
Sets the selected value for the button.
setSelectedBusinessObject(Object) - Method in class planetj.gui.CMSmartTableModel
Sets the selectedBusinessObject property (java.lang.Object) value.
setSelectedBusinessObject(Object) - Method in class planetj.gui.CMListJ
Sets item selected in the comboBox to the businessObject passed in
setSelectedBusinessObject(Object) - Method in class planetj.gui.CMComboBoxJ
Sets the selected item and handles nulls too.
setSelectedBusinessObject(Object) - Method in class planetj.gui.CMButtonGroupJ
setSelectedBusinessObject sets the business object for the type
setSelectedBusinessObjects(List) - Method in class planetj.gui.CMListJ
Sets item selected in the comboBox to the businessObject passed in
setSelectedIcon(Icon) - Method in class planetj.gui.CMAction
Insert the method's description here.
setSelectedId(String) - Method in class planetj.gui.CMListJ
Sets the selected translationId.
setSelectedId(String) - Method in class planetj.gui.CMComboBoxJ
Should use setSelectedOriginalString.
setSelectedOriginalString(String) - Method in class planetj.gui.CMListJ
Set the comboBox's selected index to the position occupied by the originalString
setSelectedOriginalString(String) - Method in class planetj.gui.CMComboBoxJ
Set the comboBox's selected index to the position occupied by the originalString
setSelectedRowIndex(int) - Method in class planetj.gui.CMSmartTableModel
Sets the selected row to the specified index
setSelectedRows(int[]) - Method in class planetj.gui.CMTableJ
Selects the specified rows.
setSelectionMode(int) - Method in class planetj.gui.CMSmartTableModel
Insert the method's description here.
setSelectionType(int) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setSelectionType(int) - Method in class planetj.html.HTMLTable
Insert the method's description here.
setServletConfig(ServletConfig) - Method in class planetj.dataengine.exception.DataEngineInitializationException
Sets the ServletConfig object used for initialization
setServletPath(String, String) - Static method in class planetj.dataengine.DataEngineServlet
Sets a String to use to call a Servlet from another Servlet.
setServletURI(HttpServletRequest, HttpServletResponse) - Static method in class planetj.dataengine.DataEngineServlet
Deprecated. - temporarily to find where called
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class planetj.dataengine.SessionManager
Deprecated. Replaced with setAttribute(String, Object, HttpServletRequest) to keep up parameter ordering standards with internal code.
setSessionAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Sets the specified object in the HttpSession.
setSessionAttribute(String, Object, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Sets the specified object in the HTTPSession.
setSessionId(String, HttpServletRequest) - Static method in class planetj.dataengine.NavigationManager
Sets the session id.
setSessionSharedAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
Sets the specified object in the HttpSession.
setSessionSharedAttribute(String, Object, HttpServletRequest) - Static method in class planetj.magic.AbstractMagicRequest
Sets the specified object in the HttpSession.
setSetName(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets the name of the set to which this SQLOperation belongs
setSharedAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.SessionManager
Puts the given Object in the request's session for the given key.
setSharedSessionAttribute(HttpServletRequest, String, Object) - Static method in class planetj.dataengine.SessionManager
Deprecated. Replaced with setSharedAttribute(String, Object, HttpServletRequest)
setShowHeader(boolean) - Method in class planetj.html.HTMLTable
 
setShowLabelsOnButtons(boolean) - Method in class planetj.gui.CMToolbarJ
Sets the showLabelsOnButtons property (boolean) value.
setShowRowFunctionsOnLeftSide(boolean) - Method in class planetj.html.HTMLTable
 
setShowRowFunctionsOnRightSide(boolean) - Method in class planetj.html.HTMLTable
 
setShowSelection(boolean) - Method in class planetj.html.HTMLTable
!!TF by WK (11/7/2002 12:52:32 PM) remove after dynamic generic actions are complete
setSigned(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets whether values in the column are signed numbers.
setSignOnClass(Class) - Method in class planetj.dataengine.application.Application
Sets the sign on class for this Application.
setSignOnClassName(String) - Method in class planetj.dataengine.application.Application
Sets the sign on class for this Application.
setSignOnOperationId(int) - Method in class planetj.dataengine.application.Application
Sets the sign on operation for this Application.
setSignOnReceipt(ISecured, SignOnReceipt, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Sets the SignOnReceipt for the current user and secured application
setSignOnURI(String) - Method in class planetj.dataengine.application.Application
Sets the URI for signing onto this application
setSingleton(ActionManager) - Static method in class planetj.dataengine.display.ActionManager
Allows a subclass of the ActionManager to be set as the singleton instance.
setSingleton(ApplicationManager) - Static method in class planetj.dataengine.application.ApplicationManager
Allows a subclass of the ApplicationManager to be set as the singleton instance.
setSingleton(AS400Manager) - Static method in class planetj.common.AS400Manager
 
setSingleton(ChartManager) - Static method in class planetj.chart.ChartManager
Allow subclasses to be set as the signleton instance to use.
setSingleton(CSSManager) - Static method in class planetj.html.CSSManager
Sets the singleton instance of the CSSManager.
setSingleton(HttpOperationManager) - Static method in class planetj.dataengine.sqloperation.http.HttpOperationManager
Sets the singleton instance of the HttpOperationManager.
setSingleton(OperationManager) - Static method in class planetj.dataengine.operation.OperationManager
Sets the singleton instance of the OperationManager.
setSingleton(ThemeManager) - Static method in class planetj.dataengine.theme.ThemeManager
Allows a subclass of the ThemeManager to be set as the singleton instance.
setSize(int) - Method in interface planetj.dataengine.fileupload.FileUploaderIfc
Sets the size of the text field in which the name of the file to upload can be entered/seen.
setSize(int) - Method in class planetj.dataengine.fileupload.FileUploader
Sets the size of the text field in which the name of the file to upload can be entered/seen.
setSize(int) - Method in class planetj.html.SimpleHTMLSelect
Sets the number of items to show at once.
setSmartCachingLevel(byte) - Method in class planetj.dataengine.cache.CacheManager
Sets the smart caching level
setSMTPHost(String) - Method in class planetj.common.CMMailer
Creation date: (8/20/01 12:46:37 PM)
setSortable(boolean) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setSortedColumnNames(String[]) - Method in class planetj.dataengine.display.RowComparator
Sets 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.
setSortedColumnNames(String[], boolean) - Method in class planetj.database.RowCollection
Set the names of columns that have been sorted on.
setSorter(TableSorter) - Method in class planetj.gui.CMTableJ
Insert the method's description here.
setSortOrder(String) - Method in class planetj.dataengine.display.RowComparator
Sets the sort order to either ASC or DESC Creation date: (12/11/2001 6:38:33 AM)
setSource(IParameterSource) - Method in class planetj.dataengine.parameter.ShadowParameter
Sets the object from which this parameter was generated.
setSource(IParameterSource) - Method in interface planetj.dataengine.parameter.IParameter
Sets the object from which this parameter was generated.
setSource(IParameterSource) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets the object from which this parameter was generated.
setSourceRow(Row) - 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 sets that row
setSql(String) - Method in class planetj.database.RowCollection
Sets the SQL string used to create this RowCollection.
setSQL(String) - Method in class planetj.dataengine.exception.DESQLException
Sets the original SQL String run that threw a SQLException.
setSQL(String) - Method in class planetj.database.SQLContext
Sets the sql statement for this query.
setSQL(String, boolean) - Method in class planetj.database.SQLContext
Sets the sql statement for this query.
setSQLOperationLabel(String) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
setSQLOperationLabelParameter(String) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
setSQLParameter(boolean) - Method in class planetj.dataengine.parameter.ShadowParameter
Sets if this parameter should be sent as a parameter to the DB if it is included in a SQL statement.
setSQLParameter(boolean) - Method in interface planetj.dataengine.parameter.IJDBCSQLParameter
Sets if this parameter should be sent as a parameter to the DB if it is included in a SQL statement.
setSQLParameter(boolean) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets if this parameter should be sent as a parameter to the DB if it is included in a SQL statement.
setSQLStatements(List) - Method in class planetj.database.connection.ConnectionPoolReportDescriptor
Sets the list of SQL statements to include in the report.
setSQLString(String) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
setSQLStringParameter(String) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
setSQLStringToExecute(String) - Method in class planetj.magic.SQLRequest
 
setSQLType(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the SQL type of the described fields.
setSQLType(int) - Method in class planetj.database.Field
Sets the SQL type of the described fields.
setSQLTypeName(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
setSQLTypeName method comment.
setSQLTypeName(String) - Method in class planetj.database.Field
setSQLTypeName method comment.
setStartNewNavigationGroup(boolean) - Method in class planetj.magic.AbstractMagicRequest
 
setStatementBalanceAmount(String) - Method in class planetj.qif.QIFAccountRecord
Statement balance amount
setStatementBalanceDate(String) - Method in class planetj.qif.QIFAccountRecord
Statement balance date
setStatementMap(Map) - Method in class planetj.database.connection.ConnectionPoolReport
Insert the method's description here.
setStatementTotal(DataEngineConnectionPool.RunningTotal) - Method in class planetj.database.connection.ConnectionPoolReport
Sets timing information about the queries and updates run from the connection pool.
setStaticAttribute(Object, Object) - Method in class planetj.database.Row
 
setStaticAttribute(Object, Object) - Method in class planetj.database.Field
 
setStatus(int) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setStatus(int) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
setStatus(int, String) - Method in class planetj.servlet.wrapper.WrappedHttpServletResponse
 
setStatus(int, String) - Method in class planetj.servlet.wrapper.HttpServletResponseWrapper
 
setStatusChange(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets whether or not to notify on status change
setStoreAsInvalidTrue() - Method in class planetj.license.License
Not a true setter - always stores as true.
setStyleClass(String) - Method in class planetj.html.HTMLOption
Gets the CSS style class of this option
setStyleSheet(String) - Method in class planetj.html.HTMLRowDetails
Deprecated.  
setStyleSheetLink(String) - Method in class planetj.html.HTMLTable
 
setSubject(String) - Method in class planetj.common.CMMailMessage
Sets the subject of the message.
setSuccessMessage(String) - Method in class planetj.magic.AbstractMagicRequest
Message to set in the request if this "Magic Request" runs successful.
setSwitches(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the switches, swithces is an extra field for holding special indicators which may be used for influencing how the DataEngine behaves.
setSystem(DBSystem) - Method in class planetj.dataengine.task.RetrieveLibrariesTask
Sets the system to retrieve the libraries from.
setSystem(String) - Method in class planetj.connections.AS400SignOnDialog
The AS400 system to connect to
setSystemAlias(String) - Method in class planetj.database.SQLContext
Sets the system alias for the SQL operation.
setSystemAlias(String) - Method in class planetj.database.RowCollection
Sets the alias of the system containing the database where this RowCollection's rows are stored.
setSystemAlias(String) - Method in class planetj.connections.AS400SignOnDialog
When the signon is sucessful, a connection pool is created with the system alias property.
setSystemAlias(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
Sets the system alias that was signed on to.
setSystemAlias(String) - Method in class planetj.dataengine.security.DEUser
Sets the system alias of this user's personal connection pool.
setSystemAlias(String) - Method in class planetj.common.AS400Manager
Insert the method's description here.
setSystemAliasToQuery(String) - Method in class planetj.magic.SQLRequest
 
setSystemBusyFailures(int) - Method in class planetj.database.connection.ConnectionPoolReport
Sets the number of connection requests that completely failed because the system ran out of connections.
setSystemName(String) - Method in class planetj.helpers.FileDescriptor
Insert the method's description here.
setSystemURL(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the system url.
setTable(Table) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Sets the table to which this row belongs.
setTable(Table) - Method in class planetj.database.RowCollection
Sets the table that is associated with this row collection Creation date: (1/22/2002 5:59:14 PM)
setTable(Table) - Method in class planetj.database.Field
Sets this Fields Table to which this Field belongs.
setTable(Table) - Method in class planetj.magic.AddRowRequest
execute method comment.
setTableColumn(Object) - Method in class planetj.gui.CMSmartTableModel
 
setTableId(String) - Method in class planetj.html.HTMLTable
Set table Id where the newTableId is the variable being set to mTableId from the html table Used for excel web query.
setTableName(String) - Method in class planetj.dataengine.AbstractTableManager
Sets the name of the table in which information is stored.
setTableName(String) - Method in class planetj.helpers.MSAccessDescriptor
Sets the name of the table to export to
setTableName(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible values table name.
setTableNameParam(String) - Method in class planetj.fdmanager.magic.ViewFDsForTableRequest
 
setTables(List) - Method in class planetj.database.SQLContext
Deprecated. Pass in a TableCollection instead
setTables(List) - Method in class planetj.database.RowCollection
Deprecated. Pass in a TableCollection instead
setTables(List) - Method in class planetj.database.Row
Deprecated. Pass in a table collection instead
setTables(TableCollection) - Method in class planetj.database.SQLContext
Sets the tables to this query.
setTables(TableCollection) - Method in class planetj.database.RowCollection
Sets the tables associated with this row collection Creation date: (1/22/2002 5:59:14 PM)
setTables(TableCollection) - Method in class planetj.database.Row
Sets the table to which this row belongs.
setTableUpdateable(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setUpdateable() instead
setTemp(String) - Method in class planetj.gui.CMMessageLogFrameJ
Sets the temp property (java.lang.String) value.
SETTER_FUNCTION - Static variable in class planetj.html.HTMLRadioButtonPVSelect
 
SETTER_FUNCTION - Static variable in class planetj.html.HTMLEditableSelect
 
SETTER_METHOD - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
setText(String) - Method in class planetj.gui.CMToggleButtonJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMTextPaneJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMTextFieldJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMTextAreaJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMRadioButtonMenuItemJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMRadioButtonJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMMenuJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMMenuItemJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMLabelJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMEditorPaneJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMCheckBoxMenuItemJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMCheckBoxJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMButtonJ
Overrides the superclass to set the key for the translated String.
setText(String) - Method in class planetj.gui.CMAction
Sets the text property (java.lang.String) value and retrieves the translated text from a properties file.
setTextColor(String) - Method in class planetj.dataengine.test.TestHTMLTable
Insert the method's description here.
setThemeId(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's auto theme id
setThemeId(int) - Method in class planetj.dataengine.application.Application
Sets the ID of this application's theme.
setThemeId(Integer) - Method in class planetj.dataengine.application.Application
Sets the ID of this application's theme.
setThemeTableName(String) - Method in class planetj.dataengine.theme.ThemeManager
Sets the name of the table containing theme information (the default name is THEME).
setThrowable(Throwable) - Method in class planetj.common.MessageManager
Sets the throwable property (java.lang.Throwable) value.
setTimeInMills(int) - Method in class planetj.gui.CMFrameJ
Insert the method's description here.
setTimeInMills(int) - Method in class planetj.gui.CMDialogJ
Insert the method's description here.
setTimeout(int) - Method in class planetj.dataengine.cache.DataEngineCache
Sets the maximum number of seconds which a RowCollection can be stored in the cache and still be considered valid.
setTimeoutSeconds(int) - Method in class planetj.dataengine.security.http.SignOnReceipt
Sets the number of seconds for which this sign on is valid
setTimeoutSeconds(int) - 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.
setTimeoutSeconds(String, int) - Static method in class planetj.database.DatabaseManager
If no connections have been retrieved from the connection pool after this amount of time, then the connection pool will close itself.
setTitle(String) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's title.
setTitle(String) - Method in class planetj.database.SQLContext
Sets the title of this SQLContext, which will also be the title of any RowCollections retrieved via this SQLContext
setTitle(String) - Method in class planetj.gui.CMTitledBorderJ
Sets the title of the titled border.
setTitle(String) - Method in class planetj.gui.CMFrameJ
Overrides the superclass to set the key for the translated String.
setTitle(String) - Method in class planetj.gui.CMDialogJ
Overrides the superclass to set the key for the translated String.
setTitleAt(int, String) - Method in class planetj.gui.CMTabbedPaneJ
Overrides the setTitleAt(int, String) method in superclass for I18N purposes
setTo(List) - Method in class planetj.common.CMMailMessage
Sets the recipients of the message.
setTo(String) - Method in class planetj.common.CMMailMessage
Sets the recipients of the message.
setToken(String) - Method in class planetj.dataengine.parameter.UserParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.TableParameter
Sets the literal token that was used to denote this parameter in code.
setToken(String) - Method in class planetj.dataengine.parameter.SQLPromptParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.ShadowParameter
Sets the literal token that was used to denote this parameter in code.
setToken(String) - Method in class planetj.dataengine.parameter.RuntimeParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.RowParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.RequestPromptParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.RequestParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.RequestAttribute
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.ParameterParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in interface planetj.dataengine.parameter.IParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.ExecutingContextParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.DataEngineServletParameter
Sets the literal token that was used to denote this parameter in code.
setToken(String) - Method in class planetj.dataengine.parameter.ContextParameterParameter
Sets the literal token that was used to denote this parameter in code
setToken(String) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets the literal token that was used to denote this parameter in code.
setToken(String) - Method in class planetj.database.sql.TableToken
 
setToken(String) - Method in class planetj.database.sql.TableClauseToken
 
setToken(String) - Method in class planetj.database.sql.ColumnToken
 
setToken(String) - Method in class planetj.database.sql.AbstractExpressionToken
 
setToolTip(String) - Method in class planetj.gui.CMAction
Sets the toolTip property (java.lang.String) value and retrieves the translated text from a properties file.
setToolTipText(String) - Method in class planetj.gui.CMToggleButtonJ
Overrides the superclass to set the key for the translated String.
setToolTipText(String) - Method in class planetj.gui.CMTextFieldJ
Sets the toolTipText property (java.lang.String) value.
setToolTipText(String) - Method in class planetj.gui.CMMenuJ
Sets the toolTipText property (java.lang.String) value.
setToolTipText(String) - Method in class planetj.gui.CMMenuItemJ
Sets the toolTipText property (java.lang.String) value.
setToolTipText(String) - Method in class planetj.gui.CMLabelJ
Sets the toolTipText property (java.lang.String) value.
setToolTipText(String) - Method in class planetj.gui.CMCheckBoxJ
Sets the toolTipText property (java.lang.String) value.
setToolTipText(String) - Method in class planetj.gui.CMButtonJ
Sets the toolTipText property (java.lang.String) value.
setToolTipTranslation(String) - Method in class planetj.gui.CMToggleButtonJ
Sets the String without translating it.
setToPrint(boolean) - Method in class planetj.iif.IIFTransaction
Is this check going to be printed Creation date: (2/13/2002 2:37:51 AM)
setTotal(float) - Method in class planetj.qif.QIFBankTransaction
Sets the total amount of the transaction.
setTransactionIsolation(int) - Method in class planetj.database.connection.DataEngineConnection
Attempts to change the transaction isolation level to the one given.
setTransientAttribute(String, Object, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Sets an attribute on the request that will not be automatically transferred to another request.
setTranslation(List) - Method in class planetj.gui.CMComboBoxJ
Should use setItemsDirectly() instead of this method! Sets the Vector of Strings as the items to display in this component.
setTranslation(String) - Method in class planetj.gui.CMToggleButtonJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMTextPaneJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMTextFieldJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMTextAreaJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMRadioButtonMenuItemJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMRadioButtonJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMMenuJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMMenuItemJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMLabelJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMFrameJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMEditorPaneJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMDialogJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMCheckBoxMenuItemJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMCheckBoxJ
Sets the String without translating it.
setTranslation(String) - Method in class planetj.gui.CMButtonJ
Sets the String without translating it.
setType(char) - Method in class planetj.exception.CMException
Sets the type property (char) value.
setType(char) - Method in class planetj.common.CMMessage
Sets the type property (char) value.
setType(int) - Method in class planetj.dataengine.theme.Theme
Sets this Theme's type.
setType(int) - Method in class planetj.dataengine.sqloperation.SQLOperation
Sets this SQLOperation's type
setType(int) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible values type.
setType(int) - Method in class planetj.dataengine.security.DEAuthorization
 
setType(int) - Method in class planetj.exception.CMExceptionDialogJ
Insert the method's description here.
setType(Integer) - Method in class planetj.dataengine.security.DEAuthorization
 
setType(String) - Method in class planetj.qif.QIFAccountRecord
Type of account
setTypeMap(Map) - Method in class planetj.database.connection.DataEngineConnection
JDBC 2.0 Installs the given type map as the type map for this connection.
setUniqueId(int) - Method in class planetj.dataengine.security.DEUser
Setter method for the UniqueId property
setUpdateable(boolean) - Method in class planetj.html.HTMLTable
Sets if the table's contents can be updated directly from the table.
setUpdateable(boolean) - Method in class planetj.html.HTMLRowDetails
 
setUpdateLinkText(String) - Method in class planetj.html.HTMLTable
Sets text for update button.
setUpdatePolicy(short) - Method in class planetj.dataengine.cache.CacheManager
Sets the update policy.
setUpdateTotal(DataEngineConnectionPool.RunningTotal) - Method in class planetj.database.connection.ConnectionPoolReport
Sets timing information about the updates run from the connection pool.
setURI(String) - Method in class planetj.html.HTMLTable
 
setUrl(String) - Method in class planetj.database.connection.ConnectionRow
Setter method for the Url property
setURL(String) - 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)
setURLEncodingNeeded(boolean) - Method in class planetj.database.field.URLReferenceField
Sets if the URL need to be encoded so that chars with special meaning like spaces and pound signs are replaced with encoded versions.
setURLPrefix(String) - Method in class planetj.database.field.URLReferenceField
Sets the prefix which is prepended to this field's URL.
setUsageCounts(int[]) - Method in class planetj.database.connection.ConnectionPoolReport
Sets information about the amount of usage this connection pool has seen.
setUsageId(int) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
Gets the usageId of the field.
setUsageId(int) - Method in class planetj.dataengine.operation.Operation
Gets the usageId of the field.
setUsageIdRow(Row) - Method in class planetj.database.SQLContext
Sets the row whose data should be used to replace literal usage id's in the SQL (indicated with a ##?)
setUseBackgoundThreads(boolean) - Static method in class planetj.database.DatabaseManager
Tests if the DatabaseManager should use background threads to retrieve Library and Table objects before they are requested.
setUsedDefaultCSS(boolean) - Method in class planetj.html.HTMLTable
Set whether or not the default results CSS should be included in generation when no request and response are provided.
setUseDefaultPropertyFileForComponentText(boolean) - Method in class planetj.common.TranslationManager
if user specifies they want a external property file as the translation key then this need to be set to true
setUseMultipleThreads(boolean) - Method in class planetj.gui.CopyrightOkCancelPanelJ
Sets if a separate thread should be used to process the OK click.
setUsePreparedStatement(boolean) - Method in class planetj.database.SQLContext
Sets if statements run with this SQLContext should use prepared statements.
setUsePrimitives(boolean) - Method in class planetj.dataengine.RowClassProperties
Sets if primitives should be used instead of Java objects.
setUser(IUser) - Method in class planetj.dataengine.ExecutingContext
Set the current user of this executing context.
setUserId(int) - Method in class planetj.dataengine.security.DEUser2Group
Sets the user ID
setUserId(Integer) - Method in class planetj.dataengine.security.DEUser2Group
Sets the user ID
setUserid(String) - Method in class planetj.dataengine.exception.DataEngineInitializationException
Sets the userid that was used to try and connect to the database (it should be the decoded value)
setUserId(String) - Method in class planetj.helpers.FileDescriptor
Insert the method's description here.
setUserId(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
Sets the userId that was used to sign on
setUserId(String) - Method in class planetj.dataengine.application.Application
Sets the userid for this application
setUserId(String) - Method in interface planetj.util.ILogin
Sets the user id for the login
setUserId(String) - Method in class planetj.util.DefaultLogin
Sets the user id for the login
setUserId(String) - Method in class planetj.database.connection.ConnectionRow
Setter method for the UserId property
setUserID(String) - Method in class planetj.connections.AS400SignOnDialog
Insert the method's description here.
setUserID(String) - Method in class planetj.common.CMMailer
 
setUserLibrary(String) - Method in class planetj.dataengine.ExecutingContext
Sets the current user library
setUserMessage(Row, int, HttpServletRequest, HttpServletResponse) - Method in class planetj.magic.AbstractRowRequest
Set the message the user will see after execution of this request.
setUserMessage(String, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineServlet
 
setUserMode(String) - Method in class planetj.dataengine.security.http.SignOnReceipt
 
setUserMode(String) - Method in interface planetj.dataengine.security.IUser
Sets the MODE of this user
setUserMode(String) - Method in class planetj.dataengine.security.DEUser
 
setUseRowCollection(boolean) - Method in class planetj.magic.CopyRowRequest
Insert the method's description here.
setUserProperties(HttpServletRequest, UserProperties) - Static method in class planetj.dataengine.SessionManager
Deprecated. replaced with method in DataEngineManager
setUserProperties(UserProperties, HttpServletRequest) - Static method in class planetj.dataengine.DataEngineManager
Sets the default UserProperties from the session.
setUseWhiteSortLinks(boolean) - Method in class planetj.html.HTMLTable
Deprecated. use setDisplayWhiteSortLinks() instead
setUseWOWLibrary(short) - Method in class planetj.database.SQLContext
Sets which WOW library should be used to execute this context.
setUseWOWLibrary(short) - Method in class planetj.database.Row
Sets which WOW library should be used to execute this Row's context.
setValidateRequired(boolean) - Method in class planetj.database.Row
Sets if this Row must be validated before it is inserted/updated
setValue(boolean) - Method in interface planetj.database.field.IBooleanField
Sets the value of this field to either true or false
setValue(boolean) - Method in class planetj.database.field.AbstractBooleanField
Sets the value of the field based on a primitive boolean value.
setValue(double) - Method in class planetj.database.Field
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(int) - Method in class planetj.gui.CMProgressBar
Sets the progress bar's value.
setValue(long) - Method in class planetj.database.Field
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(long) - Method in class planetj.database.field.TimestampField
 
setValue(long) - Method in class planetj.database.field.DateField
 
setValue(Object) - Method in class planetj.dataengine.parameter.ParameterParameter
Sets the value of the parameter
setValue(Object) - Method in interface planetj.dataengine.parameter.IParameter
Sets the value of the parameter
setValue(Object) - Method in class planetj.dataengine.parameter.AbstractParameter
Sets the value of the parameter
setValue(Object) - Method in class planetj.database.Field
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.UpperCaseStringField
 
setValue(Object) - Method in class planetj.database.field.TimeField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.StringOrNumberField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.StringField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.SocialSecurityNumberField
SocialSecurityNumber Fields must be stored internally as a String becasue they can start with a 0 Creation date: (5/15/2002 6:57:28 PM)
setValue(Object) - Method in class planetj.database.field.NumberField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.LowerCaseStringField
 
setValue(Object) - Method in class planetj.database.field.DateField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.DataLinkField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.BlobField
Sets the current value of the Field to the specified value, and also sets the old value to the previous value.
setValue(Object) - Method in class planetj.database.field.BigDecimalField
 
setValue(Object) - Method in class planetj.database.field.AbstractBooleanField
Overrides the setValue method so that if null is passed for the new value, we use the value of "N" since this is a YN (Y or N) boolean field.
setValue(Object) - Method in class planetj.property.UnmodifiableProperty
Sets the value of this NameValue pair
setValue(Object) - Method in class planetj.property.Property
Sets the value of this NameValue pair
setValue(Object) - Method in class planetj.util.NamedValue
Deprecated. Sets the value
setValue(String) - Method in class planetj.database.possiblevalues.PossibleValueRow
Sets the possible value's value field.
setValue(String) - Method in class planetj.html.HTMLOption
Sets the value.
setValueAsString(String) - Method in class planetj.database.Field
Create an object for the Field's SQL type.
setValueAt(Object, int, int) - Method in class planetj.gui.TableSorter
 
setValueAt(Object, int, int) - Method in class planetj.gui.TableMap
 
setValues(List) - Method in class planetj.database.Row
Sets the values of this Row
setValueToDefault(ExecutingContext) - Method in class planetj.database.Field
Sets the fields value back to the default value Creation date: Jun 24, 2004 - 3:14:48 PM
setView(View) - Method in class planetj.dataengine.application.ApplicationSQLContext
Sets this SQLContext's corresponding View
setViewId(int) - Method in class planetj.dataengine.application.ApplicationSQLContext
Sets this SQLContext's corresponding Application
setViewLinkText(String) - Method in class planetj.html.HTMLTable
Sets text for view button.
setViewURI(String) - Method in class planetj.html.HTMLTable
 
setVisible(boolean) - Method in class planetj.gui.CMProgressDialog
Shows or hides the dialog
setVisible(boolean) - Method in class planetj.gui.CMFrameJ
overrides to ensure always on top is false
setVisible(boolean) - Method in class planetj.gui.CMDialogJ
overrides to ensure always on top is false
setWaitTotal(DataEngineConnectionPool.RunningTotal) - Method in class planetj.database.connection.ConnectionPoolReport
Sets timing information about connection requests which were forced to wait (because there were no available connections).
setWidthPercentages(double[]) - Method in class planetj.helpers.PDFFileDescriptor
Sets the width percentages to use.
setWindowType(byte, HttpServletRequest) - Static method in class planetj.dataengine.RequestManager
Sets the current window type (constants are defined in IDataEngine)
setWrapHeaders(boolean) - Method in class planetj.html.HTMLTable
Set whether or not column headers should be wrapped.
setWriter(Writer) - Method in class planetj.helpers.CSVFileDescriptor
Sets the writer to write to.
setXMLTag(String) - Method in class planetj.database.fielddescriptors.FieldDescriptorRow
 
setYearFieldName(String) - Method in class planetj.database.fielddescriptors.DerivedDate
Insert the method's description here.
shadowize() - Method in class planetj.dataengine.parameter.ParameterCollection
Converts all parameters in this collection to shadow parameters.
ShadowParameter - class planetj.dataengine.parameter.ShadowParameter.
Temporarily holds a parameter value when the appropriate parameter doesn't exist.
ShadowParameter() - Constructor for class planetj.dataengine.parameter.ShadowParameter
 
ShareFDsForTableRequest - class planetj.fdmanager.magic.ShareFDsForTableRequest.
 
ShareFDsForTableRequest(String, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.fdmanager.magic.ShareFDsForTableRequest
CreateLibraryFDsRequest constructor comment.
ShareFDsForTableRequest(String, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class planetj.fdmanager.magic.ShareFDsForTableRequest
CreateLibraryFDsRequest constructor comment.
SHEET_INDEX - Static variable in class planetj.helpers.properties.XLSPropertyGroup
 
ShortcutGenerator - class planetj.shortcuts.ShortcutGenerator.
This class is resposible for generating files in your start menu, desktop, or anywhere else you wish.
SHOW - Static variable in class planetj.dataengine.display.ActionDescriptor
Actions to show.
SHOW_EXCEPTION - Static variable in class planetj.exception.CMException
 
SHOW_FD_QUICK_LINKS - Static variable in interface planetj.dataengine.IDataEngine
 
SHOW_UPDATABLE_TABLES - Static variable in interface planetj.dataengine.IDataEngine
 
SHOW_UPDATEABLE_ROW - Static variable in interface planetj.dataengine.IDataEngine
Used to put in the HttpServletRequest to allow the default_row_details.jsp to determine whether or not it should show the Row's Fields as inputs.
show() - Method in class planetj.gui.CMWindowJ
Center the dialog in the bounds of the parent Frame or screen
show() - Method in class planetj.gui.CMOptionPaneJ
Ensure Default Cursor
show() - Method in class planetj.gui.CMFrameJ
Center the frame in the bounds of the screen
show() - Method in class planetj.gui.CMDialogJ
Center the dialog in the bounds of the parent Frame or screen so this dialog will be centered withing its parent or on the screen.
show() - Method in class planetj.exception.CMExceptionDialogJ
this will ensure a default cursor is displayed every time this dialog is brought up.
show(Component, Point) - Method in class planetj.gui.CMPopupMenuJ
Convience method for show() to take in a point Creation date: (7/14/00 2:34:06 PM)
showBusyCursor() - Method in class planetj.gui.CMPanelJ
Set the cursor to busy
showBusyCursor() - Method in class planetj.gui.CMInternalFrameJ
Set the cursor to busy
showBusyCursor() - Method in class planetj.gui.CMFrameJ
Set the cursor to busy
showBusyCursor() - Method in class planetj.gui.CMDialogJ
Set the cursor to busy
showCMConfirmDialog(Component, Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMConfirmDialog(Component, Object, String, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMConfirmDialog(Component, Object, String, int, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class planetj.gui.CMOptionPaneJ
 
showCMInputDialog(Component, Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInputDialog(Component, Object, String, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInputDialog(Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalConfirmDialog(Component, Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalConfirmDialog(Component, Object, String, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalConfirmDialog(Component, Object, String, int, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalInputDialog(Component, Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalInputDialog(Component, Object, String, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalMessageDialog(Component, Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalMessageDialog(Component, Object, String, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalMessageDialog(Component, Object, String, int, Icon) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMInternalOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMMessageDialog(Component, Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMMessageDialog(Component, Object, String, int) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMMessageDialog(Component, Object, String, int, Icon) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showCMOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class planetj.gui.CMOptionPaneJ
Overrides the JOptionPane method to provide internationalization.
showDefaultCursor() - Method in class planetj.gui.CMPanelJ
Convience method to reset the cursor to the default
showDefaultCursor() - Method in class planetj.gui.CMInternalFrameJ
Reset the cursor to the default
showDefaultCursor() - Method in class planetj.gui.CMFrameJ
Reset the cursor to the default
showDefaultCursor() - Method in class planetj.gui.CMDialogJ
Reset the cursor to the default
showException(CMException) - Method in class planetj.gui.CMDialogJ
shows an exception dialog
showException(CMException) - Method in class planetj.common.MessageManager
This method was created by a SmartGuide.
showException(CmExceptionEvent) - Method in class planetj.common.MessageManager
This method was created by a SmartGuide.
showException(CMFrameJ, CMException) - Method in class planetj.gui.CMPanelJ
This method was created by a SmartGuide.
showException(CMFrameJ, CMException) - Method in class planetj.gui.CMFrameJ
This method was created by a SmartGuide.
showException(CMFrameJ, Exception) - Method in class planetj.gui.CMPanelJ
This method was created by a SmartGuide.
showException(CMFrameJ, Throwable) - Method in class planetj.gui.CMPanelJ
This method was created by a SmartGuide.
showException(CMFrameJ, Throwable) - Method in class planetj.gui.CMFrameJ
This method was created by a SmartGuide.
showException(Frame, CMException) - Method in class planetj.common.MessageManager
This method was created by a SmartGuide.
showException(Throwable) - Method in class planetj.gui.CMFrameJ
This method was created by a SmartGuide.
showException(Throwable) - Method in class planetj.gui.CMDialogJ
shows an Exception dialog
showException(Throwable) - Method in class planetj.common.MessageManager
This method was created by a SmartGuide.
showExceptionDialog(CMFrameJ, String, String) - Static method in class planetj.gui.CMMessageDialogJ
Shows this dialog as a message dialog Creation date: (7/15/03 9:33:40 AM)
showMessageDialog(CMFrameJ, String, String) - Static method in class planetj.gui.CMMessageDialogJ
Shows this dialog as a message dialog Creation date: (7/15/03 9:33:40 AM)
shutDown() - Method in class planetj.database.connection.DataEngineConnection
This is an internal DataEngine method, and should not be invoked by applications

Releases a Connection's database and JDBC resources immediately instead of waiting for them to be automatically released.
shutDownConnectionPool(String) - Static method in class planetj.database.DatabaseManager
Deprecated. Use closeConnectionPool(String) instead
shuttlesort(int[], int[], int, int) - Method in class planetj.gui.TableSorter
 
SIGN_ON - Static variable in interface planetj.dataengine.webservices.IDistributedConsts
 
SIGN_ON - Static variable in class planetj.dataengine.display.SignOnPropertyGroup
 
SIGN_ON_BODY_JSP - Static variable in interface planetj.dataengine.IJSPPages
 
SIGN_ON_CALLER - Static variable in interface planetj.dataengine.IDataEngine
 
SIGN_ON_CLASS - Static variable in interface planetj.dataengine.application.IApplication
 
SIGN_ON_JSP - Static variable in interface planetj.dataengine.IJSPPages
 
SIGN_ON_JSP_KEY - Static variable in class planetj.processes.logon.SignOnAndRegistrationServlet
 
SIGN_ON_LIBRARY - Static variable in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
SIGN_ON_OP_ID - Static variable in interface planetj.dataengine.application.IApplication
 
SIGN_ON_ROW - Static variable in class planetj.processes.logon.SignOnAndRegistrationServlet
 
SIGN_ON_TABLE - Static variable in class planetj.dataengine.application.DataEngineApplicationBuilderServlet
 
SIGN_ON_URI - Static variable in interface planetj.dataengine.application.IApplication
 
SIGN_UP_NOW - Static variable in class planetj.processes.logon.SignOnAndRegistrationServlet
 
signOff(ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Signs the user off of the secured application.
signOff(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.SQLOperationSignOn
Signs the user off of the secured application.
signOff(String, ISecured, HttpServletRequest) - Method in interface planetj.dataengine.security.http.ISignOn
Signs the user off of the application.
signOff(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Signs the user off of the secured application.
signOff(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.GenericSignOn
Signs the user off of the securedapplication.
signOff(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.DBPersonalConnectionPoolSignOn
Signs the user off of the secured application.
signOff(String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.DBCommonConnectionPoolSignOn
Signs the user off of the secured application.
SignOffRequest - class planetj.magic.SignOffRequest.
 
SignOffRequest(String, HttpServletRequest, HttpServletResponse, String) - Constructor for class planetj.magic.SignOffRequest
SignOffRequest constructor.
SIGNON - Static variable in interface planetj.dataengine.IDataEngine
 
SIGNON_AND_REGISTRATION_SERVLET_PATH - Static variable in interface planetj.dataengine.IDataEngine
 
signOn_javalangString_javalangString_javalangStringMethodDescriptor() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
Gets the signOn(java.lang.String, java.lang.String, java.lang.String) method descriptor.
SIGNON_PARAMS_JSP - Static variable in interface planetj.dataengine.IJSPPages
 
signon(DistributedSignonKey) - Static method in class planetj.dataengine.webservices.DistributedObjectManager
Insert the method's description here.
signOn(String, String, char[]) - Method in class planetj.connections.AS400SignOnDialog
Signs on and connects to JMagic.
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.processes.logon.SignOnAndRegistrationSignOn
Signs on to an Application..
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.UserListSignOn
 
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.UnsecuredSignOn
Signs on to a Secured Application.
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.TableAuthenticationSignOn
Signs on to an Application..
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.SQLOperationSignOn
 
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.RefererSignOn
Signs on to a Secured Application.
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.OSPlusOperationSignOn
 
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.LocalUsersOnlyOrOperatingSystemProfile
Check that the incoming user has a local ip address then treat the application as unsecured.
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.LocalUsersOnly
Check that the incoming user has a local ip address then treat the application as unsecured
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.LocalSQLOperationSignOn
 
signOn(String, String, ISecured, HttpServletRequest) - Method in interface planetj.dataengine.security.http.ISignOn
Signs on to a Secured Application.
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.HttpSecurityManager
Signs on to a Secured Application.
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.DBPersonalConnectionPoolSignOn
Signs on to a Secured Application..
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataengine.security.http.DBCommonConnectionPoolSignOn
Signs on to an Application..
signOn(String, String, ISecured, HttpServletRequest) - Method in class planetj.dataexplorer.DXApplicationSignOn
Signs on to an Application.
signOn(String, String, String) - Method in class planetj.common.AS400Manager
Signon the AS400 and create an AS400 object.
signOn(String, String, String, String) - Method in class planetj.common.AS400Manager
Signon the AS400 and create an AS400 object.
signon(URL, int, String, String) - Static method in class planetj.dataengine.webservices.DistributedObjectManager
Insert the method's description here.
SignOnAndRegistrationManager - class planetj.processes.logon.SignOnAndRegistrationManager.
Manages instances of SignOn and Registration.
SignOnAndRegistrationRow - class planetj.processes.logon.SignOnAndRegistrationRow.
This row will be used for SingOn and Registration processes.
SignOnAndRegistrationRow() - Constructor for class planetj.processes.logon.SignOnAndRegistrationRow
 
SignOnAndRegistrationServlet - class planetj.processes.logon.SignOnAndRegistrationServlet.
Insert the type's description here.
SignOnAndRegistrationServlet() - Constructor for class planetj.processes.logon.SignOnAndRegistrationServlet
 
SignOnAndRegistrationSignOn - class planetj.processes.logon.SignOnAndRegistrationSignOn.
This signOn class will verify the user and password exist in PlanetJ.Admin or whatever table is specified in ISecuredSignOnAndRegistraiton
SignOnAndRegistrationSignOn() - Constructor for class planetj.processes.logon.SignOnAndRegistrationSignOn
 
SignOnAS400Request - class planetj.magic.SignOnAS400Request.
 
SignOnAS400Request(String, HttpServletRequest, HttpServletResponse, String, String, String, String) - Constructor for class planetj.magic.SignOnAS400Request
AS400SignOnRequest constructor comment.
SignOnAttemptsExhausted - exception planetj.dataengine.security.http.SignOnAttemptsExhausted.
Thrown when a user has failed the signon process a specified number of times in a row
SignOnAttemptsExhausted(ISignOn, ISecured, int) - Constructor for class planetj.dataengine.security.http.SignOnAttemptsExhausted
SignonAttemptsExhausted constructor comment.
SignOnAttemptsExhausted(ISignOn, ISecured, int, Exception) - Constructor for class planetj.dataengine.security.http.SignOnAttemptsExhausted
SignonAttemptsExhausted constructor comment.
SignOnBaseRequest - class planetj.magic.SignOnBaseRequest.
 
SignOnBaseRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String) - Constructor for class planetj.magic.SignOnBaseRequest
AS400SignOnRequest constructor comment.
SignOnDB2LocalRequest - class planetj.magic.SignOnDB2LocalRequest.
 
SignOnDB2LocalRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String) - Constructor for class planetj.magic.SignOnDB2LocalRequest
AS400SignOnRequest constructor comment.
SignOnDB2RemoteRequest - class planetj.magic.SignOnDB2RemoteRequest.
 
SignOnDB2RemoteRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String, String) - Constructor for class planetj.magic.SignOnDB2RemoteRequest
AS400SignOnRequest constructor comment.
signOnMethodDescriptor() - Method in class planetj.connections.AS400SignOnDialogBeanInfo
Gets the signOn() method descriptor.
SignOnMSAccessRequest - class planetj.magic.SignOnMSAccessRequest.
 
SignOnMSAccessRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String, String) - Constructor for class planetj.magic.SignOnMSAccessRequest
OracleSignOnRequest constructor comment.
SignOnMySQLRequest - class planetj.magic.SignOnMySQLRequest.
 
SignOnMySQLRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String, String) - Constructor for class planetj.magic.SignOnMySQLRequest
OracleSignOnRequest constructor comment.
SignOnOracleRemoteRequest - class planetj.magic.SignOnOracleRemoteRequest.
 
SignOnOracleRemoteRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String, String) - Constructor for class planetj.magic.SignOnOracleRemoteRequest
OracleSignOnRequest constructor comment.
SignOnPropertyGroup - class planetj.dataengine.display.SignOnPropertyGroup.
 
SignOnPropertyGroup() - Constructor for class planetj.dataengine.display.SignOnPropertyGroup
DisplayPropertyGroup constructor comment.
SignOnPropertyGroup(int) - Constructor for class planetj.dataengine.display.SignOnPropertyGroup
DisplayPropertyGroup constructor comment.
SignOnPropertyGroup(String) - Constructor for class planetj.dataengine.display.SignOnPropertyGroup
DisplayPropertyGroup constructor comment.
SignOnReceipt - class planetj.dataengine.security.http.SignOnReceipt.
A SignOnReceipt is created when a user signs on to a secured application.
SignOnReceipt(ISignOn) - Constructor for class planetj.dataengine.security.http.SignOnReceipt
SignOnReceipt constructor
SignOnRequest - class planetj.magic.SignOnRequest.
 
SignOnRequest - class planetj.dataengine.security.http.SignOnRequest.
A magic request for signing a user on to an application
SignOnRequest(ISecured, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.dataengine.security.http.SignOnRequest
SignOnRequest constructor comment.
SignOnRequest(String, HttpServletRequest, HttpServletResponse, String) - Constructor for class planetj.magic.SignOnRequest
QueryRequest constructor comment.
SignOnRequest(String, ISecured, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.dataengine.security.http.SignOnRequest
SignOnRequest constructor comment.
SignOnSQLServerRequest - class planetj.magic.SignOnSQLServerRequest.
 
SignOnSQLServerRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String, String, String) - Constructor for class planetj.magic.SignOnSQLServerRequest
OracleSignOnRequest constructor comment.
signOnUnsecured(ISignOn, ISecured, HttpServletRequest) - Static method in class planetj.dataengine.security.http.UnsecuredSignOn
Carries out an unsecured sign on to the given secured Object.
SimpleDateFormatter - class planetj.formatters.SimpleDateFormatter.
Same as java.text.SimpleDateFormat - just need to implement planetj.formatters.IFormatter
SimpleDateFormatter() - Constructor for class planetj.formatters.SimpleDateFormatter
 
SimpleHTMLSelect - class planetj.html.SimpleHTMLSelect.
 
SimpleHTMLSelect() - Constructor for class planetj.html.SimpleHTMLSelect
Creates a new HTMLSelect object and sets its id.
SimpleHTMLSelect(String) - Constructor for class planetj.html.SimpleHTMLSelect
Creates a new HTMLSelect object and sets its id.
SINGLE_SELECTION - Static variable in class planetj.html.SimpleHTMLSelect
Variables indicating the selecting mode.
SINGLE_SELECTION - Static variable in class planetj.html.HTMLSelect
Variables indicating the selecting mode.
SINGLESELECTION - Static variable in interface planetj.dataengine.IDataEngine
 
SINGLESELECTION - Static variable in class planetj.dataengine.test.TestHTMLTable
 
SINGLESELECTION - Static variable in class planetj.html.HTMLTable
 
singleton() - Static method in class planetj.dataengine.theme.ThemeManager
Gets the singleton instance of the ThemeManager
singleton() - Static method in class planetj.dataengine.autorun.AutoRunManager
Gets the singleton instance of AutoRunManager
singleton() - Static method in class planetj.dataengine.cache.CacheManager
Gets the CacheManager instance.
singleton() - Static method in class planetj.helpers.XMLHelper
XMLHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (1/21/2002 6:07:47 PM)
singleton() - Static method in class planetj.helpers.QIFHelper
QIFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/11/2002 5:50:51 PM)
singleton() - Static method in class planetj.helpers.PDFHelper
PDFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (1/22/2002 5:02:31 PM)
singleton() - Static method in class planetj.helpers.MSAccessHelper
MSAccessHelper implements the singleton model so this method is the only way to get an instance of this class
singleton() - Static method in class planetj.helpers.IIFHelper
IIFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/18/2002 5:51:58 AM)
singleton() - Static method in class planetj.helpers.FDFHelper
FDFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/4/2002 1:31:15 PM)
singleton() - Static method in class planetj.helpers.DOCHelper
DOCHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/13/2002 1:28:28 PM)
singleton() - Static method in class planetj.helpers.CSVHelper
CSVHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (12/4/2001 10:58:17 PM)
singleton() - Static method in class planetj.license.LicenseManager
Ensure there is only a single instance of the LicenseManager Creation date: (1/8/2003 9:41:40 PM)
singleton() - Static method in class planetj.database.field.FieldIncrementor
Returns the singleton instance of this class
singleton() - Static method in class planetj.magic.PageRequest
Gets the singleton instance
singleton() - Static method in class planetj.dataengine.security.http.HttpSecurityManager
Gets the singleton instance of this class
singleton() - Static method in class planetj.html.HTMLSecurityGenerator
 
singleton() - Static method in class planetj.html.HTMLParameterInput
Gets the singleton instance
singleton() - Static method in class planetj.html.HTMLOperationGenerator
Gets the singleton instance.
singleton() - Static method in class planetj.html.HTMLComparisonInput
 
singleton() - Static method in class planetj.html.CSSManager
Gets the singleton instance of CSSManager
singleton() - Static method in class planetj.dataengine.operation.OperationManager
Gets the singleton instance of OperationManager
singleton() - Static method in class planetj.dataengine.display.ActionManager
Gets the singleton instance of the ActionManager
singleton() - Static method in class planetj.property.PropertyGroupReader
Gets the singleton instance
singleton() - Static method in class planetj.dataengine.application.ApplicationManager
Gets the singleton instance of the ApplicationManager
singleton() - Static method in class planetj.util.SoundManager
 
singleton() - Static method in class planetj.chart.ChartManager
Gets the singleton instance of ChartManager.
singleton() - Static method in class planetj.dataengine.sqloperation.http.HttpOperationManager
Gets the singleton instance of HttpOperationManager
singleton() - Static method in class planetj.common.TranslationManager
Return a single instance of this class.
singleton() - Static method in class planetj.common.MessageManager
Return a single instance of this class.
singleton() - Static method in class planetj.common.ConvertUtility
 
singleton() - Static method in class planetj.common.CMMailer
Returns a singleton instance of the CMMailer Creation date: (10/16/2001 9:47:17 AM)
singleton() - Static method in class planetj.common.AS400Manager
 
SIZE - Static variable in interface planetj.html.IHTMLAttribute
 
size() - Method in class planetj.dataengine.parameter.ParameterCollection
Gets the number of parameters present in this context (Same as the getParameterCount()) method
size() - Method in class planetj.database.fielddescriptors.FieldDescriptorCollection
Returns the number of FieldDescriptors in this collection.
size() - Method in class planetj.dataengine.cache.PreparedStatementCache
Returns the number of cached prepared statements.
size() - Method in class planetj.dataengine.cache.DataEngineCache
Gets the number of items in the cache
size() - Method in class planetj.database.RowCollection
Returns the number of Rows in this RowCollection.
size() - Method in class planetj.database.Row
Returns the number of fields in this Row.
size() - Method in class planetj.database.FieldCollection
Returns the number of Fields contained in this FieldCollection.
size() - Method in class planetj.database.report.ReportBreakCollection
Returns the total number of ReportBreaks
size() - Method in class planetj.servlet.wrapper.ServletOutputStreamBuffer
 
size() - Method in class planetj.servlet.wrapper.PrintWriterBuffer
 
size() - Method in class planetj.servlet.wrapper.NoOverwriteMap
 
size() - Method in interface planetj.servlet.wrapper.Buffer
 
size() - Method in class planetj.util.WeakCollection
Returns the number of elements in this collection.
size() - Method in interface planetj.util.INamedCollection
 
SKINNY - Static variable in class planetj.dataengine.display.LayoutDisplayPropertyGroup
A predifined layout display with no TOC, header, or footer
SMART_CACHING_COMPLETE - Static variable in class planetj.dataengine.cache.CacheManager
Enable smart caching across all aliases
SMART_CACHING_OFF - Static variable in class planetj.dataengine.cache.CacheManager
Don't use smart caching
SMART_CACHING_PER_ALIAS - Static variable in class planetj.dataengine.cache.CacheManager
Enable smart caching only within the same alias
SMTP - Static variable in class planetj.dataengine.autorun.DistributionPropertyGroup
 
SMTP - Static variable in class planetj.dataengine.email.EmailPropertyGroup
SMTP server.
SOCIAL_SECURITY_NUMBER_FIELD - Static variable in interface planetj.database.field.IUsageId
 
SocialSecurityNumberField - class planetj.database.field.SocialSecurityNumberField.
Represents a Social Security Number.
SocialSecurityNumberField() - Constructor for class planetj.database.field.SocialSecurityNumberField
 
SORT_ASCENDING - Static variable in interface planetj.html.ICSSStyles
Sort ascending (column function)
SORT_DESCENDING - Static variable in interface planetj.html.ICSSStyles
Sort descending (column function)
sort(Object) - Method in class planetj.gui.TableSorter
 
sort(String[], String) - Method in class planetj.database.filter.FilteredRowCollection
Sorts the Rows in this RowCollection.

If this RowCollection contains all rows from its database table, then we can do an internal sort.
sort(String[], String) - Method in class planetj.database.RowCollection
Sorts the Rows in this RowCollection.

If this RowCollection contains all rows from its database table, then we can do an internal sort.
sortByColumn(int) - Method in class planetj.gui.TableSorter
 
sortByColumn(int, boolean) - Method in class planetj.gui.TableSorter
 
sortByField - Variable in class planetj.magic.SortRequest
 
SORTING - Static variable in class planetj.dataengine.display.TableDisplayPropertyGroup
Whether or not the sorting quick links are displayed in column headers
sortInternal(String[], String) - Method in class planetj.database.RowCollection
If this RowCollection contains all rows from its database table, then we can do an internal sort.
sortOrder - Variable in class planetj.magic.SortRequest
 
SortRequest - class planetj.magic.SortRequest.
Request a magic sort Creation date: (12/6/2001 8:37:51 PM)
SortRequest(String, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class planetj.magic.SortRequest
SortRequest constructor comment.
SoundManager - class planetj.util.SoundManager.
 
SoundManager() - Constructor for class planetj.util.SoundManager
 
spaceApartStrings(String, String, int) - Static method in class planetj.formatters.StringFormatter
Inserts spaces between two Strings until the Stirng.length() = pWidth Creation date: Jun 11, 2004 11:54:59 AM
SPAN_CLOSE - Static variable in interface planetj.html.IHTMLTags
 
SPAN_OPEN_END - Static variable in interface planetj.html.IHTMLTags
 
SPAN_OPEN_START - Static variable in interface planetj.html.IHTMLTags
 
SPANISH - Static variable in class planetj.common.TranslationManager
 
SpecialRegisterToken - class planetj.database.sql.SpecialRegisterToken.
 
SpecialRegisterToken(String, SQLStatement) - Constructor for class planetj.database.sql.SpecialRegisterToken
OperatorToken constructor comment.
splitAndSetFieldValues(String[], int[], String) - Method in class planetj.database.Row
This method takes the specified value and splits it into mulitple values and then sets those values on the fields with the given field names.
sql - Variable in class planetj.dataengine.cache.PreparedStatementCache.OrderedStringMapping
 
SQL - Static variable in interface planetj.dataexplorer.IDataExplorer
 
SQL_DATA_TYPE - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
SQL_DATETIME_SUB - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
SQL_EXECUTE - Static variable in interface planetj.database.IDataEngineListener
 
SQL_KEY - Static variable in class planetj.database.possiblevalues.PossibleValueManager
 
SQL_OPERATION - Static variable in interface planetj.dataengine.sqloperation.ISQLOperation
Deprecated. replaced with OPERATION_TABLE_NAME
SQL_OPERATION_HTTP_ID - Static variable in interface planetj.dataengine.sqloperation.ISQLOperation
 
SQL_OPERATION_ID - Static variable in interface planetj.dataengine.sqloperation.ISQLOperation
Deprecated. replaced with OPERATION_ID
SQL_OPERATION_MODE - Static variable in interface planetj.dataengine.sqloperation.ISQLOperation
Deprecated. - moved to IOperation
SQL_OPERATION_ONLY - Static variable in interface planetj.dataengine.sqloperation.ISQLOperation
Deprecated. - moved to IOperation
SQL_QUERY - Static variable in interface planetj.database.IDataEngineListener
 
SQL_UPDATE - Static variable in interface planetj.database.IDataEngineListener
 
SQLAssociationField - class planetj.database.field.SQLAssociationField.
Represents an association between two SQL tables
SQLAssociationField() - Constructor for class planetj.database.field.SQLAssociationField
 
SQLBasicComparison - class planetj.database.sql.SQLBasicComparison.
Insert the type's description here.
SQLBasicComparison(ColumnToken, OperatorToken, ValueToken) - Constructor for class planetj.database.sql.SQLBasicComparison
SQLBetweenComparison constructor comment.
SQLBetweenComparison - class planetj.database.sql.SQLBetweenComparison.
Insert the type's description here.
SQLBetweenComparison(SQLStatement) - Constructor for class planetj.database.sql.SQLBetweenComparison
SQLBetweenComparison constructor comment.
SQLComparison - class planetj.database.sql.SQLComparison.
Represents an SQL comparison, such as "PLANETJ.BALANCE <= 100" or "NAME IS NOT NULL"
SQLComparison(OperatorToken) - Constructor for class planetj.database.sql.SQLComparison
SQLComparision constructor
SQLContext - class planetj.database.SQLContext.
Contains information about an SQL command, including parameters on how to run the command, the command itself, and how to organize the command's results.
SQLContext() - Constructor for class planetj.database.SQLContext
SQLContext constructor
SQLContext(String) - Constructor for class planetj.database.SQLContext
SQLContext constructor
SQLContext(String, IUser) - Constructor for class planetj.database.SQLContext
SQLContext constructor
SQLGenerator - class planetj.database.SQLGenerator.
A Helper class for generating SQL statements from objects.
SQLGenerator() - Constructor for class planetj.database.SQLGenerator
 
SQLOperation - class planetj.dataengine.sqloperation.SQLOperation.
Represents an operation that can be run against a databse.
SQLOperation() - Constructor for class planetj.dataengine.sqloperation.SQLOperation
 
SQLOperationField - class planetj.database.field.SQLOperationField.
A Field whose data is the result of an SQLOperation.
SQLOperationField() - Constructor for class planetj.database.field.SQLOperationField
 
SQLOperationSignOn - class planetj.dataengine.security.http.SQLOperationSignOn.
 
SQLOperationSignOn() - Constructor for class planetj.dataengine.security.http.SQLOperationSignOn
 
SQLParameterRequest - class planetj.magic.SQLParameterRequest.
 
SQLParameterRequest(String, SQLContext, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.magic.SQLParameterRequest
SQLContextRequest constructor
SQLPromptParameter - class planetj.dataengine.parameter.SQLPromptParameter.
A parameter which corresponds to an SQLComparison.
SQLPromptParameter() - Constructor for class planetj.dataengine.parameter.SQLPromptParameter
 
SQLRequest - class planetj.magic.SQLRequest.
 
SQLRequest(String, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.magic.SQLRequest
QueryRequest constructor comment.
SQLRequest(String, HttpServletRequest, HttpServletResponse, String, String, String, String) - Constructor for class planetj.magic.SQLRequest
Deprecated.  
SQLServerDBSystem - class planetj.database.SQLServerDBSystem.
Insert the type's description here.
SQLServerJDBCTests - class planetj.dataengine.test.SQLServerJDBCTests.
Insert the type's description here.
SQLServerJDBCTests() - Constructor for class planetj.dataengine.test.SQLServerJDBCTests
JEConnectionPoolTests constructor comment.
SQLServerJDBCTests(String) - Constructor for class planetj.dataengine.test.SQLServerJDBCTests
JEConnectionPoolTests constructor comment.
SQLSetComparison - class planetj.database.sql.SQLSetComparison.
Insert the type's description here.
SQLSetComparison(ColumnToken, OperatorToken, ValueToken) - Constructor for class planetj.database.sql.SQLSetComparison
SQLBetweenComparison constructor comment.
SQLStatement - class planetj.database.sql.SQLStatement.
 
SQLStatement() - Constructor for class planetj.database.sql.SQLStatement
SQLStatement constructor comment.
SQLStatement(String, SQLContext) - Constructor for class planetj.database.sql.SQLStatement
SQLStatement constructor comment.
SQLToken - class planetj.database.sql.SQLToken.
 
SQLToken() - Constructor for class planetj.database.sql.SQLToken
SQLToken constructor comment.
SQLToken(String, SQLStatement) - Constructor for class planetj.database.sql.SQLToken
SQLToken constructor comment.
SQLTypePV - class planetj.possiblevalues.SQLTypePV.
 
SQLTypePV() - Constructor for class planetj.possiblevalues.SQLTypePV
SQLTypePV constructor comment.
SRC - Static variable in interface planetj.html.IHTMLAttribute
 
START_DATE - Static variable in class planetj.dataengine.autorun.AutoRunPropertyGroup
 
START_DATE_TODAY - Static variable in class planetj.dataengine.autorun.AutoRunPropertyGroup
 
START_MENU - Static variable in class planetj.shortcuts.ShortcutGenerator
 
START_TIME - Static variable in class planetj.dataengine.autorun.AutoRunPropertyGroup
 
START_TIME_IMMEDIATELY - Static variable in class planetj.dataengine.autorun.AutoRunPropertyGroup
 
start() - Method in class planetj.dataengine.applet.Test
Called to start the applet.
start() - Method in class planetj.dataengine.applet.QueryBuilder
start the applet.
start() - Method in class planetj.util.SoundManager
 
startConnections() - Method in class planetj.dataengine.application.Application
Ensures that all of the connection that this application may use have been started
startRetrieveAllLibrariesTask() - Method in class planetj.database.DBSystem
Starts a task to retrieve all the Libraries in the database for this system.
startRetrieveAllTablesTask() - Method in class planetj.database.Library
 
STARTS_WITH - Static variable in interface planetj.util.IFilter
 
startSystemTimer() - Static method in class planetj.common.CMUtility
startSystemTime method records the currentTimeMillis of the system to be used for later calculation.
STATE_FIELD - Static variable in interface planetj.database.field.IUsageId
 
stateChanged(ChangeEvent) - Method in class planetj.dataengine.test.BaseTestClass
Method to handle events for the ChangeListener interface.
stateChanged(ChangeEvent) - Method in class planetj.exception.CMExceptionDialogJ
Method to handle events for the ChangeListener interface.
StateField - class planetj.database.field.StateField.
 
StateField() - Constructor for class planetj.database.field.StateField
 
STATEMENT - Static variable in interface planetj.dataengine.IDataEngine
 
statementExecuted(String, long, long) - Method in class planetj.database.connection.DataEngineConnectionPool
Records a statement that has executed, and the time it took to execute.
statementExecuted(String, long, long) - Method in class planetj.database.connection.DataEngineConnection
Records the execution of a SQL statement
STATEMENTS - Static variable in class planetj.database.connection.ConnectionReportPropertyGroup
 
STATEMENTS_ALL - Static variable in class planetj.database.connection.ConnectionPoolReportDescriptor
Indicates that details of SQL statements should not be included in the report
STATEMENTS_NONE - Static variable in class planetj.database.connection.ConnectionPoolReportDescriptor
Indicates that details of all SQL statements should be included in the report
STATUS - Static variable in interface planetj.database.connection.IConnections
 
STATUS_CHANGE - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
STATUS_CHANGE_DEFAULT - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
STATUS_CHANGE_NO - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
STATUS_CHANGE_YES - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
statusChanged(Field, ExecutingContext) - Method in class planetj.database.Row
Invoked when a status change takes place on of this Row's fields.
statusChanged(Field, ExecutingContext) - Method in class planetj.dataengine.operation.Operation
Invoked when a status change takes place on of this Row's fields.
statusChanged(Field, ExecutingContext) - Method in class planetj.database.connection.ConnectionRow
Invoked when a status change takes place on of this Row's fields.
StatusChangeRequest - class planetj.magic.StatusChangeRequest.
!!DA (9/3/2003 8:44:17 AM) documentation needed
StatusChangeRequest() - Constructor for class planetj.magic.StatusChangeRequest
PossibleValueLookupRequest constructor comment.
StatusChangeRequest(String, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.magic.StatusChangeRequest
 
stop() - Method in class planetj.util.SoundManager
 
stopAS400ConnectionPool(ConnectionRow) - Method in class planetj.common.AS400Manager
Stop an AS400 object connection pool.
STORE_DEFAULT_URI - Static variable in interface planetj.license.ILicenseConsts
 
store(HttpServletRequest) - Method in class planetj.magic.MSAccessRequest
Stored this magic request as an attibute in the http request
store(HttpServletRequest) - Method in class planetj.magic.MagicRequest
Store this MagicRequest in the user's session to the DataEngineServlet can get at it when requested
store(HttpServletRequest) - Method in class planetj.magic.AbstractMagicRequest
Store this MagicRequest in the user's session to the DataEngineServlet can get at it when requested
STORED_PROCEDURE - Static variable in class planetj.dataengine.display.StoredProcedurePropertyGroup
 
StoredProcedurePropertyGroup - class planetj.dataengine.display.StoredProcedurePropertyGroup.
Contains properties dealing with stored procedures
StoredProcedurePropertyGroup() - Constructor for class planetj.dataengine.display.StoredProcedurePropertyGroup
StoredProcedurePropertyGroup constructor comment.
StoredProcedurePropertyGroup(int) - Constructor for class planetj.dataengine.display.StoredProcedurePropertyGroup
StoredProcedurePropertyGroup constructor comment.
StoredProcedurePropertyGroup(String) - Constructor for class planetj.dataengine.display.StoredProcedurePropertyGroup
StoredProcedurePropertyGroup constructor comment.
storeLicense(ILicense) - Static method in class planetj.license.LicenseStore
Serialize license into file at default location.
storeLicense(ILicense) - Method in class planetj.license.LicenseManager
Pass license to store for serialization Must call the singleton() method to get an instance Creation date: (1/8/2003 9:54:48 PM)
storeSQLInUserProperties(HttpServletRequest) - Method in class planetj.dataengine.application.magic.SaveSQLToSQLOperationRequest
 
STRING_PROPERTY - Static variable in class planetj.property.PropertyGroup
 
StringField - class planetj.database.field.StringField.
 
StringField() - Constructor for class planetj.database.field.StringField
 
StringFormatter - class planetj.formatters.StringFormatter.
Provide static methods to position or center a String within a given width.
StringFormatter() - Constructor for class planetj.formatters.StringFormatter
 
StringOrNumberField - class planetj.database.field.StringOrNumberField.
 
StringOrNumberField() - Constructor for class planetj.database.field.StringOrNumberField
 
stripOffAllNonNumericCharacters(String) - Static method in class planetj.common.CMUtility
stripOffAllNonNumericCharacters() will return a string of all intergers and strip off all values that are non-numeric
STYLE - Static variable in interface planetj.html.IHTMLAttribute
 
STYLE_CLASS - Static variable in interface planetj.database.fielddescriptors.IFieldData
Style class of Field.
STYLE_SHEET - Static variable in class planetj.html.HTMLTable
 
STYLE_SHEET - Static variable in class planetj.dataengine.display.LayoutDisplayPropertyGroup
 
STYLES - Static variable in class planetj.dataengine.display.StylesPropertyGroup
 
StylesPropertyGroup - class planetj.dataengine.display.StylesPropertyGroup.
 
StylesPropertyGroup() - Constructor for class planetj.dataengine.display.StylesPropertyGroup
DisplayPropertyGroup constructor comment.
StylesPropertyGroup(int) - Constructor for class planetj.dataengine.display.StylesPropertyGroup
DisplayPropertyGroup constructor comment.
StylesPropertyGroup(String) - Constructor for class planetj.dataengine.display.StylesPropertyGroup
DisplayPropertyGroup constructor comment.
SUBJECT - Static variable in class planetj.dataengine.autorun.DistributionPropertyGroup
 
SUBJECT - Static variable in class planetj.dataengine.email.EmailPropertyGroup
Subject of the email.
subList(int, int) - Method in class planetj.database.RowCollection
Returns a view of this RowCollection.
SUBMIT - Static variable in class planetj.html.HTMLInput
 
subString(String, int) - Static method in class planetj.common.ConvertUtility
Take a String and convert it to a Vector of Strings by substring the specified length
SUCCESS_MESSAGE - Static variable in class planetj.dataengine.display.StoredProcedurePropertyGroup
 
SUM - Static variable in class planetj.database.SQLGenerator
 
SUM - Static variable in class planetj.database.sql.ColumnFunctionToken
 
sum(int[]) - Static method in class planetj.common.CMUtility
Sums up an array of integers
SUP_CLOSE - Static variable in interface planetj.html.IHTMLTags
 
SUP_OPEN_END - Static variable in interface planetj.html.IHTMLTags
 
SUP_OPEN_START - Static variable in interface planetj.html.IHTMLTags
 
swap(int, int) - Method in class planetj.gui.TableSorter
 
SWITCHES - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
switchFlag() - Method in class planetj.html.OddEvenFlag
 
switchValue() - Method in interface planetj.database.field.IBooleanField
Switches this field's value from true to false or false to true depending upon what its current value is.
switchValue() - Method in class planetj.database.field.AbstractBooleanField
Switches the boolean field's value.
SYSTEM - Static variable in interface planetj.dataengine.IDataEngine
 
SYSTEM - Static variable in interface planetj.dataexplorer.IDataExplorer
 
SYSTEM_ALIAS - Static variable in interface planetj.dataengine.IServletParameters
 
SYSTEM_ALIAS - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
SYSTEM_ALIAS - Static variable in interface planetj.database.possiblevalues.IPossibleValue
 
SYSTEM_ALIAS - Static variable in class planetj.processes.logon.SignOnAndRegistrationServlet
 
SYSTEM_ALIAS_PARAM - Static variable in interface planetj.dataengine.IServletParameters
 
SYSTEM_DETAILS - Static variable in interface planetj.dataengine.cache.ICacheDetails
 
SYSTEM_LEVEL_CACHE - Static variable in class planetj.dataengine.cache.CacheManager
Uses a single cache for each system
SYSTEM_URL - Static variable in interface planetj.dataengine.IServletParameters
 
SYSTEM_URL - Static variable in interface planetj.database.fielddescriptors.IFieldData
 
SystemOutLogger - Static variable in interface planetj.common.ILogger
 
SystemRequest - class planetj.magic.SystemRequest.
 
SystemRequest(String, HttpServletRequest, HttpServletResponse) - Constructor for class planetj.magic.SystemRequest
 
SystemRequest(String, HttpServletRequest, HttpServletResponse, String) - Constructor for class planetj.magic.SystemRequest
 
SYSTEMS_LIST - Static variable in interface planetj.dataengine.IDataEngine
 

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