Class GetScheduleSearch
java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.GetSchedule
org.deltava.dao.GetScheduleSearch
A Data Access Object to search the Flight Schedule.
- Since:
- 1.0
- Version:
- 11.4
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.DAO
_queryMax, _queryStart, _queryTimeout, WGS84_SRID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSearches the Schedule database for flights matching particular criteria.Methods inherited from class org.deltava.dao.GetSchedule
execute, export, get, get, getAcademyAirports, getAirlines, getFlightNumber, getFlightNumber, getFlights, getFlights, getFlightTime, getRoutePairs, setSources
Methods inherited from class org.deltava.dao.DAO
commitTransaction, createTimestamp, executeIDs, executeUpdate, executeUpdate, expandDate, formatDBName, formatLocation, getNewID, getQueryCount, prepare, prepareWithoutLimits, rollbackTransaction, setQueryMax, setQueryStart, setQueryTimeout, startTransaction, toID, toID, toInstant
-
Constructor Details
-
GetScheduleSearch
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
-