Uses of Interface
planetj.dataengine.INavigationObject

Packages that use INavigationObject
planetj.database   
planetj.database.connection   
planetj.database.fielddescriptors   
planetj.database.filter   
planetj.database.flatfile   
planetj.database.possiblevalues   
planetj.database.report   
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.autorun   
planetj.dataengine.display   
planetj.dataengine.email   
planetj.dataengine.email.html   
planetj.dataengine.messageboard   
planetj.dataengine.operation   
planetj.dataengine.possiblevalues   
planetj.dataengine.security   
planetj.dataengine.security.http   
planetj.dataengine.sqloperation   
planetj.dataengine.theme   
planetj.dataengine.verisign   
planetj.dataengine.workflow   
planetj.html   
planetj.processes.logon   
planetj.row   
 

Uses of INavigationObject in planetj.database
 

Classes in planetj.database that implement INavigationObject
 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 FileServerOperation
           
 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 12, 2006 - 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
           
 class PossibleValueRowCollection
           
 class UserMessageRow
           
 class UserMessageRowCollection
           
 

Uses of INavigationObject in planetj.database.report
 

Classes in planetj.database.report that implement INavigationObject
static class ReportBreak.ReportBreakSpacingRow
           
 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 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, HttpServletRequest request)
          Removes the navigation key from the given navigation object.
static void NavigationManager.setNavigationKey(java.lang.String key, INavigationObject object, 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 Operation
 class DynamicConnectionApplication
           
 

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 AdvanceToNextOperationRow
           
 class AdvanceToOperationRow
           
 class AssociatedExecutionGroupOperation
           
 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 OperationBuilderCreateDataInquiryOp
           
 class OperationBuilderRC
           
 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.possiblevalues
 

Classes in planetj.dataengine.possiblevalues that implement INavigationObject
 class PossibleValuesOperation
           
 class PossibleValuesSearchOperation
          Creation date: (2/6/2003 4:12:07 PM)
 class PVSearchRow
          Subclass for the type of Row's returned by a possible value selector operation.
 

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.security.http
 

Classes in planetj.dataengine.security.http that implement INavigationObject
 class RequireSignonAlways
           
 class SignonRow
           
 

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 MultiSystemSQLOperation
           
 class SQLOperation
          Represents an operation that can be run against a databse.
 class TabbedOperation
           
 

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.dataengine.verisign
 

Classes in planetj.dataengine.verisign that implement INavigationObject
 class VerisignPaymentRow
          A generic super class that adds some Verisign specific functionality Creation date: 01/03/2005
 

Uses of INavigationObject in planetj.dataengine.workflow
 

Classes in planetj.dataengine.workflow that implement INavigationObject
 class RetainSelectionsRow
           
 class WorkFlowRowCollection
           
 

Uses of INavigationObject in planetj.html
 

Methods in planetj.html with parameters of type INavigationObject
static void HTMLExtractor.extractData(INavigationObject object, HttpServletRequest req)
          Extracts data from the HttpServletRequest and puts it into the object
 

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.
 

Uses of INavigationObject in planetj.row
 

Classes in planetj.row that implement INavigationObject
 class FieldValueStyleRow
           
 class InitializeFieldsFromSearchRow