Index
All Classes and Interfaces|All Packages
S
- setDeathCount(Long) - Method in class com.fyp.tauceti.entity.PlayerStat
- setDisplayName(String) - Method in class com.fyp.tauceti.entity.Player
-
Set the players display name
- setEmail(String) - Method in class com.fyp.tauceti.entity.SiteUser
- setFirstName(String) - Method in class com.fyp.tauceti.entity.SiteUser
- setGame(Game) - Method in class com.fyp.tauceti.entity.GameStat
- setGame(Game) - Method in class com.fyp.tauceti.entity.PlayerStat
- setGenre(String) - Method in class com.fyp.tauceti.entity.Game
- setId(Long) - Method in class com.fyp.tauceti.entity.GameStat
- setId(Long) - Method in class com.fyp.tauceti.entity.LoginRecord
- setId(Long) - Method in class com.fyp.tauceti.entity.Player
- setId(Long) - Method in class com.fyp.tauceti.entity.PlayerStat
- setId(Long) - Method in class com.fyp.tauceti.entity.SiteUser
- setId(UUID) - Method in class com.fyp.tauceti.entity.Game
- setKillCount(Long) - Method in class com.fyp.tauceti.entity.PlayerStat
- setKNumber(String) - Method in class com.fyp.tauceti.entity.SiteUser
- setLastName(String) - Method in class com.fyp.tauceti.entity.SiteUser
- setLoginTime(LocalDateTime) - Method in class com.fyp.tauceti.entity.LoginRecord
- setLossCount(long) - Method in class com.fyp.tauceti.entity.GameStat
- setName(String) - Method in class com.fyp.tauceti.entity.Game
- setOwner(SiteUser) - Method in class com.fyp.tauceti.entity.Game
- setPassword(String) - Method in class com.fyp.tauceti.entity.SiteUser
- setPlayer(Player) - Method in class com.fyp.tauceti.entity.PlayerStat
- setRegistrationDate(LocalDateTime) - Method in class com.fyp.tauceti.entity.Game
- setRegistrationDate(LocalDateTime) - Method in class com.fyp.tauceti.entity.SiteUser
- setSiteUser(SiteUser) - Method in class com.fyp.tauceti.entity.LoginRecord
- setTotalPlayerCount(Long) - Method in class com.fyp.tauceti.entity.GameStat
- setTotalPlayTime(Long) - Method in class com.fyp.tauceti.entity.GameStat
- setTotalPlayTime(Long) - Method in class com.fyp.tauceti.entity.PlayerStat
- setTotalScore(Long) - Method in class com.fyp.tauceti.entity.PlayerStat
- setTotalSessions(Long) - Method in class com.fyp.tauceti.entity.GameStat
- setTotalSessions(Long) - Method in class com.fyp.tauceti.entity.PlayerStat
- setWinCount(Long) - Method in class com.fyp.tauceti.entity.GameStat
- SiteUser - Class in com.fyp.tauceti.entity
-
The SiteUser entity maps to the SITE_USER database table
- SiteUser() - Constructor for class com.fyp.tauceti.entity.SiteUser
- SiteUser(String, String, String, String, String, LocalDateTime) - Constructor for class com.fyp.tauceti.entity.SiteUser
- SiteUserController - Class in com.fyp.tauceti.controller
-
Spring Controller for interacting with the SITE_USER database table through web APIs
- SiteUserController(SiteUserRepository, LoginRecordRepository) - Constructor for class com.fyp.tauceti.controller.SiteUserController
-
Paramterised Constructor
- SiteUserRepository - Interface in com.fyp.tauceti.repository
-
Repository for generating SQL commands to apply to the SITE_USER database table
All Classes and Interfaces|All Packages