Index

A B C D E G I J L M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

G

getAddress() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets address.
getAllMenuByRestaurant(int) - Method in class com.jdbc.database.DB2024TEAM07_MenuDAO
Retrieves all menu names and corresponding IDs for a specific restaurant.
getAllRestaurants() - Method in class com.jdbc.database.DB2024TEAM07_RestaurantDAO
Retrieves all restaurants from the database and returns a list containing basic information for each restaurant.
getAllUsers() - Method in class com.jdbc.database.DB2024TEAM07_UserDAO
 
getAvg(int) - Method in class com.jdbc.database.DB2024TEAM07_RatingDAO
Calculates and returns the average rating for a specific restaurant.
getBreak_time() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets break time.
getConnection() - Method in class com.jdbc.database.DB2024TEAM07_Database
Provides access to the established database connection.
getCount() - Method in class com.jdbc.database.DB2024TEAM07_ReviewDAO
Retrieves the total number of reviews in the database.
getCount() - Static method in class com.manager.DB2024TEAM07_ReviewManager
Retrieves the total number of reviews in the database.
getCuisine_type() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets cuisine type.
getEmail() - Method in class com.jdbc.model.DB2024TEAM07_User
Gets email.
getEmail() - Method in class com.jdbc.model.DB2024TEAM07_UserReview
Gets email.
getEmail() - Method in class com.jdbc.view.DB2024TEAM07_UserVO
Getter method for the user email.
getInstance() - Static method in class com.jdbc.database.DB2024TEAM07_Database
Returns the single instance of the DB2024TEAM07_Database object.
getLocation() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets location.
getLocation() - Method in class com.jdbc.model.DB2024TEAM07_User
Gets location.
getMenu_id() - Method in class com.jdbc.model.DB2024TEAM07_Menu
Gets menu id.
getMenu_name() - Method in class com.jdbc.model.DB2024TEAM07_Menu
Gets menu name.
getName() - Method in class com.jdbc.model.DB2024TEAM07_User
Gets name.
getName() - Method in class com.jdbc.model.DB2024TEAM07_UserReview
Gets name.
getName() - Method in class com.jdbc.view.DB2024TEAM07_UserVO
Getter method for the user name.
getOperating_hours() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets operating hours.
getOtherUser(String) - Method in class com.jdbc.database.DB2024TEAM07_UserDAO
Retrieves the information of another user.
getPhone_num() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets phone num.
getPrice() - Method in class com.jdbc.model.DB2024TEAM07_Menu
Gets price.
getRandomRestaurant() - Static method in class com.jdbc.database.DB2024TEAM07_RestaurantDAO
Retrieves a random restaurant from the database.
getRating() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets rating.
getRating() - Method in class com.jdbc.model.DB2024TEAM07_Review
Gets rating.
getRating() - Method in class com.jdbc.model.DB2024TEAM07_UserReview
Gets rating.
getRating() - Method in class com.jdbc.view.DB2024TEAM07_ResReviewVO
Getter method for the rating.
getRes_id() - Method in class com.jdbc.model.DB2024TEAM07_Menu
Gets res id.
getRes_id() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets res id.
getRes_name() - Method in class com.jdbc.model.DB2024TEAM07_Restaurant
Gets res name.
getRes_name() - Method in class com.jdbc.view.DB2024TEAM07_ResReviewVO
Getter method for the restaurant name.
getResCount(int) - Method in class com.jdbc.database.DB2024TEAM07_ReviewDAO
Retrieves the total number of reviews for a specific restaurant.
getResCount(Scanner) - Static method in class com.manager.DB2024TEAM07_ReviewManager
Retrieves the total number of reviews for a specific restaurant.
getResIdForReview(Connection, int) - Static method in class com.manager.DB2024TEAM07_ReviewManager
Helper method to retrieve the restaurant ID associated with a review from the database.
getResReview(int, int) - Method in class com.jdbc.database.DB2024TEAM07_ReviewDAO
Retrieves a paginated list of reviews for a specific restaurant, ordered by review ID in descending order.
getResReview(Scanner) - Static method in class com.manager.DB2024TEAM07_ReviewManager
Retrieves a page of reviews for a specific restaurant from the database.
getReview(int) - Method in class com.jdbc.database.DB2024TEAM07_ReviewDAO
Retrieves a paginated list of reviews from the database, ordered by review ID in descending order.
getReview(Scanner) - Static method in class com.manager.DB2024TEAM07_ReviewManager
Retrieves a page of reviews from the database.
getReview_content() - Method in class com.jdbc.model.DB2024TEAM07_Review
Gets review content.
getReview_content() - Method in class com.jdbc.model.DB2024TEAM07_UserReview
Gets review content.
getReview_content() - Method in class com.jdbc.view.DB2024TEAM07_ResReviewVO
Getter method for the review content.
getReview_id() - Method in class com.jdbc.model.DB2024TEAM07_Review
Gets review id.
getReview_id() - Method in class com.jdbc.model.DB2024TEAM07_UserReview
Gets review id.
getReview_id() - Method in class com.jdbc.view.DB2024TEAM07_ResReviewVO
Getter method for the review ID.
getStudent_id() - Method in class com.jdbc.model.DB2024TEAM07_User
Gets student id.
getUser(String) - Method in class com.jdbc.database.DB2024TEAM07_UserDAO
Retrieves the information of the logged-in user.
getUser_id() - Method in class com.jdbc.model.DB2024TEAM07_Review
Gets user id.
getUser_id() - Method in class com.jdbc.model.DB2024TEAM07_User
Gets user id.
getUser_id() - Method in class com.jdbc.model.DB2024TEAM07_UserReview
Gets user id.
getUser_id() - Method in class com.jdbc.view.DB2024TEAM07_ResReviewVO
Getter method for the user ID.
getUser_id() - Method in class com.jdbc.view.DB2024TEAM07_UserVO
Getter method for the user ID.
getUser_pw() - Method in class com.jdbc.model.DB2024TEAM07_User
Gets user pw.
getUserCount(String) - Method in class com.jdbc.database.DB2024TEAM07_ReviewDAO
Retrieves the total number of reviews for a specific user.
getUserCount(Scanner) - Static method in class com.manager.DB2024TEAM07_ReviewManager
Retrieves the total number of reviews for a specific user.
getUserReview(int, String) - Method in class com.jdbc.database.DB2024TEAM07_ReviewDAO
Retrieves a paginated list of reviews for a specific user, ordered by review ID in descending order.
getUserReview(Scanner) - Static method in class com.manager.DB2024TEAM07_ReviewManager
Retrieves a page of reviews for a specific user from the database.
A B C D E G I J L M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values