Uses of Interface
planetj.database.IRowCreator

Packages that use IRowCreator
planetj.database   
planetj.database.connection   
planetj.database.fielddescriptors   
planetj.database.flatfile   
planetj.database.possiblevalues   
planetj.database.report   
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.autorun   
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.processes.logon   
planetj.row   
 

Uses of IRowCreator in planetj.database
 

Classes in planetj.database that implement IRowCreator
 class Row
          Represents a logical row of a database.
static class Row.SpacingRow
           
 

Methods in planetj.database that return IRowCreator
 IRowCreator SQLContext.getRowCreator()
          Gets the object used to create the Rows the query should return.
 

Methods in planetj.database with parameters of type IRowCreator
 SQLContext SQLContext.setRowCreator(IRowCreator newRowCreator)
          Sets the object used to create the Rows the query should return.
protected  void RowCollection.convertRows(IRowCreator creator)
          Coverts the rows in this RowCollection from their default type to their correct type (may be the same as the default type).
 

Uses of IRowCreator in planetj.database.connection
 

Classes in planetj.database.connection that implement IRowCreator
 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 IRowCreator in planetj.database.fielddescriptors
 

Classes in planetj.database.fielddescriptors that implement IRowCreator
 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 IRowCreator in planetj.database.flatfile
 

Classes in planetj.database.flatfile that implement IRowCreator
 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 IRowCreator in planetj.database.possiblevalues
 

Classes in planetj.database.possiblevalues that implement IRowCreator
 class PossibleValueRow
           
 class UserMessageRow
           
 

Uses of IRowCreator in planetj.database.report
 

Classes in planetj.database.report that implement IRowCreator
static class ReportBreak.ReportBreakSpacingRow
           
 class ReportBreakRow
          Insert the type's description here.
 

Uses of IRowCreator in planetj.dataengine
 

Classes in planetj.dataengine that implement IRowCreator
 class PropertyRow
          A PropertyRow is simply a Row that has a Field that contains PropertyGroups representing properties of the Row.
 

Uses of IRowCreator in planetj.dataengine.application
 

Classes in planetj.dataengine.application that implement IRowCreator
 class Application
          Contains information describing a DataEngine application Creation date: (3/21/2002 1:11:21 PM)
 class DynamicConnectionApplication
           
 

Uses of IRowCreator in planetj.dataengine.autorun
 

Classes in planetj.dataengine.autorun that implement IRowCreator
 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 IRowCreator in planetj.dataengine.email
 

Classes in planetj.dataengine.email that implement IRowCreator
 class EmailRow
          This class servers as a convience class for a Row that contains email functionality.
 

Uses of IRowCreator in planetj.dataengine.email.html
 

Classes in planetj.dataengine.email.html that implement IRowCreator
 class HTMLEmailRow
          This class servers as a convience class for a Row that contains email functionality.
 

Uses of IRowCreator in planetj.dataengine.messageboard
 

Classes in planetj.dataengine.messageboard that implement IRowCreator
 class MessageBoardRow
           
 class MessageRow
           
 

Uses of IRowCreator in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement IRowCreator
 class AdvanceToNextOperationRow
           
 class AdvanceToOperationRow
           
 class AssociatedExecutionGroupOperation
           
 class HTMLOperation
          HTMLOperations allow entry and viewing of straight HTML from WOW.
 class Operation
          Represents an operation that can be executed.
 class OperationBuilderCreateDataInquiryOp
           
 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 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 IRowCreator in planetj.dataengine.possiblevalues
 

Classes in planetj.dataengine.possiblevalues that implement IRowCreator
 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 IRowCreator in planetj.dataengine.security
 

Classes in planetj.dataengine.security that implement IRowCreator
 class DEAuthorization
           
 class DEGroup
           
 class DEGroup2Authorization
           
 class DEUser
           
 class DEUser2Group
           
 

Uses of IRowCreator in planetj.dataengine.security.http
 

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

Uses of IRowCreator in planetj.dataengine.sqloperation
 

Classes in planetj.dataengine.sqloperation that implement IRowCreator
 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 IRowCreator in planetj.dataengine.theme
 

Classes in planetj.dataengine.theme that implement IRowCreator
 class Theme
          Contains information describing a DataEngine theme
 

Uses of IRowCreator in planetj.dataengine.verisign
 

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

Uses of IRowCreator in planetj.dataengine.workflow
 

Classes in planetj.dataengine.workflow that implement IRowCreator
 class RetainSelectionsRow
           
 

Uses of IRowCreator in planetj.processes.logon
 

Classes in planetj.processes.logon that implement IRowCreator
 class SignOnAndRegistrationRow
          This row will be used for SingOn and Registration processes.
 

Uses of IRowCreator in planetj.row
 

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