Index

A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Serialized Form

G

G - Enum constant in enum class MovieRatingEN
MovieRating G
getAge() - Method in class MovieGoerEY
method to get the age of the movie goer
getAgeType() - Method in class MovieGoerEY
method to get age type of the movie goer
getAllBookings(String) - Method in class BookingManager
Method to return all the bookings made by a particular user
getAllMovieGoers() - Method in class MovieGoerManager
Method to get all MovieGoers from master user list
getAllMovies() - Method in class MovieManager
Method to get all movies
getAvgRating(String) - Method in class ReviewManager
Method to get average rating for a movie
getBookingAmount() - Method in class BookingEY
The method returns the total price of the tickets
getBookingBoundary() - Method in class CentralManagerEY
Method to get the object of BookingBoundary
getBookingByID(String) - Method in class BookingManager
Method to get the booking using booking ID
getBookingID() - Method in class BookingEY
The method get the Booking ID
getBookingMgr() - Method in class CentralManagerEY
Method to get the current object of BookingManager
getBookings() - Method in class MovieGoerEY
method to get the bookings of the movie goer
getBooleanScreenType() - Method in class ScreenEY
Method to check if its the same screen type
getBoolType() - Method in class MovieEY
Get method for the type of the movie in boolean
getCast() - Method in class MovieEY
Get method for the cast of the movie
getCast(char) - Method in class MovieBoundary
Method to get cast details from user
getCentralManager() - Method in interface Base
Method to get the central manager
getCentralManager() - Method in class Boundary
Method to get CentralManagerEY object
getCentralManager() - Method in class Manager
Method to get the central manager
getCinemaID() - Method in class BookingEY
The method returns the Cinema ID
getCineplex() - Method in class ScreenBoundary
Method to get cineplex name from user
getCineplexBoundary() - Method in class CentralManagerEY
Method to get the object of CineplexBoundary
getCineplexByID(String) - Method in class CineplexManager
Method to return cineplex by cineplexID
getCineplexByName(String) - Method in class CineplexManager
Method to search for cineplex by name
getCineplexChoice() - Method in class BookingBoundary
Method to select the cineplex of choice
getCineplexID() - Method in class CineplexEY
Get method for returning the Cineplex ID
getCineplexID() - Method in class ShowEY
Method to get the cineplexID
getCineplexMenuChoice() - Method in class CineplexBoundary
Method to ask for user input for accessing menu of cineplexes
getCineplexMgr() - Method in class CentralManagerEY
Method to get the current object of CineplexManager
getCineplexScreenByName(CineplexEY, String) - Method in class ScreenManager
Method to get cineplex screen by name
getCurrentlyShowing() - Method in class MovieBoundary
Method to implement flag to view currently showing movies only
getCurrentMovies() - Method in class MovieManager
Method to get current movies that have SHOWING/PREVIEW status
getCurrentMoviesLines() - Method in class MovieManager
Method to get list of movies that have SHOWING/PREVIEW status
getDataFolder() - Method in class CentralManagerEY
Method to get new data folder
getDate() - Method in class BookingEY
The method returns the date
getDate() - Method in class TicketEY
Method to get date
getDayType() - Method in class TicketPrice
Method to get the day type
getDayType() - Method in class TicketPriceBoundary
Method to get day type from user
getDetails(char) - Method in class MovieBoundary
Method to get movie update/add details details
getDirector() - Method in class MovieEY
Get method for the director of the movie
getDirector(char) - Method in class MovieBoundary
Method to get director from the user
getDouble(String) - Method in class Input
Method to display a message and ask for double input
getEmailID() - Method in class MovieGoerEY
method to get email ID
getEmptySeats() - Method in class ShowEY
Method to get number of empty seats
getHolidayBoundary() - Method in class CentralManagerEY
Method to get the object of HolidayBoundary
getHolidayDate() - Method in class HolidayBoundary
Method to ask user to input holiday date
getHolidayMenuChoice() - Method in class HolidayBoundary
Method to display holiday menu and ask for user input for choice
getHolidayMgr() - Method in class CentralManagerEY
Method to get the current object of HolidayManager
getInputDouble(String) - Method in class Boundary
Method to print a message and ask for user input
getInputInt(String) - Method in class Boundary
Method to print a message and ask for user input
getInputLine(String) - Method in class Boundary
Method to print a message and ask for user input
getInstance() - Static method in class StaffApp
Method to get the instance of staff App object
getInt(String) - Method in class Input
Method to display a message and ask for integer input
getIoManager() - Method in class CentralManagerEY
Method to get the current object of IoManager
getLanguage() - Method in class MovieEY
Get method for the spoken language in the movie
getLanguage(char) - Method in class MovieBoundary
Method to update movie language from user
getLine(String) - Method in class Input
Method to display a message and ask for String input
getListByMovieID(String) - Method in class ReviewManager
Method to get review list by movieID
getListByUserID(String) - Method in class ReviewManager
Method to get review list by userID
getListOfSeats(BookingEY) - Method in class BookingManager
Method to get the list of seats booked
getLocation() - Method in class CineplexEY
Get method for returning the location of the cineplex
getLocation(String) - Method in class CineplexBoundary
Method to ask for location of a particular cineplex from the user
getMainMenuChoice() - Method in class StaffBoundary
Method to print main menu and get main menu choice
getMasterBookings() - Method in class CentralManagerEY
Method to get master array list of bookings
getMasterCineplexes() - Method in class CentralManagerEY
Method to get master array list of cineplexes
getMasterHolidays() - Method in class CentralManagerEY
Method to get master array list of holidays
getMasterList(String) - Method in class Boundary
Method to return a particular master list
getMasterMovieGoers() - Method in class CentralManagerEY
Method to get master array list of movie goers
getMasterMovies() - Method in class CentralManagerEY
Method to get master array list of movies
getMasterRatings() - Method in class CentralManagerEY
Method to get master array list of ratings
getMasterScreens() - Method in class CentralManagerEY
Method to get master array list of screens
getMasterShows() - Method in class CentralManagerEY
Method to get master array list of shows
getMasterTicketPrices() - Method in class CentralManagerEY
Method to get master array list of ticket prices
getMasterUsers() - Method in class CentralManagerEY
Method to get master array list of users
getMobileNumber() - Method in class MovieGoerEY
method to get the mobile number of the movie goer
getMovie() - Method in class ShowEY
Method to get the MovieEY object
getMovieBoundary() - Method in class CentralManagerEY
Method to get the object of MovieBoundary
getMovieByID(String) - Method in class MovieManager
Method to get movie object by movieID
getMovieByName(String) - Method in class MovieManager
Method to get movie object by name
getMovieChoice() - Method in class BookingBoundary
Method to view movie details or select a movie to book
getMovieGoerAge() - Method in class TicketPrice
Method to get the movie goer age group
getMovieGoerAge() - Method in class TicketPriceBoundary
Method to get movie goer age group from user
getMovieGoerBoundary() - Method in class CentralManagerEY
Method to set get MovieGoerBoundary object
getMovieGoerMenuChoice() - Method in class MovieGoerBoundary
Method to display menu and get MovieGoer choice
getMovieGoerMgr() - Method in class CentralManagerEY
Method to get the current object of MovieGoerManager
getMovieId() - Method in class ReviewE
Get method for the Movie ID
getMovieId() - Method in class ReviewEY
Get method for the Movie ID
getMovieID() - Method in class BookingEY
The method to get the Movie ID
getMovieID() - Method in class MovieEY
Get method for the ID of the movie
getMovieID() - Method in class ShowEY
Method to get the movieID
getMovieID() - Method in class TicketEY
Method to get the movieID
getMovieIDFromCurrentShowingIDX(Integer) - Method in class MovieManager
Method to get movieID from movies that are SHOWING/PREVIEW
getMovieMenuChoice() - Method in class MovieBoundary
Method to display user menu and get user selection
getMovieMgr() - Method in class CentralManagerEY
Method to get the current object of MovieManager
getMovieName() - Method in class MovieBoundary
Method to get movie name from user
getMoviePartName() - Method in class MovieBoundary
method to get partial or full movie name from user
getMovieRating() - Method in class MovieEY
Get method for the rating of the movie
getMovieRating(char) - Method in class MovieBoundary
Method to get movie restriction rating from user
getMovieRatings(MovieEY) - Method in class ReviewManager
Method to get movie ratings from review objects based on movie rating ID
getMovieType() - Method in class MovieEY
get method to get the movie type
getMovieType() - Method in class TicketPrice
Method to get the type of movie
getMovieType() - Method in class TicketPriceBoundary
Method to get movie type from user
getMovieType(char) - Method in class MovieBoundary
Method get movie type from user
getName() - Method in class CineplexBoundary
Method to ask for name of the cineplex
getName() - Method in class CineplexEY
Get method for returning the name of the cineplex
getName() - Method in class MovieEY
Get method for the name of the movie
getNumberOfRows() - Method in class ScreenBoundary
Method to get number of rows from user
getNumberOfRows() - Method in class ScreenEY
Method to get number of rows
getNumberOfRows() - Method in class ShowEY
Method to get number of rows
getNumberOfSeats() - Method in class ScreenEY
Method to get the number of seats
getNumTickets() - Method in class BookingBoundary
Method get total number of tickets to buy
getPassword() - Method in class Staff
Method to get Staff password
getPrice() - Method in class TicketEY
Method to get price
getPrice() - Method in class TicketPrice
Method to get ticket price
getPrice() - Method in class TicketPriceBoundary
Method to get ticket price from user
getRating() - Method in class ReviewE
Get method for the Rating given
getRating() - Method in class ReviewEY
Get method for the Rating given
getReview() - Method in class ReviewE
Get method for the review given
getReview() - Method in class ReviewEY
Get method for the review given
getReviewBoundary() - Method in class CentralManagerEY
Method to get the object of ReviewBoundary
getReviewMgr() - Method in class CentralManagerEY
Method to get the current object of ReviewManager
getScale(String) - Method in class ReviewBoundary
Method to get movie rating scale
getScanner() - Method in class Boundary
Method to return the scanner object
getScreen() - Method in class ScreenBoundary
Method to get screen name from user
getScreen() - Method in class ShowEY
Method to get the screen object
getScreenBoundary() - Method in class CentralManagerEY
Method to get the object of ScreenBoundary
getScreenByID(String) - Method in class ScreenManager
Method to get screenID
getScreenClass() - Method in class ScreenBoundary
Method to get screen class from user
getScreenClass() - Method in class ScreenEY
Method to get screen class
getScreenClass() - Method in class TicketPrice
Method to get the screen class type
getScreenClass() - Method in class TicketPriceBoundary
Method to get Screen Class from user
getScreenID() - Method in class BookingEY
The method to get the Screen ID
getScreenID() - Method in class CineplexEY
Get method for returning the screen ID
getScreenID() - Method in class ScreenEY
Method to get screenID
getScreenID() - Method in class ShowEY
Method to get the screenID
getScreenID() - Method in class TicketEY
Method to get screenID
getScreenMenuChoice() - Method in class ScreenBoundary
Method to get choice from screen menu
getScreenMgr() - Method in class CentralManagerEY
Method to get the current object of ScreenManager
getScreenName() - Method in class ScreenEY
Method to get screen name
getScreenNameByID(String) - Method in class ScreenManager
Method to get screen name by screenID
getScreenNames() - Method in class CineplexEY
Method for returning the arraylist of all the screens in the current cineplex
getScreenType() - Method in class ScreenEY
Method to get screen type
getSeatId() - Method in class TicketEY
Method to get seatID
getSeatID() - Method in class SeatEY
Method to get seatID
getSeatLayout() - Method in class ScreenEY
Method to get seat layout
getSeatLayout() - Method in class ShowEY
Method to get the seat layout
getSeatNumber() - Method in class SeatEY
Method to get seat number
getSeatPerRow() - Method in class ScreenBoundary
Method to get number of seat per row from user
getSeatRow() - Method in class SeatEY
Method to get seat row
getSeatsPerRow() - Method in class ScreenEY
Method to get the number of seats per row
getSeatsPerRow() - Method in class ShowEY
Method to get the number of seats per row
getSeatType() - Method in class SeatEY
Method to get seat type
getShowBoundary() - Method in class CentralManagerEY
Method to get the object of ShowBoundary
getShowDate() - Method in class ShowEY
Method to get the show date
getShowDate(String, String) - Method in class BookingBoundary
Method to get show date from user
getShowDateForMovieAtCineplex(String, String) - Method in class ShowManager
Method to get show date for a movie at A cineplex
getShowID() - Method in class ShowEY
Method to get the showID
getShowIDFromShowDateIDX(String, String, int) - Method in class ShowManager
Method to get showID from show date
getShowIDFromShowTimeIDX(String, String, String, int) - Method in class ShowManager
Method to get showID from show time index
getShowMenuChoice() - Method in class ShowBoundary
Method to display menu and get user choice
getShowMgr() - Method in class CentralManagerEY
Method to get the current object of ShowManager
getShowSeats() - Method in class ShowEY
Method to get show seats
getShowStatus() - Method in class MovieEY
Get method for the current status of the movie
getShowStatus(char) - Method in class MovieBoundary
Method to get show status from user
getShowTime() - Method in class ShowEY
Method to get the show time
getShowTime(String, String, String) - Method in class BookingBoundary
Method to get show time from user
getShowTimeForMovieAtCineplex(String, String, String) - Method in class ShowManager
Method to get show time for a movie at a cineplex
getStaffBoundary() - Method in class CentralManagerEY
Method to get the object of StaffBoundary
getSynopsis() - Method in class MovieEY
Get method for the description of the movie
getSynopsis(char) - Method in class MovieBoundary
Method to get the movie synopsis from the user
getTicketPrice(String, String, String, String) - Method in class TicketPriceManager
Method to get ticket price
getTicketPriceBoundary() - Method in class CentralManagerEY
Method to get the object of TicketPriceBoundary
getTicketPriceMenuChoice() - Method in class TicketPriceBoundary
Method to obtain user choice from a printed menu *
getTicketPriceMgr() - Method in class CentralManagerEY
Method to get the current object of TicketPriceManager
getTickets() - Method in class BookingEY
The method returns the all the tickets bought
getTime() - Method in class BookingEY
The method returns the time
getTime() - Method in class TicketEY
Method to get time
getTop5Movies() - Method in class BookingManager
Method to get top 5 movies based on sales
getTop5RakingMoviesByOverallReviews() - Method in class StaffApp
method to get top 5 ranking movies by overall reviews
getTop5RankingMoviesByTicketSales() - Method in class StaffApp
method to top 5 movies by ticket sales
getType() - Method in class MovieEY
Get method for the type of the movie
getUserByID(String) - Method in class MovieGoerManager
Method to get MovieGoer user by UserID from master user list
getUserId() - Method in class ReviewE
Get method for the User ID
getUserId() - Method in class ReviewEY
Get method for the User ID
getUserID() - Method in class BookingEY
The method to get the User ID
getUserID() - Method in class TicketEY
Method to get the userID
getUserID() - Method in class User
Method to get the user ID
getUserMgr() - Method in class CentralManagerEY
Method to get the current object of UserManager
getUserName() - Method in class User
Method to get user name
getUserType() - Method in class User
Method to get user type
getViewerRatingId() - Method in class ReviewE
Get method for the viewerRating ID
getViewerRatingId() - Method in class ReviewEY
Get method for the viewerRating ID
getViewerRatingsID() - Method in class MovieEY
Get method for the ratingsID of the movie
getWeekend(String) - Method in class HolidayManager
Method to check if the date is a weekend
A B C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Serialized Form