| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of INavigationObject in planetj.database | 
| Classes in planetj.database that implement INavigationObject | |
 class | 
AssociationContext
Deprecated. - no longer used - old way of getting associations  | 
 class | 
Row
Represents a logical row of a database.  | 
static class | 
Row.SpacingRow
 | 
 class | 
RowCollection
Represents a group of rows from the database.  | 
static class | 
RowCollection.LinkedRowCollection
A subclass of RowCollection which uses a LinkedList internally instead of an ArrayList.  | 
 class | 
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.  | 
| Uses of INavigationObject in planetj.database.connection | 
| Classes in planetj.database.connection that implement INavigationObject | |
 class | 
AS400ConnectionRow
Represents a ConnectionPool for AS400 objects.  | 
 class | 
ConnectionRow
Class generated by planetj.dataengine.RowClassGenerator Created at: Wed Apr 10 19:24:10 PDT 2002  | 
| Uses of INavigationObject in planetj.database.fielddescriptors | 
| Classes in planetj.database.fielddescriptors that implement INavigationObject | |
 class | 
AbstractDerivedFieldDescriptor
Defines a Field that is computed such as concating two fields, substracting, etc.  | 
 class | 
ColumnFunctionResultFieldDescriptor
Insert the type's description here.  | 
 class | 
DerivedDate
Converts fields that in centry, year, month, and day individual fields into a java.sql.Date wrapped in a Field Creation date: (2/7/2002 11:48:19 AM)  | 
 class | 
DerivedFieldDescriptor
Insert the type's description here.  | 
 class | 
FieldDescriptorRow
Represents metadata describing a field that was read from a row in the database.  | 
 class | 
TableDescriptor
Describes a Table in the database  | 
| Uses of INavigationObject in planetj.database.filter | 
| Classes in planetj.database.filter that implement INavigationObject | |
 class | 
FilteredRowCollection
A FilteredRowCollection is returned by the RowCollection.filter() method.  | 
| Uses of INavigationObject in planetj.database.flatfile | 
| Classes in planetj.database.flatfile that implement INavigationObject | |
 class | 
FlatFileReferenceRow
Row responsible for Flat Files Creation date: Jun 2, 2004 - 5:31:37 PM  | 
 class | 
HttpFlatFieldReferenceRow
Row responsible for Http Flat File references Creation date: Jun 2, 2004 - 5:32:30 PM  | 
 class | 
ISeriesFlatFileReferenceRow
ISeries Row responsible for Flat Files Creation date: Jun 2, 2004 - 5:32:14 PM  | 
| Uses of INavigationObject in planetj.database.possiblevalues | 
| Classes in planetj.database.possiblevalues that implement INavigationObject | |
 class | 
PossibleValueRow
 | 
| Uses of INavigationObject in planetj.database.report | 
| Classes in planetj.database.report that implement INavigationObject | |
 class | 
ReportBreakRow
Insert the type's description here.  | 
 class | 
ReportBreakRowCollection
A RowCollection which knows how to generate report breaks.  | 
| Uses of INavigationObject in planetj.dataengine | 
| Classes in planetj.dataengine that implement INavigationObject | |
 class | 
AbstractContext
!!DA (6/11/2003 8:06:21 AM) documentation needed  | 
 class | 
CustomerRow
Creation date: (1/30/2002 2:09:39 PM)  | 
 class | 
HTMLContext
 | 
 class | 
JavaContext
 | 
 class | 
PropertyRow
A PropertyRow is simply a Row that has a Field that contains PropertyGroups representing properties of the Row.  | 
| Methods in planetj.dataengine with parameters of type INavigationObject | |
static void | 
NavigationManager.removeNavigationKey(INavigationObject object,
                    javax.servlet.http.HttpServletRequest request)
Removes the navigation key from the given navigation object.  | 
static void | 
NavigationManager.setNavigationKey(String key,
                 INavigationObject object,
                 javax.servlet.http.HttpServletRequest request)
Sets the navigation key on the given navigation object.  | 
| Uses of INavigationObject in planetj.dataengine.application | 
| Classes in planetj.dataengine.application that implement INavigationObject | |
 class | 
Application
Contains information describing a DataEngine application Creation date: (3/21/2002 1:11:21 PM)  | 
 class | 
ApplicationSQLContext
SQLContext used for queries which correspond to a specific Application or View  | 
| Uses of INavigationObject in planetj.dataengine.autorun | 
| Classes in planetj.dataengine.autorun that implement INavigationObject | |
 class | 
AutoRunBatchProcessOperation
This Operation describes how another operation should be automatically run using batch processing.  | 
 class | 
AutoRunOperation
An Operation which describes how a different operation should be autorun  | 
 class | 
EmailOperation
Describes how a operation (not this operation, another one) should be automatically emailed  | 
| Uses of INavigationObject in planetj.dataengine.display | 
| Classes in planetj.dataengine.display that implement INavigationObject | |
 class | 
LayoutDisplayPropertyGroup
 | 
| Uses of INavigationObject in planetj.dataengine.email | 
| Classes in planetj.dataengine.email that implement INavigationObject | |
 class | 
EmailRow
This class servers as a convience class for a Row that contains email functionality.  | 
 class | 
EmailRowCollection
This class servers as a convience class for a RowCollection that contains email functionality.  | 
| Uses of INavigationObject in planetj.dataengine.email.html | 
| Classes in planetj.dataengine.email.html that implement INavigationObject | |
 class | 
HTMLEmailRow
This class servers as a convience class for a Row that contains email functionality.  | 
 class | 
HTMLEmailRowCollection
This class servers as a convience class for a RowCollection that contains email functionality.  | 
| Uses of INavigationObject in planetj.dataengine.messageboard | 
| Classes in planetj.dataengine.messageboard that implement INavigationObject | |
 class | 
MessageBoardRow
 | 
 class | 
MessageRow
 | 
| Uses of INavigationObject in planetj.dataengine.operation | 
| Classes in planetj.dataengine.operation that implement INavigationObject | |
 class | 
HTMLOperation
HTMLOperations allow entry and viewing of straight HTML from WOW.  | 
 class | 
HTMLOperationContext
 | 
 class | 
JavaOperationContext
 | 
 class | 
Operation
Represents an operation that can be executed.  | 
 class | 
RefererAuthorizationOperation
An operation for specifying http refers used for authorizing users  | 
 class | 
SelectionOperation
A SelectionOperation is an Operation that carries out some Operation on the selected Row.  | 
 class | 
URLOperationContext
!!A WK (6/26/2003 8:50:25 PM) this class is work in progress.  | 
 class | 
UserAuthenticationListOperation
This operation simply holds a comma seperated list of user names.  | 
 class | 
UserAuthorizationListOperation
This operation simply holds a comma seperated list of user names.  | 
 class | 
UserAuthorizationOperation
This operation contains an SQL string that may be executed to get a list of user names that can be used to determine authorization.  | 
| Uses of INavigationObject in planetj.dataengine.security | 
| Classes in planetj.dataengine.security that implement INavigationObject | |
 class | 
DEAuthorization
 | 
 class | 
DEGroup
 | 
 class | 
DEGroup2Authorization
 | 
 class | 
DEUser
 | 
 class | 
DEUser2Group
 | 
| Uses of INavigationObject in planetj.dataengine.sqloperation | 
| Classes in planetj.dataengine.sqloperation that implement INavigationObject | |
 class | 
AuthenticationOperation
This operation type allows WOW application to check a persons rights (userid/pwd) before accessing a WOW application.  | 
 class | 
JavaOperation
!!DA (6/2/2003 3:31:24 PM)  | 
 class | 
PossibleValuesSearchOperation
Creation date: (2/6/2003 4:12:07 PM)  | 
 class | 
SQLOperation
Represents an operation that can be run against a databse.  | 
| Uses of INavigationObject in planetj.dataengine.test | 
| Classes in planetj.dataengine.test that implement INavigationObject | |
 class | 
MyTestOp
 | 
 class | 
TEST2Row
Insert the type's description here.  | 
 class | 
URLMonitoringRow
 | 
 class | 
WKTestRow
This class is a test class used during developement to test certain features.  | 
 class | 
WKTestRowCollection
Insert the type's description here.  | 
| Uses of INavigationObject in planetj.dataengine.theme | 
| Classes in planetj.dataengine.theme that implement INavigationObject | |
 class | 
Theme
Contains information describing a DataEngine theme  | 
| Uses of INavigationObject in planetj.processes.logon | 
| Classes in planetj.processes.logon that implement INavigationObject | |
 class | 
SignOnAndRegistrationRow
This row will be used for SingOn and Registration processes.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||