Package src.view
Class StaffConfigPermissionsView
Object
StaffConfigPermissionsView
View for cinema staffs to configure movie goer's permissions to view top 5
movies
- Version:
- 1.0
- Author:
- Jonathan Ng
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to call printMenu Upon successful choice, optInOut under CinemaStaffManager will be called and the movieGoer's permissions will be updated and saved into the databasevoid
Method to print boiler plate
-
Constructor Details
-
StaffConfigPermissionsView
public StaffConfigPermissionsView()Constructor
-
-
Method Details
-
printMenu
public void printMenu()Method to print boiler plate -
appContent
public void appContent()Method to call printMenu Upon successful choice, optInOut under CinemaStaffManager will be called and the movieGoer's permissions will be updated and saved into the database
-