Index

A C D F G L M N P S T 
All Classes and Interfaces|All Packages

P

Player - Class in com.fyp.tauceti.entity
The Player entity maps to the PLAYER database table
Player() - Constructor for class com.fyp.tauceti.entity.Player
Default constructor
Player(Long, String) - Constructor for class com.fyp.tauceti.entity.Player
Parameterised constructor
PlayerController - Class in com.fyp.tauceti.controller
Spring Controller for interacting with the PLAYER database table through web APIs
PlayerController(PlayerRepository) - Constructor for class com.fyp.tauceti.controller.PlayerController
Paramaterised Constructor
PlayerRepository - Interface in com.fyp.tauceti.repository
Repository for generating SQL commands to apply to the PLAYER database table
PlayerStat - Class in com.fyp.tauceti.entity
The PlayerStat entity maps to the PLAYER_STAT database table
PlayerStat() - Constructor for class com.fyp.tauceti.entity.PlayerStat
 
PlayerStat(Game, Long, Long, Long, Long, Long) - Constructor for class com.fyp.tauceti.entity.PlayerStat
 
PlayerStatController - Class in com.fyp.tauceti.controller
Spring Controller for interacting with the PLAYER_STAT database table through web APIs
PlayerStatController(PlayerStatRepository, PlayerRepository, GameRepository) - Constructor for class com.fyp.tauceti.controller.PlayerStatController
Paramterised Constructor
PlayerStatRepository - Interface in com.fyp.tauceti.repository
Repository for generating SQL commands to apply to the PLAYER_STAT database table
playerStats(UUID, String) - Method in class com.fyp.tauceti.controller.PlayerStatController
"/player-stats/{gameId}/{playerTag}" endpoing: Accepts GET requests for a single PlayerStat record
A C D F G L M N P S T 
All Classes and Interfaces|All Packages