- DatabaseFactory - Class in edu.jhu.cs.oose.group14.database
-
A helper factory class for instantiating a Hibernate session
in a static way.
- declineRequest(String) - Method in class edu.jhu.cs.oose.group14.frontend.FriendsController
-
The method used by the user to decline a friend request
- deleteObject(T) - Method in class edu.jhu.cs.oose.group14.database.TerminatorDatabase
-
Tries to delete an object of type T from the database.
- displayAboutPage() - Method in class edu.jhu.cs.oose.group14.frontend.TerminatorIndexController
-
Displays the About page.
- displayAccountInfo(HttpServletRequest, HttpServletResponse) - Method in class edu.jhu.cs.oose.group14.frontend.AccountInformationController
-
Displays the acccount information to the client
- displayGameInfo(Integer, HttpServletRequest, HttpServletResponse) - Method in class edu.jhu.cs.oose.group14.frontend.GameInformationController
-
Creates the page for the game information
- dispute(String) - Method in class edu.jhu.cs.oose.group14.backend.KillListener
-
Disputes the kill.
- disputeKill(ArbitrationRequest) - Method in class edu.jhu.cs.oose.group14.backend.Game
-
Dispute the supposed kill by one player.
- disputeKill(String) - Method in class edu.jhu.cs.oose.group14.backend.users.Player
-
Alerts the server that this player wants to dispute the claim that they
were killed by another player.