Index
All Classes and Interfaces|All Packages|Serialized Form
G
- getAllDealByDayOfWeek(String) - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches all deals from the 'deal' table by specific day of the week, according to 'FullDealDetails' view model.
- getAllDealByKeyword(String) - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches all deals from the 'deal' table by specific keyword, according to 'FullDealDetails' view model.
- getAllDealDetailByDealId(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
- getAllDealDetailByPlaceId(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches all deals from the 'deal' table from a specific place, according to 'FullDealDetails' view model.
- getAllDealDetails() - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches all deals from the 'deal' table, according to 'FullDealDetails' view model.
- getAllDeals() - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches all deals from the 'deal' table in the database.
- getAllPlaces() - Method in class com.JesacaLin.GrubGoblin_v13.daos.PlaceDAO
-
Retrieves all Places.
- getAllReviews() - Method in class com.JesacaLin.GrubGoblin_v13.daos.ReviewDAO
-
Retrieves all Reviews.
- getAllReviewsByDealId(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.ReviewDAO
-
Retrieves all Reviews for a specific deal.
- getAllTopRatedDeals() - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches all deals from the 'deal' table if stars rating is 4 or above, according to 'FullDealDetails' view model.
- getAllUsers() - Method in class com.JesacaLin.GrubGoblin_v13.daos.UserDAO
-
Retrieves all Users.
- getDealById(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves a Deal by its ID.
- getDealById(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
-
Fetches a specific deal from the 'deal' table in the database using its ID.
- getFullDealDetails() - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves full details for all Deals.
- getFullDealDetailsByDayOfWeek(String) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves full details for all Deals that occur on a given day of the week.
- getFullDealDetailsByKeyword(String) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves full details for all Deals that match a given keyword.
- getFullDealDetailsFromDealId(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves full details for a Deal by its ID.
- getFullDealDetailsFromPlace(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves full details for all Deals from a given place.
- getFullDealDetailsTopRated() - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
-
Retrieves full details for all top-rated Deals.
- getPlaceById(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.PlaceController
-
Retrieves a Place by its ID.
- getPlaceById(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.PlaceDAO
-
Retrieves a Place by its ID.
- getReviewByDealId(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.ReviewController
-
Retrieves all Reviews for a given deal.
- getReviewById(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.ReviewController
-
Retrieves a Review by its ID.
- getReviewById(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.ReviewDAO
-
Retrieves a Review by its ID.
- getRolesForUser(String) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.UserController
-
Retrieves all roles for a given User.
- getRolesForUser(String) - Method in class com.JesacaLin.GrubGoblin_v13.daos.UserDAO
-
Retrieves all roles for a specific User.
- getUserByUsername(String) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.UserController
-
Retrieves a User by its username.
- getUserByUsername(String) - Method in class com.JesacaLin.GrubGoblin_v13.daos.UserDAO
-
Retrieves a User by its username.
All Classes and Interfaces|All Packages|Serialized Form