Package src.view

Class StaffMovieDetailsView

Object
StaffMovieDetailsView

public class StaffMovieDetailsView extends Object
View for staff to view the list of movies
Version:
1.0
Author:
Jonathan Ng
  • Constructor Details

    • StaffMovieDetailsView

      public StaffMovieDetailsView(CinemaStaff cinemaStaff)
      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