Index
All Classes and Interfaces|All Packages
G
- Game - Class in com.fyp.tauceti.entity
-
The Game entity maps to the GAME database table
- Game() - Constructor for class com.fyp.tauceti.entity.Game
- Game(String, String, LocalDateTime, SiteUser) - Constructor for class com.fyp.tauceti.entity.Game
- GameController - Class in com.fyp.tauceti.controller
-
Spring Controller for interacting with the GAME database table through web APIs
- GameController(GameRepository) - Constructor for class com.fyp.tauceti.controller.GameController
-
Parameterised Constructor
- GameRepository - Interface in com.fyp.tauceti.repository
-
Repository for generating SQL commands to apply to the GAME database table
- gameStat(UUID) - Method in class com.fyp.tauceti.controller.GameStatController
-
"/game-stats/{id}" endpoint: Accepts GET requests for a specific GameStat record.
- GameStat - Class in com.fyp.tauceti.entity
-
The GameStat entity maps to the GAME_STAT database table
- GameStat() - Constructor for class com.fyp.tauceti.entity.GameStat
- GameStat(Long, Long, Long, Long, Long, Game) - Constructor for class com.fyp.tauceti.entity.GameStat
- GameStatController - Class in com.fyp.tauceti.controller
-
Spring Controller for interacting with the GAME database table through web APIs
- GameStatController(GameStatRepository, GameRepository) - Constructor for class com.fyp.tauceti.controller.GameStatController
-
Parameterised Constructor
- GameStatRepository - Interface in com.fyp.tauceti.repository
-
Repository for generating SQL commands to apply to the GAME_STAT database table
- getDeathCount() - Method in class com.fyp.tauceti.entity.PlayerStat
- getDisplayName() - Method in class com.fyp.tauceti.entity.Player
-
Get the players display name
- getEmail() - Method in class com.fyp.tauceti.entity.SiteUser
- getFirstName() - Method in class com.fyp.tauceti.entity.SiteUser
- getGame() - Method in class com.fyp.tauceti.entity.GameStat
- getGame() - Method in class com.fyp.tauceti.entity.PlayerStat
- getGenre() - Method in class com.fyp.tauceti.entity.Game
- getId() - Method in class com.fyp.tauceti.entity.Game
- getId() - Method in class com.fyp.tauceti.entity.GameStat
- getId() - Method in class com.fyp.tauceti.entity.LoginRecord
- getId() - Method in class com.fyp.tauceti.entity.Player
- getId() - Method in class com.fyp.tauceti.entity.PlayerStat
- getId() - Method in class com.fyp.tauceti.entity.SiteUser
- getKillCount() - Method in class com.fyp.tauceti.entity.PlayerStat
- getKNumber() - Method in class com.fyp.tauceti.entity.SiteUser
- getLastName() - Method in class com.fyp.tauceti.entity.SiteUser
- getLoginTime() - Method in class com.fyp.tauceti.entity.LoginRecord
- getLossCount() - Method in class com.fyp.tauceti.entity.GameStat
- getName() - Method in class com.fyp.tauceti.entity.Game
- getOwner() - Method in class com.fyp.tauceti.entity.Game
- getPassword() - Method in class com.fyp.tauceti.entity.SiteUser
- getPlayer() - Method in class com.fyp.tauceti.entity.PlayerStat
- getRegistrationDate() - Method in class com.fyp.tauceti.entity.Game
- getRegistrationDate() - Method in class com.fyp.tauceti.entity.SiteUser
- getSiteUser() - Method in class com.fyp.tauceti.entity.LoginRecord
- getTotalPlayerCount() - Method in class com.fyp.tauceti.entity.GameStat
- getTotalPlayTime() - Method in class com.fyp.tauceti.entity.GameStat
- getTotalPlayTime() - Method in class com.fyp.tauceti.entity.PlayerStat
- getTotalScore() - Method in class com.fyp.tauceti.entity.PlayerStat
- getTotalSessions() - Method in class com.fyp.tauceti.entity.GameStat
- getTotalSessions() - Method in class com.fyp.tauceti.entity.PlayerStat
- getWinCount() - Method in class com.fyp.tauceti.entity.GameStat
All Classes and Interfaces|All Packages