Class GetScheduleSearch


public class GetScheduleSearch extends GetSchedule
A Data Access Object to search the Flight Schedule.
Since:
1.0
Version:
11.4
Author:
Luke
  • Constructor Details

    • GetScheduleSearch

      public GetScheduleSearch(Connection c)
      Initializes the Data Access Object.
      Parameters:
      c - the JDBC connection to use
  • Method Details

    • search

      Searches the Schedule database for flights matching particular criteria.
      Parameters:
      ssc - the search criteria. Null properties are ignored.
      Returns:
      a List of ScheduleEntry beans
      Throws:
      DAOException - if a JDBC error occurs