File: AddCompanyFunction.java
Description: This class is responsible for adding new client
companies to the database
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
File: AddMFunction.java
Description: This class is responsible for adding machine
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
File: AssignOpFunction.java
Description: This class is responsible for assigning operator to machine
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
Date: March 06, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: DeleteUserFunction.java
Description: This class is responsible for deleting the user
and its associated information from all tables
This function is performed by Administrator
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
File: DummyFunction.java
Description: This class gives a page selected by clicking at a menu or submenu link
Date: January 10, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: EditMFunction.java
Description: This class is responsible for eidting/deleting machine
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
Date: March 06, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: HelpFunction.java
Description: This class provides dynamic help info according to user's current position
It also can provides user all the help info in database
Date: January 31, 2001
Copyright (c) 2001 IAAF team, UMass Boston
IAAFController.java
Description: A class to verify user, log event and dispatch user's request to
task-oriented function model
Date: January 18, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: IAAFFunction.java
Description: Supper class for all specific IAAFFunction module
Date: January 18, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: IAAFFuntionFacotry.java
Description: A factory class to generate IAAFFunction object
Date: January 18, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: MachineType.java
Description: This class describes types of scan machines used in IAAF system
Date: February 17, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: NameFormat.java
Description: This class describes image naming formats used in IAAF system
BodySearch generates a single file per scan : ascitext.tif.
Title: PageTemplet.java
Description: parent class of SuperUserPageTemplet, AdminPageTemplet,
OperatorPageTemplet and AnalyserTemplet
prepare a templet of html file.
Title: PanZoomFunction.java
Description: This class represents the action of generating an IAAFImage
object that represents a new view of an existing IAAFImage object.
It takes company id, company name, company address, company
administrator and company administrator level input by the
user and update the required information in the database.
It takes company id, company name, company address, company
administrator and company administrator level input by the
user and delete the required information in the database.
File: QueryBuilder.java
Description: This class is responsible for database connection
Date: January 10, 2001
Copyright (c) 2001 IAAF team, UMass Boston
File: SetAutoDirFunction.java
Description: This class is responsible for setting auto upload directory
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
File: SetMCodeFunction.java
Description: This class is responsible for setting machine code
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().
File: SetupPwFunction.java
Description: This class is responsible for changing the password
It extends the abstract class IAAFFunction and implements its
abstract function performFunction().