Package | Description |
---|---|
server.model | |
server.persistence | |
server.persistence.plugins.FilePluginTmp | |
server.persistence.plugins.SQLPluginTmp |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,ServerPlayer> |
PlayerDen.players |
Modifier and Type | Method and Description |
---|---|
ServerPlayer |
PlayerDen.GetPlayerID(int playerID)
Gets the player at the ID
|
Modifier and Type | Method and Description |
---|---|
ServerPlayer |
IUserDAO.GetUser(int playerID) |
ServerPlayer |
IUserDAO.GetUser(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ServerPlayer> |
PersistenceFacade.GetAllUsers()
Gets the most recent users
|
java.util.List<ServerPlayer> |
IUserDAO.GetAllUsers()
Gets all the players in the DAO
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceFacade.AddUser(ServerPlayer player)
Adds a user to be in the database
|
Modifier and Type | Method and Description |
---|---|
ServerPlayer |
FileUserDAO.GetUser(int playerID) |
ServerPlayer |
FileUserDAO.GetUser(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ServerPlayer> |
FileUserDAO.GetAllUsers()
Gets all the players in the DAO
|
Modifier and Type | Method and Description |
---|---|
ServerPlayer |
SQLUserDAO.GetUser(int playerID) |
ServerPlayer |
SQLUserDAO.GetUser(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ServerPlayer> |
SQLUserDAO.GetAllUsers()
Gets all the players in the DAO
|