A B C D E F G I J L M N O P Q R S T U V Y

A

ALL - Static variable in class com.rf1.data.util.Operation
 
AND - Static variable in class com.rf1.data.util.Condition
 
ASC - Static variable in class com.rf1.data.util.OrderBy
 
AVG - Static variable in class com.rf1.data.util.Operation
 
Alias - class com.rf1.data.gd.Alias.
Java Class represention of the DB table ALIAS_GENERIC_DICO Created on Jul 15, 2004
AlphaCode - class com.rf1.data.gd.AlphaCode.
Java Class represention of the DB table ALPHA_CODE Created on Jul 15, 2004
addCondition(ConditionOperand, int, ConditionValue, int) - Method in class com.rf1.data.util.Condition
Adds a condition expression at the end.
addCondition(Condition, int) - Method in class com.rf1.data.util.Condition
Adds a condition expression at the end.
addFetchJoin(String, int) - Method in class com.rf1.data.util.Class
Adds a fetch join to this class object
addFetchJoin(Join, String, int) - Method in class com.rf1.data.util.Class
Adds a fetch join to this class object from a previous join
addJoin(String, int) - Method in class com.rf1.data.util.Class
Adds a join to this class object
addJoin(Join, String, int) - Method in class com.rf1.data.util.Class
Adds a join to this class object from a previous join
addValue(Value) - Method in class com.rf1.data.util.ValueGroup
Add a value this this group
addValue(Value[]) - Method in class com.rf1.data.util.ValueGroup
Add multiple values to this group
append(ConditionOperand, int) - Method in class com.rf1.data.util.OrderBy
Append an operand to the order by clause
append(ConditionOperand, int[], int) - Method in class com.rf1.data.util.OrderBy
Append an operand to the order by clause

B

BIG_DECIMAL - Static variable in class com.rf1.data.util.Value
 
BINARY - Static variable in class com.rf1.data.util.Value
 
BLOB - Static variable in class com.rf1.data.util.Value
 
BOOLEAN - Static variable in class com.rf1.data.util.Value
 
BYTE - Static variable in class com.rf1.data.util.Value
 
beginTransaction() - Method in class com.rf1.data.Connection
Begin a new transaction that must either be commited or rolled back.

C

CALENDAR - Static variable in class com.rf1.data.util.Value
 
CALENDAR_DATE - Static variable in class com.rf1.data.util.Value
 
CHARACTER - Static variable in class com.rf1.data.util.Value
 
CLASS - Static variable in class com.rf1.data.util.Value
 
CLOB - Static variable in class com.rf1.data.util.Value
 
COUNT - Static variable in class com.rf1.data.util.Operation
 
CURRENCY - Static variable in class com.rf1.data.util.Value
 
CURRENT_STATUS - Static variable in class com.rf1.data.lifecheck.Import
 
Car - class com.rf1.data.gd.Car.
Java Class represention of the DB table CAR Created on Jul 15, 2004
Car - class com.rf1.data.lifecheck.Car.
Java Class represention of the DB table CAR Created on Nov 15, 2004
CarQuantity - class com.rf1.data.lifecheck.CarQuantity.
Java Class represention of the DB table CARQTY Created on Nov 15, 2004
CarSection - class com.rf1.data.gd.CarSection.
Java Class represention of the DB table CAR_SECTION_NUMBER Created on Jul 15, 2004
Class - class com.rf1.data.util.Class.
Class object to use in an HQL (Hibernate Query Language) query string.
Class(Class) - Constructor for class com.rf1.data.util.Class
Constructor
Condition - class com.rf1.data.util.Condition.
Class object to use in an HQL (Hibernate Query Language) query string.
Condition(ConditionOperand, int, ConditionValue) - Constructor for class com.rf1.data.util.Condition
Constructor with values
Connection - class com.rf1.data.Connection.
Java Class to execute all DB related operations.
Connection(Session) - Constructor for class com.rf1.data.Connection
A connection can only be created by a Database instance.
Connection - class com.rf1.data.ext.Connection.
Java Class to execute all DB related operations.
Connection - class com.rf1.data.gd.Connection.
Java Class to execute all DB related operations.
Connection - class com.rf1.data.lifecheck.Connection.
Java Class to execute all DB related operations.
Connection - class com.rf1.data.sage.Connection.
Java Class to execute all DB related operations.
Constants - class com.rf1.data.Constants.
Java Class to hold constants values for the project.
Constants() - Constructor for class com.rf1.data.Constants
 
classValidation(Class) - Static method in class com.rf1.data.DatabaseObject
Validates if the class is part of the RF1 DB Interface.
close() - Method in class com.rf1.data.Connection
Close the database.
close() - Method in class com.rf1.data.Database
Closes the database and frees all the ressources.
com.rf1.data - package com.rf1.data
 
com.rf1.data.exception - package com.rf1.data.exception
 
com.rf1.data.ext - package com.rf1.data.ext
 
com.rf1.data.gd - package com.rf1.data.gd
 
com.rf1.data.gd.loader - package com.rf1.data.gd.loader
 
com.rf1.data.lifecheck - package com.rf1.data.lifecheck
 
com.rf1.data.sage - package com.rf1.data.sage
 
com.rf1.data.util - package com.rf1.data.util
 
commitTransaction() - Method in class com.rf1.data.Connection
Commit a transaction in the database.
compareTo(Object) - Method in class com.rf1.data.gd.AlphaCode
Implement the Comparable to be able to sort a Alpha Code collection by name.
compareTo(Object) - Method in class com.rf1.data.gd.Car
Implement the Comparable to be able to sort a Car collection by name.
compareTo(Object) - Method in class com.rf1.data.gd.GenericDescription
Implement the Comparable to be able to sort a GenericDescription collection by description.
compareTo(Object) - Method in class com.rf1.data.gd.LifingDescription
Implement the Comparable to be able to sort a LifingDescription collection by description.
compareTo(Object) - Method in class com.rf1.data.gd.PurchaseCategory
Implement the Comparable to be able to sort a Purchase Category collection by code.
createDatabase(Properties, boolean) - Static method in class com.rf1.data.ext.RF1ExtDatabaseFactory
Creates and returns a database object.
createDatabase(boolean) - Static method in class com.rf1.data.ext.RF1ExtDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase() - Static method in class com.rf1.data.ext.RF1ExtDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase(Properties, boolean) - Static method in class com.rf1.data.gd.RF1GDDatabaseFactory
Creates and returns a database object.
createDatabase(boolean) - Static method in class com.rf1.data.gd.RF1GDDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase() - Static method in class com.rf1.data.gd.RF1GDDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase(Properties, boolean) - Static method in class com.rf1.data.lifecheck.RF1LifeCheckDatabaseFactory
Creates and returns a database object.
createDatabase(boolean) - Static method in class com.rf1.data.lifecheck.RF1LifeCheckDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase() - Static method in class com.rf1.data.lifecheck.RF1LifeCheckDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase(Properties, boolean) - Static method in class com.rf1.data.sage.RF1SageDatabaseFactory
Creates and returns a database object.
createDatabase(boolean) - Static method in class com.rf1.data.sage.RF1SageDatabaseFactory
Creates and returns a database object with the default connection.
createDatabase() - Static method in class com.rf1.data.sage.RF1SageDatabaseFactory
Creates and returns a database object with the default connection.
createExternalDataObject(Class) - Method in class com.rf1.data.ext.Connection
Create a new external data object that is NOT persisted in the database.
createGenericDictionaryObject(Class) - Method in class com.rf1.data.gd.Connection
Create a new generic dictionary object that is NOT persisted in the database.
createLifeCheckObject(Class) - Method in class com.rf1.data.lifecheck.Connection
Create a new life check object that is NOT persisted in the database.
createSageObject(Class) - Method in class com.rf1.data.sage.Connection
Create a new sage object that is NOT persisted in the database.

D

DATE - Static variable in class com.rf1.data.util.Value
 
DESC - Static variable in class com.rf1.data.util.OrderBy
 
DIFFERENT - Static variable in class com.rf1.data.util.Expression
 
DISTINCT - Static variable in class com.rf1.data.util.Operation
 
DOUBLE - Static variable in class com.rf1.data.util.Value
 
DataLoader - class com.rf1.data.gd.loader.DataLoader.
Java Class to treat CSV file and drop the result in some database table.
DataLoader() - Constructor for class com.rf1.data.gd.loader.DataLoader
 
Database - class com.rf1.data.Database.
Java Class to represent a database.
Database(Properties, boolean, Class[]) - Constructor for class com.rf1.data.Database
Creates a database with the given connection properties.
Database(boolean, Class[]) - Constructor for class com.rf1.data.Database
Creates a database with the properties read from the config file
Database - class com.rf1.data.ext.Database.
Java Class to represent a database.
Database - class com.rf1.data.gd.Database.
Java Class to represent a database.
Database - class com.rf1.data.lifecheck.Database.
Java Class to represent a database.
Database - class com.rf1.data.sage.Database.
Java Class to represent a database.
DatabaseException - exception com.rf1.data.exception.DatabaseException.
Exception class for all db related errors Created on Jul 7, 2004
DatabaseException() - Constructor for class com.rf1.data.exception.DatabaseException
Default Constructor
DatabaseException(String) - Constructor for class com.rf1.data.exception.DatabaseException
Constructor
DatabaseException(Throwable) - Constructor for class com.rf1.data.exception.DatabaseException
Construcotr
DatabaseException(String, Throwable) - Constructor for class com.rf1.data.exception.DatabaseException
Constructor
DatabaseObject - class com.rf1.data.DatabaseObject.
This Class is a common ancestor of all classes that interface a table from the database Created on Oct 20, 2004
DatabaseObject() - Constructor for class com.rf1.data.DatabaseObject
Protected Constructor, accessible only for the inheriting classes
deleteDatabaseObject(DatabaseObject) - Method in class com.rf1.data.Connection
Delete a DatabaseObject from the database.
deleteExternalDataObject(ExternalDataObject) - Method in class com.rf1.data.ext.Connection
Delete a ExternalDataObject from the database.
deleteGenericDictionaryObject(GenericDictionaryObject) - Method in class com.rf1.data.gd.Connection
Delete a GenericDictionaryObject from the database.
deleteLifeCheckObject(LifeCheckObject) - Method in class com.rf1.data.lifecheck.Connection
Delete a LifeCheckObject from the database.
deleteSageObject(SageObject) - Method in class com.rf1.data.sage.Connection
Delete a SageObject from the database.

E

ELEMENTS - Static variable in class com.rf1.data.util.Operation
 
EQUALS - Static variable in class com.rf1.data.util.Expression
 
Event - class com.rf1.data.ext.Event.
Java Class represention of the DB table EVENT Created on Oct 20, 2004
EventCategory - class com.rf1.data.ext.EventCategory.
Java Class represention of the DB table EVENT_CATEGORY Created on Oct 20, 2004
Expression - class com.rf1.data.util.Expression.
Java Class represention managing the different SQL expression and their association in a query.
encrypt(String) - Static method in class com.rf1.data.gd.User
Encrypt a string in MD5 and returns the Hex String
equals(String) - Method in class com.rf1.data.gd.Alias
Implement the EQUALS to be able to compare the alias name.

F

FLOAT - Static variable in class com.rf1.data.util.Value
 
FULL_JOIN - Static variable in class com.rf1.data.util.Join
 
Field - class com.rf1.data.util.Field.
Wrapper for the class java.lang.reflect.Field It is used to set the correct field name to use in an HQL (Hibernate Query Language) query sting.
Field(Prefix) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, int) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, String) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, String[]) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, String, int) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, String, int[]) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, String[], int) - Constructor for class com.rf1.data.util.Field
Constructor
Field(Prefix, String[], int[]) - Constructor for class com.rf1.data.util.Field
Constructor

G

GREATER_THAN - Static variable in class com.rf1.data.util.Expression
 
GREATER_THAN_OR_EQUALS - Static variable in class com.rf1.data.util.Expression
 
GenericDescription - class com.rf1.data.gd.GenericDescription.
Java Class represention of the DB table GENERIC_DICO Created on Jul 7, 2004
GroupBy - class com.rf1.data.util.GroupBy.
Class to represent the Group By clause in a HQL (Hibernate Query Language) query Created on Aug 17, 2004
GroupBy(ClauseOperand) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand, int[]) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand, Condition) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand, int[], Condition) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand[]) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand[], int[][]) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand[], Condition) - Constructor for class com.rf1.data.util.GroupBy
Constructor
GroupBy(ClauseOperand[], int[][], Condition) - Constructor for class com.rf1.data.util.GroupBy
Constructor
getAlias() - Method in class com.rf1.data.gd.Alias
 
getAlias() - Method in class com.rf1.data.util.Class
 
getAlias() - Method in class com.rf1.data.util.Join
 
getAliases() - Method in class com.rf1.data.gd.GenericDescription
This is the reverse end of the GenericDescription-Alias association.
getAlphaCode() - Method in class com.rf1.data.gd.GenericDescription
This is the main class of the GenericDescription-AlphaCode association.
getAlphaCodeComparator() - Static method in class com.rf1.data.gd.GenericDescription
Comparator who give the possibility to sort a collection of GenericDescription by Alpha Code.
getAlphaCodes() - Method in class com.rf1.data.gd.CarSection
This is the reverse end of the CarSection-AlphaCode association.
getCar() - Method in class com.rf1.data.gd.LifingDescription
This is the main class of the LifingDescription-Car association.
getCar() - Method in class com.rf1.data.lifecheck.CarQuantity
This is the main class of the CarQuantity-Car association.
getCarComparator() - Static method in class com.rf1.data.gd.LifingDescription
Comparator who give the possibility to sort a collection of LifingDescription by Car.
getCarName1() - Static method in class com.rf1.data.sage.Stock
 
getCarName2() - Static method in class com.rf1.data.sage.Stock
 
getCarName3() - Static method in class com.rf1.data.sage.Stock
 
getCarQuantities() - Method in class com.rf1.data.lifecheck.Car
This is the reverse end of the Car-CarQuantity association.
getCarQuantities() - Method in class com.rf1.data.lifecheck.Import
This is the reverse end of the Import-CarQuantity association.
getCarSection() - Method in class com.rf1.data.gd.GenericDescription
This is the main class of the GenericDescription-CarSection association.
getCarSectionCodeComparator() - Static method in class com.rf1.data.gd.GenericDescription
Comparator who give the possibility to sort a collection of GenericDescription by Car Section Number.
getCarSectionNameComparator() - Static method in class com.rf1.data.gd.GenericDescription
Comparator who give the possibility to sort a collection of GenericDescription by Car Section Name.
getCarSections() - Method in class com.rf1.data.gd.AlphaCode
This is the main class of the AlphaCode-CarSection association.
getCarSections() - Method in class com.rf1.data.gd.PurchaseCategory
This is the main class of the PurchaseCategory-CarSection association.
getCategory() - Method in class com.rf1.data.ext.Event
This is the main class of the Event-EventCategory association.
getCode() - Method in class com.rf1.data.gd.AlphaCode
 
getCode() - Method in class com.rf1.data.gd.CarSection
 
getCode() - Method in class com.rf1.data.gd.PurchaseCategory
 
getCommissionLimit() - Method in class com.rf1.data.lifecheck.Import
 
getCount() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getCreationDate() - Method in class com.rf1.data.ext.Event
 
getCreationDate() - Method in class com.rf1.data.ext.Surface
 
getCreationDate() - Method in class com.rf1.data.gd.GenericDescription
 
getCreationDate() - Method in class com.rf1.data.gd.LifingDescription
 
getCreationDate() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getCreationUser() - Method in class com.rf1.data.ext.Event
 
getCreationUser() - Method in class com.rf1.data.ext.Surface
 
getCreationUser() - Method in class com.rf1.data.gd.GenericDescription
 
getCreationUser() - Method in class com.rf1.data.gd.LifingDescription
 
getDate() - Method in class com.rf1.data.ext.Event
 
getDescription() - Method in class com.rf1.data.ext.Event
 
getDescription() - Method in class com.rf1.data.gd.Alias
 
getDescription() - Method in class com.rf1.data.gd.GenericDescription
 
getDescription() - Method in class com.rf1.data.gd.LifingDescription
 
getDescription() - Method in class com.rf1.data.lifecheck.Import
 
getDescription() - Method in class com.rf1.data.lifecheck.Part
 
getDescription() - Method in class com.rf1.data.sage.Stock
 
getEvents() - Method in class com.rf1.data.ext.EventCategory
This is the reverse end of the EventCategory-Event association.
getExternalDataObjectById(Class, Serializable) - Method in class com.rf1.data.ext.Connection
Retrieve a unique object from the database by giving its unique id.
getFieldClass(int) - Method in class com.rf1.data.util.Field
Returns the java class of the field represeted by this object
getGenericDescriptionId() - Method in class com.rf1.data.lifecheck.Import
 
getGenericDescriptionId() - Method in class com.rf1.data.lifecheck.Part
 
getGenericDescriptions() - Method in class com.rf1.data.gd.AlphaCode
This is the reverse end of the AlphaCode-GenericDescription association.
getGenericDescriptions() - Method in class com.rf1.data.gd.CarSection
This is the reverse end of the CarSection-GenericDescription association.
getGenericDescriptions() - Method in class com.rf1.data.gd.LifingDescription
This is the main class of the LifingDescription-GenericDescription association.
getGenericDescriptions() - Method in class com.rf1.data.gd.PurchaseCategory
This is the reverse end of the PurchaseCategory-GenericDescription association.
getGenericDictionaryObjectById(Class, Serializable) - Method in class com.rf1.data.gd.Connection
Retrieve a unique object from the database by giving its unique id.
getHibernateSession() - Method in class com.rf1.data.Connection
 
getImport() - Method in class com.rf1.data.lifecheck.CarQuantity
This is the main class of the CarQuantity-Import association.
getJDBCConnection() - Method in class com.rf1.data.Connection
 
getLifeCheckObjectById(Class, Serializable) - Method in class com.rf1.data.lifecheck.Connection
Retrieve a unique object from the database by giving its unique id.
getLifeLimit() - Method in class com.rf1.data.lifecheck.Import
 
getLifeLimitKm() - Method in class com.rf1.data.gd.LifingDescription
 
getLifeNotes() - Method in class com.rf1.data.lifecheck.Import
 
getLifeNotesComparator() - Static method in class com.rf1.data.gd.LifingDescription
Comparator who give the possibility to sort a collection of LifingDescription by Life Notes.
getLifingDescriptions() - Method in class com.rf1.data.gd.Car
This is the reverse end of the Car-LifingDescription association.
getLifingDescriptions() - Method in class com.rf1.data.gd.GenericDescription
This is the reverse end of the GenericDescription-LifingDescription association.
getLifingLimitKmComparator() - Static method in class com.rf1.data.gd.LifingDescription
Comparator who give the possibility to sort a collection of LifingDescription by Lifing Limit KM.
getModificationDate() - Method in class com.rf1.data.ext.Event
 
getModificationDate() - Method in class com.rf1.data.ext.Surface
 
getModificationDate() - Method in class com.rf1.data.gd.GenericDescription
 
getModificationDate() - Method in class com.rf1.data.gd.LifingDescription
 
getModificationDate() - Method in class com.rf1.data.lifecheck.Import
 
getModificationDate() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getModificationUser() - Method in class com.rf1.data.ext.Event
 
getModificationUser() - Method in class com.rf1.data.ext.Surface
 
getModificationUser() - Method in class com.rf1.data.gd.GenericDescription
 
getModificationUser() - Method in class com.rf1.data.gd.LifingDescription
 
getName() - Method in class com.rf1.data.ext.Event
 
getName() - Method in class com.rf1.data.ext.EventCategory
 
getName() - Method in class com.rf1.data.ext.Surface
 
getName() - Method in class com.rf1.data.gd.Car
 
getName() - Method in class com.rf1.data.gd.CarSection
 
getName() - Method in class com.rf1.data.gd.PurchaseCategory
 
getName() - Method in class com.rf1.data.gd.Role
 
getName() - Method in class com.rf1.data.gd.User
 
getName() - Method in class com.rf1.data.lifecheck.Car
 
getNotes() - Method in class com.rf1.data.gd.LifingDescription
 
getObjectById(Class, Serializable) - Method in class com.rf1.data.Connection
Retrieve a unique object from the database by giving its unique id.
getParent() - Method in class com.rf1.data.util.Class
 
getParent() - Method in class com.rf1.data.util.Join
 
getPartNumber() - Method in class com.rf1.data.lifecheck.Import
 
getPartNumber() - Method in class com.rf1.data.lifecheck.Part
 
getPartNumber() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getPassword() - Method in class com.rf1.data.gd.User
 
getPosition() - Method in class com.rf1.data.gd.AlphaCode
 
getPosition() - Method in class com.rf1.data.gd.Car
 
getPosition() - Method in class com.rf1.data.gd.PurchaseCategory
 
getProduct() - Method in class com.rf1.data.sage.Stock
 
getPurchaseCategories() - Method in class com.rf1.data.gd.CarSection
This is the reverse end of the CarSection-PurchaseCategory association.
getPurchaseCategory() - Method in class com.rf1.data.gd.GenericDescription
This is the main class of the GenericDescription-PurchaseCategory association.
getPurchaseCategory() - Method in class com.rf1.data.sage.Stock
 
getPurchaseCategoryCodeComparator() - Static method in class com.rf1.data.gd.GenericDescription
Comparator who give the possibility to sort a collection of GenericDescription by Purchase Category Code.
getPurchaseCategoryNameComparator() - Static method in class com.rf1.data.gd.GenericDescription
Comparator who give the possibility to sort a collection of GenericDescription by Purchase Category Name.
getQuantity() - Method in class com.rf1.data.lifecheck.CarQuantity
 
getQuantity1() - Method in class com.rf1.data.sage.Stock
 
getQuantity2() - Method in class com.rf1.data.sage.Stock
 
getQuantity3() - Method in class com.rf1.data.sage.Stock
 
getRaceServiceLimitKm() - Method in class com.rf1.data.gd.LifingDescription
 
getRaceServiceLimitKmComparator() - Static method in class com.rf1.data.gd.LifingDescription
Comparator who give the possibility to sort a collection of LifingDescription by Race Service Limit KM.
getRoles() - Method in class com.rf1.data.gd.User
This is the main class of the User-Role association.
getSageObjectById(Class, Serializable) - Method in class com.rf1.data.sage.Connection
Retrieve a unique object from the database by giving its unique id.
getServiceLimitRaceA() - Method in class com.rf1.data.lifecheck.Import
 
getServiceLimitRaceB() - Method in class com.rf1.data.lifecheck.Import
 
getStatus() - Method in class com.rf1.data.ext.Event
 
getStatus() - Method in class com.rf1.data.ext.Surface
 
getStatus() - Method in class com.rf1.data.gd.Car
 
getStatus() - Method in class com.rf1.data.gd.GenericDescription
 
getStatus() - Method in class com.rf1.data.lifecheck.Import
 
getStatus() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getStatus() - Method in class com.rf1.data.sage.Stock
 
getStatusComparator() - Static method in class com.rf1.data.gd.GenericDescription
Comparator who give the possibility to sort a collection of GenericDescription by Status.
getStock() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getSupercededBy() - Method in class com.rf1.data.sage.Stock
 
getSupercedes() - Method in class com.rf1.data.lifecheck.Import
 
getSupercedes() - Method in class com.rf1.data.sage.Stock
 
getTargetTestTeamKMComparator() - Static method in class com.rf1.data.gd.LifingDescription
Comparator who give the possibility to sort a collection of LifingDescription by Target Test Team KM.
getTargetTestTeamKm() - Method in class com.rf1.data.gd.LifingDescription
 
getTestLimitRaceA() - Method in class com.rf1.data.lifecheck.Import
 
getTestLimitRaceB() - Method in class com.rf1.data.lifecheck.Import
 
getTestServiceLimitKm() - Method in class com.rf1.data.gd.LifingDescription
 
getTestServiceLimitKmComparator() - Static method in class com.rf1.data.gd.LifingDescription
Comparator who give the possibility to sort a collection of LifingDescription by Test Service Limit KM.
getTestTeamTarget() - Method in class com.rf1.data.lifecheck.Import
 
getType() - Method in class com.rf1.data.sage.LifeCheckEvent
 
getUsers() - Method in class com.rf1.data.gd.Role
This is the reverse end of the Role-User association.
getVersion() - Method in class com.rf1.data.ext.Event
 
getVersion() - Method in class com.rf1.data.ext.Surface
 
getVersion() - Method in class com.rf1.data.gd.GenericDescription
 
getVersion() - Method in class com.rf1.data.gd.LifingDescription
 

I

IN - Static variable in class com.rf1.data.util.Expression
 
INNER_JOIN - Static variable in class com.rf1.data.util.Join
 
INNER_JOIN_FETCH - Static variable in class com.rf1.data.util.Join
 
INTEGER - Static variable in class com.rf1.data.util.Value
 
IS_NULL - Static variable in class com.rf1.data.util.Expression
 
Import - class com.rf1.data.lifecheck.Import.
Java Class represention of the DB table IMPORT Created on Nov 15, 2004
init(Properties, boolean, boolean, Class[]) - Method in class com.rf1.data.Database
Initialises the connection to the database.
insertDatabaseObject(DatabaseObject) - Method in class com.rf1.data.Connection
Insert a new created DatabaseObject object in the database.
insertExternalDataObject(ExternalDataObject) - Method in class com.rf1.data.ext.Connection
Insert a new created ExternalDataObject object in the database.
insertGenericDictionaryObject(GenericDictionaryObject) - Method in class com.rf1.data.gd.Connection
Insert a new created GenericDictionaryObject object in the database.
insertLifeCheckObject(LifeCheckObject) - Method in class com.rf1.data.lifecheck.Connection
Insert a new created LifeCheckObject object in the database.
insertOrUpdateDatabaseObject(DatabaseObject) - Method in class com.rf1.data.Connection
Insert or update a new or existing DatabaseObject
insertOrUpdateExternalDataObject(ExternalDataObject) - Method in class com.rf1.data.ext.Connection
Insert or update a new or existing DatabaseObject
insertOrUpdateGenericDictionaryObject(GenericDictionaryObject) - Method in class com.rf1.data.gd.Connection
Insert or update a new or existing DatabaseObject
insertOrUpdateLifeCheckObject(LifeCheckObject) - Method in class com.rf1.data.lifecheck.Connection
Insert or update a new or existing DatabaseObject
insertOrUpdateSageObject(SageObject) - Method in class com.rf1.data.sage.Connection
Insert or update a new or existing SageObject
insertSageObject(SageObject) - Method in class com.rf1.data.sage.Connection
Insert a new created SageObject object in the database.
isDirty() - Method in class com.rf1.data.Connection
Check if this connection has some changes that must be synchronized with the database
isTransactionStarted() - Method in class com.rf1.data.Connection
 

J

Join - class com.rf1.data.util.Join.
Join object to use in an HQL (Hibernate Query Language) query string.

L

LEFT_OUTER - Static variable in class com.rf1.data.util.Join
 
LEFT_OUTER_FETCH - Static variable in class com.rf1.data.util.Join
 
LESS_THAN - Static variable in class com.rf1.data.util.Expression
 
LESS_THAN_OR_EQUALS - Static variable in class com.rf1.data.util.Expression
 
LIKE - Static variable in class com.rf1.data.util.Expression
 
LOAD_ALPHA_CODE_CAR_SECTION_LINKS - Static variable in class com.rf1.data.gd.loader.DataLoader
 
LOAD_GENERIC_DESCRIPTIONS - Static variable in class com.rf1.data.gd.loader.DataLoader
 
LOAD_GENERIC_DESCRIPTION_LIFING_DESCRIPTION_LINKS - Static variable in class com.rf1.data.gd.loader.DataLoader
 
LOAD_LIFING_DESCRIPTIONS - Static variable in class com.rf1.data.gd.loader.DataLoader
 
LOAD_PURCHASE_CATEGORY_CAR_SECTION_LINKS - Static variable in class com.rf1.data.gd.loader.DataLoader
 
LOCALE - Static variable in class com.rf1.data.util.Value
 
LOG4J_CFG_FILE - Static variable in class com.rf1.data.Constants
 
LONG - Static variable in class com.rf1.data.util.Value
 
LOWER - Static variable in class com.rf1.data.util.Operation
 
LifeCheckEvent - class com.rf1.data.sage.LifeCheckEvent.
Java Class represention of the DB table LIFECHECK_EVENTS Created on Nov 29, 2004
LifingDescription - class com.rf1.data.gd.LifingDescription.
Java Class represention of the DB table DIC_LIFING_DESC Created on Jul 7, 2004
load(int, String, String[], String) - Static method in class com.rf1.data.gd.loader.DataLoader
Loads the selected type of data from the file into the database
load(int, String, String[], String, Properties) - Static method in class com.rf1.data.gd.loader.DataLoader
Loads the selected type of data from the file into the database

M

MAX - Static variable in class com.rf1.data.util.Operation
 
MIN - Static variable in class com.rf1.data.util.Operation
 
main(String[]) - Static method in class com.rf1.data.gd.loader.DataLoader
This function is the main of the dataLoader, this is where we execute the program.

N

NOT_NULL - Static variable in class com.rf1.data.util.Expression
 

O

OBJECT - Static variable in class com.rf1.data.util.Value
 
OBSOLETE_STATUS - Static variable in class com.rf1.data.lifecheck.Import
 
OR - Static variable in class com.rf1.data.util.Condition
 
ObjectNotFoundException - exception com.rf1.data.exception.ObjectNotFoundException.
Exception class for when a query returns no result Created on Jul 7, 2004
ObjectNotFoundException() - Constructor for class com.rf1.data.exception.ObjectNotFoundException
Default Constructor
ObjectNotFoundException(String) - Constructor for class com.rf1.data.exception.ObjectNotFoundException
Constructor
ObjectNotFoundException(Throwable) - Constructor for class com.rf1.data.exception.ObjectNotFoundException
Construcotr
ObjectNotFoundException(String, Throwable) - Constructor for class com.rf1.data.exception.ObjectNotFoundException
Constructor
Operation - class com.rf1.data.util.Operation.
Java Class represention managing the different operations that can be performed on a field or a value.
OrderBy - class com.rf1.data.util.OrderBy.
Class to represent the Order By clause in a HQL (Hibernate Query Language) query Created on Aug 2, 2004
OrderBy(ConditionOperand, int) - Constructor for class com.rf1.data.util.OrderBy
Constructor
OrderBy(ConditionOperand, int[], int) - Constructor for class com.rf1.data.util.OrderBy
Constructor
openConnection() - Method in class com.rf1.data.ext.Database
Open a new database connection.
openConnection() - Method in class com.rf1.data.gd.Database
Open a new database connection.
openConnection() - Method in class com.rf1.data.lifecheck.Database
Open a new database connection.
openConnection() - Method in class com.rf1.data.sage.Database
Open a new database connection.
openSession() - Method in class com.rf1.data.Database
Open a new database session.

P

Part - class com.rf1.data.lifecheck.Part.
Java Class represention of the DB table PART Created on Jan 25, 2005
PurchaseCategory - class com.rf1.data.gd.PurchaseCategory.
Java Class represention of the DB table PURCHASE_CATEGORY Created on Jul 15, 2004

Q

query(Select) - Method in class com.rf1.data.Connection
Perform a query in the database
query(Select, int, int) - Method in class com.rf1.data.Connection
Perform a query in the database with limited result

R

RF1ExtDatabaseFactory - class com.rf1.data.ext.RF1ExtDatabaseFactory.
Factory for the database objects Created on Oct 20, 2004
RF1ExtDatabaseFactory() - Constructor for class com.rf1.data.ext.RF1ExtDatabaseFactory
 
RF1GDDatabaseFactory - class com.rf1.data.gd.RF1GDDatabaseFactory.
Factory for the database objects Created on Jul 7, 2004
RF1GDDatabaseFactory() - Constructor for class com.rf1.data.gd.RF1GDDatabaseFactory
 
RF1LifeCheckDatabaseFactory - class com.rf1.data.lifecheck.RF1LifeCheckDatabaseFactory.
Factory for the database objects Created on Nov 8, 2004
RF1LifeCheckDatabaseFactory() - Constructor for class com.rf1.data.lifecheck.RF1LifeCheckDatabaseFactory
 
RF1SageDatabaseFactory - class com.rf1.data.sage.RF1SageDatabaseFactory.
Factory for the database objects Created on Nov 29, 2004
RF1SageDatabaseFactory() - Constructor for class com.rf1.data.sage.RF1SageDatabaseFactory
 
RIGHT_OUTER - Static variable in class com.rf1.data.util.Join
 
Role - class com.rf1.data.gd.Role.
Java Class represention of the DB table ROLES Created on Jul 15, 2004
rollbackTransaction() - Method in class com.rf1.data.Connection
Rollback a transaction.

S

SERIALIZABLE - Static variable in class com.rf1.data.util.Value
 
SHORT - Static variable in class com.rf1.data.util.Value
 
SIZE - Static variable in class com.rf1.data.util.Operation
 
SOMETHING - Static variable in class com.rf1.data.util.Value
 
STRING - Static variable in class com.rf1.data.util.Value
 
SUM - Static variable in class com.rf1.data.util.Operation
 
Select - class com.rf1.data.util.Select.
Class to represent a complete select statement to use a as sub-select in another HQL query Created on Aug 17, 2004
Select(Class) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Class, OrderBy) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Class, Condition) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Class, Condition, OrderBy) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Class, Condition, GroupBy) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Class, Condition, GroupBy, OrderBy) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Field, Class, Condition, GroupBy, OrderBy) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Field[], Class, Condition, GroupBy, OrderBy) - Constructor for class com.rf1.data.util.Select
Constructor
Select(Field[], Class[], Condition, GroupBy, OrderBy) - Constructor for class com.rf1.data.util.Select
Constructor
Stock - class com.rf1.data.sage.Stock.
Java Class represention of the DB table STOCKM Created on Nov 29, 2004
Surface - class com.rf1.data.ext.Surface.
Java Class represention of the DB table SURFACE Created on Oct 20, 2004
setAlias(String) - Method in class com.rf1.data.gd.Alias
 
setAliases(List) - Method in class com.rf1.data.gd.GenericDescription
This is the reverse end of the GenericDescription-Alias association.
setAlphaCode(AlphaCode) - Method in class com.rf1.data.gd.GenericDescription
This is the main class of the GenericDescription-AlphaCode association.
setAlphaCodes(List) - Method in class com.rf1.data.gd.CarSection
This is the reverse end of the CarSection-AlphaCode association.
setCar(Car) - Method in class com.rf1.data.gd.LifingDescription
This is the main class of the LifingDescription-Car association.
setCar(Car) - Method in class com.rf1.data.lifecheck.CarQuantity
This is the main class of the CarQuantity-Car association.
setCarQuantities(List) - Method in class com.rf1.data.lifecheck.Car
This is the reverse end of the Car-CarQuantity association.
setCarQuantities(List) - Method in class com.rf1.data.lifecheck.Import
This is the reverse end of the Import-CarQuantity association.
setCarSection(CarSection) - Method in class com.rf1.data.gd.GenericDescription
This is the main class of the GenericDescription-CarSection association.
setCarSections(List) - Method in class com.rf1.data.gd.AlphaCode
This is the main class of the AlphaCode-CarSection association.
setCarSections(List) - Method in class com.rf1.data.gd.PurchaseCategory
This is the main class of the PurchaseCategory-CarSection association.
setCategory(EventCategory) - Method in class com.rf1.data.ext.Event
This is the main class of the Event-EventCategory association.
setClass(Class) - Method in class com.rf1.data.util.Join
Sets the class of the field of this join
setCode(String) - Method in class com.rf1.data.gd.AlphaCode
 
setCode(String) - Method in class com.rf1.data.gd.CarSection
 
setCode(String) - Method in class com.rf1.data.gd.PurchaseCategory
 
setCommissionLimit(Double) - Method in class com.rf1.data.lifecheck.Import
 
setCount(Integer) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setCreationDate(Timestamp) - Method in class com.rf1.data.ext.Event
 
setCreationDate(Timestamp) - Method in class com.rf1.data.ext.Surface
 
setCreationDate(Timestamp) - Method in class com.rf1.data.gd.GenericDescription
 
setCreationDate(Timestamp) - Method in class com.rf1.data.gd.LifingDescription
 
setCreationDate(Timestamp) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setCreationUser(String) - Method in class com.rf1.data.ext.Event
 
setCreationUser(String) - Method in class com.rf1.data.ext.Surface
 
setCreationUser(String) - Method in class com.rf1.data.gd.GenericDescription
 
setCreationUser(String) - Method in class com.rf1.data.gd.LifingDescription
 
setDate(Timestamp) - Method in class com.rf1.data.ext.Event
 
setDescription(String) - Method in class com.rf1.data.ext.Event
 
setDescription(GenericDescription) - Method in class com.rf1.data.gd.Alias
 
setDescription(String) - Method in class com.rf1.data.gd.GenericDescription
 
setDescription(String) - Method in class com.rf1.data.gd.LifingDescription
 
setDescription(String) - Method in class com.rf1.data.lifecheck.Import
 
setDescription(String) - Method in class com.rf1.data.lifecheck.Part
 
setDescription(String) - Method in class com.rf1.data.sage.Stock
 
setEvents(List) - Method in class com.rf1.data.ext.EventCategory
This is the reverse end of the EventCategory-Event association.
setFieldClass(int, Class) - Method in class com.rf1.data.util.Field
Sets the java class of the field represeted by this object (only if the class is not of a valid type)
setGenericDescriptionId(Integer) - Method in class com.rf1.data.lifecheck.Import
 
setGenericDescriptionId(Integer) - Method in class com.rf1.data.lifecheck.Part
 
setGenericDescriptions(List) - Method in class com.rf1.data.gd.AlphaCode
This is the reverse end of the AlphaCode-GenericDescription association.
setGenericDescriptions(List) - Method in class com.rf1.data.gd.CarSection
This is the reverse end of the CarSection-GenericDescription association.
setGenericDescriptions(List) - Method in class com.rf1.data.gd.LifingDescription
This is the main class of the LifingDescription-GenericDescription association.
setGenericDescriptions(List) - Method in class com.rf1.data.gd.PurchaseCategory
This is the reverse end of the PurchaseCategory-GenericDescription association.
setImport(Import) - Method in class com.rf1.data.lifecheck.CarQuantity
This is the main class of the CarQuantity-Import association.
setLifeLimit(Double) - Method in class com.rf1.data.lifecheck.Import
 
setLifeLimitKm(Integer) - Method in class com.rf1.data.gd.LifingDescription
 
setLifeNotes(String) - Method in class com.rf1.data.lifecheck.Import
 
setLifingDescriptions(List) - Method in class com.rf1.data.gd.Car
This is the reverse end of the Car-LifingDescription association.
setLifingDescriptions(List) - Method in class com.rf1.data.gd.GenericDescription
This is the reverse end of the GenericDescription-LifingDescription association.
setModificationDate(Timestamp) - Method in class com.rf1.data.ext.Event
 
setModificationDate(Timestamp) - Method in class com.rf1.data.ext.Surface
 
setModificationDate(Timestamp) - Method in class com.rf1.data.gd.GenericDescription
 
setModificationDate(Timestamp) - Method in class com.rf1.data.gd.LifingDescription
 
setModificationDate(Timestamp) - Method in class com.rf1.data.lifecheck.Import
 
setModificationDate(Timestamp) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setModificationUser(String) - Method in class com.rf1.data.ext.Event
 
setModificationUser(String) - Method in class com.rf1.data.ext.Surface
 
setModificationUser(String) - Method in class com.rf1.data.gd.GenericDescription
 
setModificationUser(String) - Method in class com.rf1.data.gd.LifingDescription
 
setName(String) - Method in class com.rf1.data.ext.Event
 
setName(String) - Method in class com.rf1.data.ext.EventCategory
 
setName(String) - Method in class com.rf1.data.ext.Surface
 
setName(String) - Method in class com.rf1.data.gd.Car
 
setName(String) - Method in class com.rf1.data.gd.CarSection
 
setName(String) - Method in class com.rf1.data.gd.PurchaseCategory
 
setName(String) - Method in class com.rf1.data.gd.Role
 
setName(String) - Method in class com.rf1.data.gd.User
 
setName(String) - Method in class com.rf1.data.lifecheck.Car
 
setNotes(String) - Method in class com.rf1.data.gd.LifingDescription
 
setPartNumber(String) - Method in class com.rf1.data.lifecheck.Import
 
setPartNumber(String) - Method in class com.rf1.data.lifecheck.Part
 
setPartNumber(String) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setPassword(String) - Method in class com.rf1.data.gd.User
Sets the password without encryption.
setPassword(String, boolean) - Method in class com.rf1.data.gd.User
Sets the password and optionally encrypt it.
setPosition(Integer) - Method in class com.rf1.data.gd.AlphaCode
 
setPosition(int) - Method in class com.rf1.data.gd.AlphaCode
 
setPosition(Integer) - Method in class com.rf1.data.gd.Car
 
setPosition(Integer) - Method in class com.rf1.data.gd.PurchaseCategory
 
setProduct(String) - Method in class com.rf1.data.sage.Stock
 
setPurchaseCategories(List) - Method in class com.rf1.data.gd.CarSection
This is the reverse end of the CarSection-PurchaseCategory association.
setPurchaseCategory(PurchaseCategory) - Method in class com.rf1.data.gd.GenericDescription
This is the main class of the GenericDescription-PurchaseCategory association.
setPurchaseCategory(String) - Method in class com.rf1.data.sage.Stock
 
setQuantity(Integer) - Method in class com.rf1.data.lifecheck.CarQuantity
 
setQuantity1(Float) - Method in class com.rf1.data.sage.Stock
 
setQuantity2(Float) - Method in class com.rf1.data.sage.Stock
 
setQuantity3(Float) - Method in class com.rf1.data.sage.Stock
 
setRaceServiceLimitKm(Integer) - Method in class com.rf1.data.gd.LifingDescription
 
setRoles(List) - Method in class com.rf1.data.gd.User
This is the main class of the User-Role association.
setServiceLimitRaceA(Double) - Method in class com.rf1.data.lifecheck.Import
 
setServiceLimitRaceB(Double) - Method in class com.rf1.data.lifecheck.Import
 
setStatus(String) - Method in class com.rf1.data.ext.Event
 
setStatus(String) - Method in class com.rf1.data.ext.Surface
 
setStatus(String) - Method in class com.rf1.data.gd.Car
 
setStatus(String) - Method in class com.rf1.data.gd.GenericDescription
 
setStatus(String) - Method in class com.rf1.data.lifecheck.Import
 
setStatus(String) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setStatus(String) - Method in class com.rf1.data.sage.Stock
 
setStock(Stock) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setSupercededBy(String) - Method in class com.rf1.data.sage.Stock
 
setSupercedes(String) - Method in class com.rf1.data.lifecheck.Import
 
setSupercedes(String) - Method in class com.rf1.data.sage.Stock
 
setTargetTestTeamKm(Integer) - Method in class com.rf1.data.gd.LifingDescription
 
setTestLimitRaceA(Double) - Method in class com.rf1.data.lifecheck.Import
 
setTestLimitRaceB(Double) - Method in class com.rf1.data.lifecheck.Import
 
setTestServiceLimitKm(Integer) - Method in class com.rf1.data.gd.LifingDescription
 
setTestTeamTarget(Double) - Method in class com.rf1.data.lifecheck.Import
 
setType(String) - Method in class com.rf1.data.sage.LifeCheckEvent
 
setUsers(List) - Method in class com.rf1.data.gd.Role
This is the reverse end of the Role-User association.
setVersion(Integer) - Method in class com.rf1.data.ext.Event
 
setVersion(Integer) - Method in class com.rf1.data.ext.Surface
 
setVersion(Integer) - Method in class com.rf1.data.gd.GenericDescription
 
setVersion(Integer) - Method in class com.rf1.data.gd.LifingDescription
 

T

TEXT - Static variable in class com.rf1.data.util.Value
 
TIME - Static variable in class com.rf1.data.util.Value
 
TIMESTAMP - Static variable in class com.rf1.data.util.Value
 
TIMEZONE - Static variable in class com.rf1.data.util.Value
 
TRUE_FALSE - Static variable in class com.rf1.data.util.Value
 
toHQLString(List, List) - Method in class com.rf1.data.util.Condition
 
toHQLString(List, List) - Method in class com.rf1.data.util.Field
 
toHQLString(List, List) - Method in class com.rf1.data.util.GroupBy
 
toHQLString(List, List) - Method in class com.rf1.data.util.Select
 
toHQLString(List, List) - Method in class com.rf1.data.util.Value
Get the string representing the operation to perform and the value and type.
toHQLString(List, List) - Method in class com.rf1.data.util.ValueGroup
 
toQueryString(List, List) - Method in class com.rf1.data.util.Select
 
toString() - Method in class com.rf1.data.util.Class
 
toString(int[]) - Method in class com.rf1.data.util.Class
 
toString() - Method in class com.rf1.data.util.Condition
 
toString() - Method in class com.rf1.data.util.Expression
 
toString() - Method in class com.rf1.data.util.Field
 
toString(int[]) - Method in class com.rf1.data.util.Field
 
toString() - Method in class com.rf1.data.util.GroupBy
 
toString() - Method in class com.rf1.data.util.Join
 
toString(int[]) - Method in class com.rf1.data.util.Join
 
toString(StringBuffer) - Method in class com.rf1.data.util.Operation
 
toString() - Method in class com.rf1.data.util.OrderBy
 
toString() - Method in class com.rf1.data.util.Select
 
toString() - Method in class com.rf1.data.util.Value
Get the string representing the operation to perform and this value.
toString() - Method in class com.rf1.data.util.ValueGroup
 

U

UPPER - Static variable in class com.rf1.data.util.Operation
 
User - class com.rf1.data.gd.User.
Java Class represention of the DB table USERS Created on Jul 15, 2004
updateDatabaseObject(DatabaseObject) - Method in class com.rf1.data.Connection
update an existing DatabaseObject
updateExternalDataObject(ExternalDataObject) - Method in class com.rf1.data.ext.Connection
update an existing ExternalDataObject
updateGenericDictionaryObject(GenericDictionaryObject) - Method in class com.rf1.data.gd.Connection
update an existing GenericDictionaryObject
updateLifeCheckObject(LifeCheckObject) - Method in class com.rf1.data.lifecheck.Connection
update an existing LifeCheckObject
updateSageObject(SageObject) - Method in class com.rf1.data.sage.Connection
update an existing SageObject

V

Value - class com.rf1.data.util.Value.
Wrapper around a value to use in a SQL query Created on Jul 16, 2004
Value(Object, Type) - Constructor for class com.rf1.data.util.Value
Constructor
Value(Object, Type, int) - Constructor for class com.rf1.data.util.Value
Constructor
ValueGroup - class com.rf1.data.util.ValueGroup.
Class the groups many values together.
ValueGroup(Value) - Constructor for class com.rf1.data.util.ValueGroup
Constructor
ValueGroup(Value[]) - Constructor for class com.rf1.data.util.ValueGroup
Constructor

Y

YES_NO - Static variable in class com.rf1.data.util.Value
 

A B C D E F G I J L M N O P Q R S T U V Y

Copyright © 2004-2005 RenaultF1. All Rights Reserved.