Class StaffMenu

java.lang.Object
moblima.boundaries.Menu
moblima.boundaries.StaffMenu

public class StaffMenu extends Menu
The type Staff menu.
  • Method Details

    • getInstance

      public static StaffMenu getInstance()
      Gets instance.
      Returns:
      the instance
    • showMenu

      public void showMenu()
      Description copied from class: Menu
      Show menu.
      Specified by:
      showMenu in class Menu
    • getCurrentStaff

      public int getCurrentStaff()
      Gets current staff.
      Returns:
      the current staff
    • login

      public int login()
      Login int.
      Returns:
      the int
    • register

      public boolean register()
      Register boolean.
      Returns:
      the boolean
    • isAuthenticated

      public boolean isAuthenticated()
      Is authenticated boolean.
      Returns:
      the boolean
    • getStaffMenu

      public LinkedHashMap<String,Runnable> getStaffMenu()
      Gets staff menu.
      Returns:
      the staff menu