Class UserManager

All Implemented Interfaces:
Base, BaseManager

public class UserManager extends Manager implements BaseManager
A UserManager class that extends Manager and implements BaseManager interface

A UserManager object used to process all User related information

  • Constructor Details

    • UserManager

      public UserManager()
      Constructor for user manager
  • Method Details

    • setManagers

      public void setManagers()
      Method to set the Managers
      Specified by:
      setManagers in interface Base
    • setMasterLists

      public void setMasterLists()
      Method to set Master List
      Specified by:
      setMasterLists in interface BaseManager
    • primeUser

      public void primeUser() throws IOException
      A method to prime User data from file
      Throws:
      IOException - If there's IO error
    • writeUser

      public void writeUser() throws IOException
      A method to write user data to a text file
      Throws:
      IOException - If there's IO error