Package src.view
Class StaffMovieDetailsView
Object
StaffMovieDetailsView
View for staff to view the list of movies
- Version:
- 1.0
- Author:
- Jonathan Ng
-
Constructor Summary
ConstructorDescriptionStaffMovieDetailsView
(CinemaStaff cinemaStaff) Constructor for StaffMovieDetailsView -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to call printMenu and obtains the index of the movie Passes a movie object to the staffConfigureMovieView upon successful choice selectedvoid
Method to print boiler plate and calls printMovieListvoid
Method to print all the movies available
-
Constructor Details
-
StaffMovieDetailsView
Constructor for StaffMovieDetailsView- Parameters:
cinemaStaff
- is the cinema staff accessing this page
-
-
Method Details
-
printMenu
public void printMenu()Method to print boiler plate and calls printMovieList -
printMovieList
public void printMovieList()Method to print all the movies available -
appContent
public void appContent()Method to call printMenu and obtains the index of the movie Passes a movie object to the staffConfigureMovieView upon successful choice selected
-