Index

A C D F G L M P R T U 
All Classes and Interfaces|All Packages|Serialized Form

D

DaoException - Exception Class in com.JesacaLin.GrubGoblin_v13.exception
This exception is thrown when there is an error in the data access layer.
DaoException() - Constructor for exception class com.JesacaLin.GrubGoblin_v13.exception.DaoException
Constructs a new DaoException with null as its detail message.
DaoException(String) - Constructor for exception class com.JesacaLin.GrubGoblin_v13.exception.DaoException
Constructs a new DaoException with the specified detail message.
DaoException(String, Exception) - Constructor for exception class com.JesacaLin.GrubGoblin_v13.exception.DaoException
Constructs a new DaoException with the specified detail message and cause.
Deal - Class in com.JesacaLin.GrubGoblin_v13.models
Represents a deal offered by a place.
Deal() - Constructor for class com.JesacaLin.GrubGoblin_v13.models.Deal
 
DealController - Class in com.JesacaLin.GrubGoblin_v13.controllers
Controller for managing Deal entities.
DealController(DealDAO) - Constructor for class com.JesacaLin.GrubGoblin_v13.controllers.DealController
Constructs a new DealController with the given DealDAO.
DealDAO - Class in com.JesacaLin.GrubGoblin_v13.daos
Class is a Data Access Object (DAO) for dealing with the 'deal' table in the GrubGoblin v1.3 PostgreSQL database.
DealDAO(DataSource) - Constructor for class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
 
deleteDeal(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.DealController
Deletes a Deal by its ID.
deleteDealById(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.DealDAO
Deletes an existing deal in the 'deals' table in the database.
deletePlaceById(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.PlaceDAO
Deletes a Place by its ID.
deleteReview(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.ReviewController
Deletes a Review by its ID.
deleteReviewById(int) - Method in class com.JesacaLin.GrubGoblin_v13.daos.ReviewDAO
Deletes a Review by its ID.
deleteUser(int) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.PlaceController
Deletes a Place by its ID.
deleteUser(String) - Method in class com.JesacaLin.GrubGoblin_v13.controllers.UserController
Deletes a User by its username.
deleteUser(String) - Method in class com.JesacaLin.GrubGoblin_v13.daos.UserDAO
Deletes a User by its username.
A C D F G L M P R T U 
All Classes and Interfaces|All Packages|Serialized Form