org.deltava.commands
Class AbstractTestHistoryCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractTestHistoryCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- ExamCreateCommand, PilotCenterCommand, PromoteCommand, PromotionEligibilityCommand, TestingCenterCommand, TransferRequestCommand
public abstract class AbstractTestHistoryCommand
- extends AbstractCommand
A class to support Web Site Commands use a TestingHistoryHelper object to determine what
examinations/transfers a Pilot is eligible for.
- Since:
- 1.0
- Version:
- 2.7
- Author:
- Luke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTestHistoryCommand
public AbstractTestHistoryCommand()
initTestHistory
protected final TestingHistoryHelper initTestHistory(Person p,
Connection c)
throws DAOException
- Populates the Testing History Helper by calling the proper DAOs in the right order.
- Parameters:
p - the Pilot beanc - the JDBC connection to use
- Throws:
DAOException - if a JDBC error occurs
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.