Class MovieGoerManager

java.lang.Object
Manager
MovieGoerManager
All Implemented Interfaces:
Base, BaseManager

public class MovieGoerManager extends Manager implements BaseManager
A MovieGoer Manager object

A MoviegoerManager object used to process all MovieGoer related information

  • Constructor Details

    • MovieGoerManager

      public MovieGoerManager()
      Constructor for MovieGoerManager
  • 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
    • getUserByID

      public MovieGoerEY getUserByID(String userID)
      Method to get MovieGoer user by UserID from master user list
      Parameters:
      userID - The userID
      Returns:
      The MovieGoer
    • getAllMovieGoers

      public ArrayList<MovieGoerEY> getAllMovieGoers()
      Method to get all MovieGoers from master user list
      Returns:
      All the MovieGoer user
    • process

      public void process()
      Method to process