Package src.view

Class StaffConfigSettingsView

Object
StaffConfigSettingsView

public class StaffConfigSettingsView extends Object
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

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    void
    Method to print the boiler plate

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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