Uses of Interface
bcu.cmp5332.bookingsystem.commands.Command
Packages that use Command
-
Uses of Command in bcu.cmp5332.bookingsystem.commands
Classes in bcu.cmp5332.bookingsystem.commands that implement CommandModifier and TypeClassDescriptionclassThe AddBooking class represents a command to add a booking to the flight booking system.classThe AddCustomer class represents a command to add a new customer to the flight booking system.classThe AddFeedback class represents a command to add feedback to a booking in the flight booking system.classThe AddFlight class represents a command to add a new flight to the flight booking system.classThe ApplyPromocode class represents a command to apply a promotional code to a flight in the flight booking system.classclassThe CancelBooking class represents a command to cancel a booking for a specific customer on a specific flight.classThe DeleteCustomer class represents a command to delete a customer from the flight booking system.classThe DeleteFlight class represents a command to delete a flight from the flight booking system.classThe Help class represents a command to print the help message of available commands in the flight booking system.classThe ListCustomer class represents a command to list all customers in the flight booking system.classThe ListFlights class represents a command to list all flights in the flight booking system.classThe LoadGUI class represents a command to load the graphical user interface (GUI) for the Flight Booking System.classThe ShowCustomer class represents a command to display details of a specific customer.classThe ShowFlight class represents a command to display detailed information about a specific flight.classThe ShowFlights class represents a command to display a list of flights with their short details.classThe UpdateBooking class represents a command to update an existing booking's flight number and booking date within a Flight Booking System.classThe VIPSeatAllocation class represents a command to allocate a VIP seat to a specific customer on a specific flight, even if the flight is fully booked. -
Uses of Command in bcu.cmp5332.bookingsystem.main
Methods in bcu.cmp5332.bookingsystem.main that return Command