Uses of Class
bcu.cmp5332.bookingsystem.model.FlightBookingSystem
Packages that use FlightBookingSystem
Package
Description
-
Uses of FlightBookingSystem in bcu.cmp5332.bookingsystem.commands
Methods in bcu.cmp5332.bookingsystem.commands with parameters of type FlightBookingSystemModifier and TypeMethodDescriptionvoidAddBooking.execute(FlightBookingSystem flightBookingSystem) Executes the AddBooking command within the provided FlightBookingSystem instance.voidAddCustomer.execute(FlightBookingSystem flightBookingSystem) Executes the AddCustomer command within the provided FlightBookingSystem instance.voidAddFeedback.execute(FlightBookingSystem flightBookingSystem) Executes the AddFeedback command within the provided FlightBookingSystem instance.voidAddFlight.execute(FlightBookingSystem flightBookingSystem) Executes the AddFlight command within the provided FlightBookingSystem instance.voidApplyPromocode.execute(FlightBookingSystem flightBookingSystem) Executes the ApplyPromocode command within the provided FlightBookingSystem instance.voidBookingWithName.execute(FlightBookingSystem flightBookingSystem) voidCancelBooking.execute(FlightBookingSystem flightBookingSystem) Executes the CancelBooking command within the provided FlightBookingSystem instance.voidCommand.execute(FlightBookingSystem flightBookingSystem) Executes the command within the provided FlightBookingSystem instance.voidDeleteCustomer.execute(FlightBookingSystem flightBookingSystem) Executes the delete customer command within the provided FlightBookingSystem instance.voidDeleteFlight.execute(FlightBookingSystem flightBookingSystem) Executes the delete flight command within the provided FlightBookingSystem instance.voidHelp.execute(FlightBookingSystem flightBookingSystem) Executes the help command within the provided FlightBookingSystem instance.voidListCustomer.execute(FlightBookingSystem flightBookingSystem) Executes the list customer command within the provided FlightBookingSystem instance.voidListFlights.execute(FlightBookingSystem flightBookingSystem) Executes the list flights command within the provided FlightBookingSystem instance.voidLoadGUI.execute(FlightBookingSystem flightBookingSystem) Executes the load GUI command within the provided FlightBookingSystem instance.voidShowCustomer.execute(FlightBookingSystem flightBookingSystem) Executes the show customer details command within the provided FlightBookingSystem instance.voidShowFlight.execute(FlightBookingSystem flightBookingSystem) Executes the show flight details command within the provided FlightBookingSystem instance.voidShowFlights.execute(FlightBookingSystem flightBookingSystem) Executes the show flights command within the provided FlightBookingSystem instance.voidUpdateBooking.execute(FlightBookingSystem flightBookingSystem) Executes the update booking command within the provided FlightBookingSystem instance.voidVIPSeatAllocation.execute(FlightBookingSystem flightBookingSystem) Executes the VIPSeatAllocation command within the provided FlightBookingSystem instance. -
Uses of FlightBookingSystem in bcu.cmp5332.bookingsystem.data
Methods in bcu.cmp5332.bookingsystem.data that return FlightBookingSystemModifier and TypeMethodDescriptionstatic FlightBookingSystemFlightBookingSystemData.load()Loads the flight booking system data.Methods in bcu.cmp5332.bookingsystem.data with parameters of type FlightBookingSystemModifier and TypeMethodDescriptionvoidBookingDataManager.loadData(FlightBookingSystem fbs) Loads existing booking data from the bookings data file into the provided FlightBookingSystem instance.voidCustomerDataManager.loadData(FlightBookingSystem fbs) Loads existing customer data from the customers data file into the provided FlightBookingSystem instance.voidDataManager.loadData(FlightBookingSystem fbs) Loads data from a data source into the provided FlightBookingSystem instance.voidFeedbackDataManager.loadData(FlightBookingSystem fbs) Loads existing feedback data from the feedback data file into the provided FlightBookingSystem instance.voidFlightDataManager.loadData(FlightBookingSystem fbs) Loads the flight data from the resource file and populates theFlightBookingSystemwith flight information.static voidFlightBookingSystemData.store(FlightBookingSystem fbs) Stores the flight booking system data.voidBookingDataManager.storeData(FlightBookingSystem fbs) Stores current booking data from the provided FlightBookingSystem instance into the bookings data file.voidCustomerDataManager.storeData(FlightBookingSystem fbs) Stores current customer data from the provided FlightBookingSystem instance into the customers data file.voidDataManager.storeData(FlightBookingSystem fbs) Stores current data from the provided FlightBookingSystem instance into a data source.voidFeedbackDataManager.storeData(FlightBookingSystem fbs) Stores current feedback data from the provided FlightBookingSystem instance into the feedback data file.voidFlightDataManager.storeData(FlightBookingSystem fbs) Stores the flight data from theFlightBookingSystemto the resource file. -
Uses of FlightBookingSystem in bcu.cmp5332.bookingsystem.gui
Methods in bcu.cmp5332.bookingsystem.gui that return FlightBookingSystemConstructors in bcu.cmp5332.bookingsystem.gui with parameters of type FlightBookingSystem