This file contains the UI layout that user enters TRIPTYPE, DEPATURE and ARRIVAL CITY, DATES OF TRAVEL, and the number of travllers either adults or children or both. Once enter also click SEARCH button.
This file open a new flight activity containing travellers flight options and adds ability to reserve a certain flight.
This file provides an adapter to show the flights list view.
This file provides an interface for reservationForm.
This file open a new activity to show the flight information and then users can reserve the flight.
This class is for getting the city name and code from the database.
This class is for getting a flight table.
This class is to define what info is in the flight.
This class is a handler for presentation layer to search flights with specific conditions.
This class is to get or save reservation information from or into the database.
This class is a handler for presentation layer to search reservation with e-mail.
This class is to deal with the persistence layer for AccessCityCode and SearchHandler.
This class is to setup the database.
This class is to define a citycode array in the stub.
This class is to define flights in the stub.
This class is to define an interface of searching city codes.
This class is to define an interface of searching flights.
This class is to define an interface of searching reservations.
This file is a DAO object to access flights from the database.
This file is a DAO object to access city codes from the database.
This file is a DAO object to access reservation from the database.
The city object.
The citycode object.
The flight object.
The reservation object.
This diagram is subject to change as project evolves.