|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IFDFObject in planetj.database |
Classes in planetj.database that implement IFDFObject | |
class |
Field
Represents a value in a database. |
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. |
Uses of IFDFObject in planetj.database.connection |
Classes in planetj.database.connection that implement IFDFObject | |
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 |
class |
ConnectionStatusField
Displays the status of a connection |
Uses of IFDFObject in planetj.database.field |
Classes in planetj.database.field that implement IFDFObject | |
class |
AbstractBooleanField
|
class |
Address1Field
|
class |
Address2Field
|
class |
BigDecimalField
|
class |
BigDecimalNonNegativeField
Same as a BigDecimalField except cannot hold a negative value and be valid. |
class |
BigIntegerField
|
class |
BlankDisplayField
A Field which is always displayed as blank, and whose value is null. |
class |
BlobField
|
class |
CellNumberField
Represents a CellNumber. |
class |
CityField
|
class |
CreditCardExpirationMonthField
Represents a Credit Card Expiration Month Creation date: (7/1/2002 11:19:44 PM) |
class |
CreditCardExpirationYearField
Represents a Credit Card Expiration Year Creation date: (7/1/2002 11:19:44 PM) |
class |
CreditCardNumberField
Represents a Credit Card Number Creation date: (7/1/2002 11:02:23 PM) |
class |
CreditCardTypeField
Represents a Credit Card Type Examples: American Express, Discover, Visa, Master Card Creation date: (7/1/2002 11:03:55 PM) |
class |
CybraFormatField
|
class |
DataEngineServletClassName
Insert the type's description here. |
class |
DataLinkField
|
class |
DateField
|
class |
EmailField
Creation date: (1/29/2002 4:58:09 PM) |
class |
FaxNumberField
Represents a FaxNumber. |
class |
FDLibraryNameField
Used to display a library name in FD Manager |
class |
FDNameField
Insert the type's description here. |
class |
FieldClassName
Insert the type's description here. |
class |
FirstNameField
!!DA (7/21/2003 11:53:32 AM) |
class |
FlatFileReferenceField
Insert the type's description here. |
class |
FormatterClassName
Insert the type's description here. |
class |
GenderField
This field will represent a sex or gender. |
class |
ImageURLReferenceField
This Field acts as a wrapper for a reference to an image. |
class |
JavaClassNameField
A field which holds the name of a Java class |
class |
JSPFileNameField
A field which holds the name of a JSP file |
class |
LastNameField
!!DA (7/21/2003 11:56:20 AM) |
class |
LastUpdateTimestampField
TimestampField that sets a new timestamp value when being inserted & updated. |
class |
LogicalField
Represents a field which cannot exist in the database. |
class |
LowerCaseStringField
A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM) |
class |
NumberField
|
class |
NumericCurrencyField
Represents numeric currency values only. |
class |
OneToManyAssociationField
Represents a one-to-many association. |
class |
OneToOneAssociationField
Represents a one-to-one association. |
class |
OperationClassName
|
class |
PasswordField
Creation date: (1/29/2002 4:58:01 PM) |
class |
PhoneNumberAreaCodeField
Represents a PhoneNumberAreaCode. |
class |
PhoneNumberField
Represents a PhoneNumber. |
class |
PossibleValueGetterClassName
Insert the type's description here. |
class |
RegistrationModeField
|
class |
RowClassName
|
class |
RowCollectionClassName
Insert the type's description here. |
class |
SocialSecurityNumberField
Represents a Social Security Number. |
class |
SQLAssociationField
Represents an association between two SQL tables |
class |
SQLOperationField
A Field whose data is the result of an SQLOperation. |
class |
StateField
|
class |
StringField
|
class |
StringOrNumberField
|
class |
TableField
A field which contains a table |
class |
TempField
Insert the type's description here. |
class |
TFBooleanField
This Field class should be used in a case where a Field's value is either T or F in the database. |
class |
TimeField
|
class |
TimestampField
|
class |
TrackingNumberField
This class is used to denote its value contains a tracking number for some shipping carrier. |
class |
UpperCaseStringField
A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM) |
class |
URLReferenceField
Wraps a field that is a url reference. |
class |
UserIdField
This field has been enhanced to get the current user from its context. |
class |
YBlankBooleanField
Insert the type's description here. |
class |
YearField
|
class |
YNBooleanField
Insert the type's description here. |
class |
ZipCodeField
Represents a Zip Code Creation date: (5/10/2002 9:15:08 PM) |
class |
ZipCodeSuffixField
Represents a Zip Code Suffix Creation date: (5/13/2002 5:39:54 PM) |
Uses of IFDFObject in planetj.database.fielddescriptors |
Classes in planetj.database.fielddescriptors that implement IFDFObject | |
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 IFDFObject in planetj.database.filter |
Classes in planetj.database.filter that implement IFDFObject | |
class |
FilteredRowCollection
A FilteredRowCollection is returned by the RowCollection.filter() method. |
Uses of IFDFObject in planetj.database.flatfile |
Classes in planetj.database.flatfile that implement IFDFObject | |
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 IFDFObject in planetj.database.possiblevalues |
Classes in planetj.database.possiblevalues that implement IFDFObject | |
class |
PossibleValueRow
|
Uses of IFDFObject in planetj.database.report |
Classes in planetj.database.report that implement IFDFObject | |
class |
ReportBreakRow
Insert the type's description here. |
class |
ReportBreakRowCollection
A RowCollection which knows how to generate report breaks. |
Uses of IFDFObject in planetj.dataengine |
Classes in planetj.dataengine that implement IFDFObject | |
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 IFDFObject in planetj.dataengine.application |
Classes in planetj.dataengine.application that implement IFDFObject | |
class |
Application
Contains information describing a DataEngine application Creation date: (3/21/2002 1:11:21 PM) |
Uses of IFDFObject in planetj.dataengine.autorun |
Classes in planetj.dataengine.autorun that implement IFDFObject | |
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 IFDFObject in planetj.dataengine.email |
Classes in planetj.dataengine.email that implement IFDFObject | |
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 IFDFObject in planetj.dataengine.email.html |
Classes in planetj.dataengine.email.html that implement IFDFObject | |
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 IFDFObject in planetj.dataengine.messageboard |
Classes in planetj.dataengine.messageboard that implement IFDFObject | |
class |
MessageBoardRow
|
class |
MessageRow
|
Uses of IFDFObject in planetj.dataengine.operation |
Classes in planetj.dataengine.operation that implement IFDFObject | |
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 IFDFObject in planetj.dataengine.security |
Classes in planetj.dataengine.security that implement IFDFObject | |
class |
DEAuthorization
|
class |
DEGroup
|
class |
DEGroup2Authorization
|
class |
DEUser
|
class |
DEUser2Group
|
Uses of IFDFObject in planetj.dataengine.sqloperation |
Classes in planetj.dataengine.sqloperation that implement IFDFObject | |
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 IFDFObject in planetj.dataengine.test |
Classes in planetj.dataengine.test that implement IFDFObject | |
class |
MyTestOp
|
class |
TEST2Row
Insert the type's description here. |
class |
TestFormatField
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 IFDFObject in planetj.dataengine.theme |
Classes in planetj.dataengine.theme that implement IFDFObject | |
class |
Theme
Contains information describing a DataEngine theme |
Uses of IFDFObject in planetj.helpers |
Methods in planetj.helpers with parameters of type IFDFObject | |
StringBuffer |
FDFHelper.generateFDFFile(IFDFObject pFDFObject,
FDFFileDescriptor pFDFFileDescriptor)
This method will return a StringBuffer in FDF format according to pFDFObject.getFDFData(). |
Uses of IFDFObject in planetj.processes.logon |
Classes in planetj.processes.logon that implement IFDFObject | |
class |
SignOnAndRegistrationRow
This row will be used for SingOn and Registration processes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |