Uses of Interface
planetj.helpers.ICSVRow

Packages that use ICSVRow
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.security   
planetj.dataengine.sqloperation   
planetj.dataengine.test   
planetj.dataengine.theme   
planetj.helpers   
planetj.processes.logon   
 

Uses of ICSVRow in planetj.database
 

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

Uses of ICSVRow in planetj.database.connection
 

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

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

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

Classes in planetj.database.possiblevalues that implement ICSVRow
 class PossibleValueRow
           
 

Uses of ICSVRow in planetj.database.report
 

Classes in planetj.database.report that implement ICSVRow
 class ReportBreakRow
          Insert the type's description here.
 

Uses of ICSVRow in planetj.dataengine
 

Classes in planetj.dataengine that implement ICSVRow
 class CustomerRow
          Creation date: (1/30/2002 2:09:39 PM)
 class PropertyRow
          A PropertyRow is simply a Row that has a Field that contains PropertyGroups representing properties of the Row.
 

Uses of ICSVRow in planetj.dataengine.application
 

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

Uses of ICSVRow in planetj.dataengine.autorun
 

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

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

Uses of ICSVRow in planetj.dataengine.email.html
 

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

Uses of ICSVRow in planetj.dataengine.messageboard
 

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

Uses of ICSVRow in planetj.dataengine.operation
 

Classes in planetj.dataengine.operation that implement ICSVRow
 class HTMLOperation
          HTMLOperations allow entry and viewing of straight HTML from WOW.
 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 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 ICSVRow in planetj.dataengine.security
 

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

Uses of ICSVRow in planetj.dataengine.sqloperation
 

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

Classes in planetj.dataengine.test that implement ICSVRow
 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.
 

Uses of ICSVRow in planetj.dataengine.theme
 

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

Uses of ICSVRow in planetj.helpers
 

Methods in planetj.helpers with parameters of type ICSVRow
 StringBuffer DOCHelper.generateDOCFile(ICSVRow pCSVRow, CSVFileDescriptor pCSVFileDescriptor)
          This method will generate a CSV/DOC file with CSV/DOC data supplied in pCSVRow.getCSVRow().
 StringBuffer CSVHelper.generateCSVFile(ICSVRow pCSVRow, CSVFileDescriptor pCSVFileDescriptor)
          This method will generate a CSV file with CSV data supplied in pCSVRow.getCSVRow().
 StringBuffer CSVHelper.getCSVData(ICSVRow pCSVRow, CSVFileDescriptor pCSVFileDescriptor)
          Converts an ICSVRow into a String containing CSV data.
 

Uses of ICSVRow in planetj.processes.logon
 

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