Class MovieGoerManager
java.lang.Object
Manager
MovieGoerManager
- All Implemented Interfaces:
Base,BaseManager
A MovieGoer Manager object
A MoviegoerManager object used to process all
MovieGoer related information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to get all MovieGoers from master user listgetUserByID(String userID) Method to get MovieGoer user by UserID from master user listvoidprocess()Method to processvoidMethod to set the ManagersvoidMethod to set Master ListMethods 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
-
MovieGoerManager
public MovieGoerManager()Constructor for MovieGoerManager
-
-
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
-
getUserByID
Method to get MovieGoer user by UserID from master user list- Parameters:
userID- The userID- Returns:
- The MovieGoer
-
getAllMovieGoers
Method to get all MovieGoers from master user list- Returns:
- All the MovieGoer user
-
process
public void process()Method to process
-