Package src.view
Class StaffConfigSettingsView
Object
StaffConfigSettingsView
View for staffs to select which system setting is to be configured
System settings include movie ticket pricings, holidays and movie goer
permissions
- Version:
- 1.0
- Author:
- Jonathan Ng
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to call printMenu and queries the cinema staff on which system setting is to be configured Upon successful choice, cinema staff will be redirected to either StaffConfigPriceView to configure price, StaffConfigHolidayView to configure holidays, StaffConfigPermissionsView to configure movie goer permissionsvoid
Method to print the boiler plate
-
Constructor Details
-
StaffConfigSettingsView
public StaffConfigSettingsView()Constructor
-
-
Method Details
-
printMenu
public void printMenu()Method to print the boiler plate -
appContent
public void appContent()Method to call printMenu and queries the cinema staff on which system setting is to be configured Upon successful choice, cinema staff will be redirected to either StaffConfigPriceView to configure price, StaffConfigHolidayView to configure holidays, StaffConfigPermissionsView to configure movie goer permissions
-