Package src.view

Class StaffMovieListRankingView

Object
MainView
StaffMovieListRankingView

public class StaffMovieListRankingView extends MainView
View for cinema staffs to view the top five ranked movies based on ticket sales or overall review ratings
Version:
1.0
Author:
Jonathan Ng
  • Constructor Details

    • StaffMovieListRankingView

      public StaffMovieListRankingView()
      Constructor for StaffMovieListRankingView
  • Method Details

    • printMenu

      public void printMenu()
      Method to print boiler plate
      Specified by:
      printMenu in class MainView
    • printTop5

      public void printTop5(int choice)
      Method to print top five movies for cinema staff based on either ticket sales or overall review ratings
      Parameters:
      choice - choice made by cinema staff whether to view rank by ticket sales or overall ratings
    • appContent

      public void appContent()
      Method to get cinema staff's choice and to call printTop5 method
      Specified by:
      appContent in class MainView