org.deltava.dao.file
Class GetSchedule
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.ScheduleLoadDAO
org.deltava.dao.file.GetSchedule
public class GetSchedule
- extends ScheduleLoadDAO
A Data Access Object to load an exported Flight Schedule.
- Since:
- 1.0
- Version:
- 2.3
- Author:
- Luke
| Methods inherited from class org.deltava.dao.file.ScheduleLoadDAO |
getEquipmentType, getErrorMessages, getInvalidAirlines, getInvalidAirports, getInvalidEQ, getUnservedAirports, setAircraft, setAirlines, setPartners, updateCodeshares, validateAirports |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetSchedule
public GetSchedule(InputStream is)
- Initializes the Data Access Object.
- Parameters:
is - the input stream to read
process
public Collection<ScheduleEntry> process()
throws DAOException
- Loads the Schedule Entries.
- Specified by:
process in class ScheduleLoadDAO
- Returns:
- a Collection of ScheduleEntry beans
- Throws:
DAOException - if an I/O error occurs
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.