Uses of Class
model.UserDetails
Packages that use UserDetails
-
Uses of UserDetails in controller
Methods in controller that return UserDetailsConstructors in controller with parameters of type UserDetailsModifierConstructorDescriptionGame(UserDetails userDetails, GameSettings gameSettings, UserViewInterface userControlPanel) Construct our game.LoginController(UserDetails user, JDialogLogin dlg) Constructs a new object -
Uses of UserDetails in dao
Methods in dao with parameters of type UserDetailsModifier and TypeMethodDescriptionstatic List<GameDetails> UserDetailsDAOText.getHighScores(UserDetails user) Loads users high scores for all gamesstatic voidGameSettingsDAOText.loadData(UserDetails userWanted, GameSettings gameSettingsWanted) Loads settings data for the settings last played by the userstatic voidUserDetailsDAOText.loadData(UserDetails userWanted) Loads user data into a user objectstatic voidGameSettingsDAOText.saveData(UserDetails userForWhichGameSettingsAreToBeSaved, GameSettings gameSettingsToBeSaved) Saves data of given objects to the database.static voidUserDetailsDAOText.saveData(UserDetails userToBeSaved) Saves data of given objects to the database. -
Uses of UserDetails in model
Methods in model that return UserDetailsMethods in model with parameters of type UserDetailsModifier and TypeMethodDescriptionvoidGameSettings.loadData(UserDetails user) voidGameSettings.saveData(UserDetails user) voidGameDetails.setUserDetails(UserDetails userDetails) Constructors in model with parameters of type UserDetails -
Uses of UserDetails in view
Methods in view with parameters of type UserDetailsModifier and TypeMethodDescriptionvoidUserView.displayUsersHighScores(UserDetails theUser, List<GameDetails> highScores) voidUserViewInterface.displayUsersHighScores(UserDetails theUser, List<GameDetails> highScores) Display a table of highscores for the current user