Class UserManager
java.lang.Object
Manager
UserManager
- All Implemented Interfaces:
Base,BaseManager
A UserManager class that extends Manager and implements BaseManager interface
A UserManager object used to process all
User related information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidA method to prime User data from filevoidMethod to set the ManagersvoidMethod to set Master ListvoidA method to write user data to a text fileMethods inherited from class Manager
getCentralManager, setCentralManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Base
getCentralManager, setCentralManager
-
Constructor Details
-
UserManager
public UserManager()Constructor for user manager
-
-
Method Details
-
setManagers
public void setManagers()Method to set the Managers- Specified by:
setManagersin interfaceBase
-
setMasterLists
public void setMasterLists()Method to set Master List- Specified by:
setMasterListsin interfaceBaseManager
-
primeUser
A method to prime User data from file- Throws:
IOException- If there's IO error
-
writeUser
A method to write user data to a text file- Throws:
IOException- If there's IO error
-