Class ManageStaffPage

java.lang.Object
Common.UserInterface
UI.AccountManagementPages.ManageStaffPage

public class ManageStaffPage extends UserInterface
Represents the staff management page in the user interface. Provides functionalities to add, remove, edit, and display staff details.
  • Constructor Details

    • ManageStaffPage

      public ManageStaffPage(StaffManager staffManager)
      Constructs a new instance of the ManageStaffPage with the specified StaffManager.
      Parameters:
      staffManager - the staff manager responsible for handling staff data.
  • Method Details

    • displayOptions

      public void displayOptions()
      Displays the main menu options for managing staff and handles user input.