Uses of Class
com.ehealthsystem.user.User
Packages that use User
Package
Description
-
Uses of User in com.ehealthsystem.database
Methods in com.ehealthsystem.database that return UserModifier and TypeMethodDescriptionstatic User
Database.getUserByUsername
(String username) Get a user object with all user's details loaded from the databasestatic User
Database.getUserByUsernameOrEmail
(String usernameOrEmail) Get a user object with all user's details loaded from the databaseMethods in com.ehealthsystem.database that return types with arguments of type UserModifier and TypeMethodDescriptionDatabase.getAllUsers()
Get all rows of users table from the database For admin GUIDatabase.loadUsersFromResultSet
(ResultSet rs) Helper method to turn result set into array of User objects -
Uses of User in com.ehealthsystem.registration
Fields in com.ehealthsystem.registration declared as UserMethods in com.ehealthsystem.registration with parameters of type User -
Uses of User in com.ehealthsystem.tools
Fields in com.ehealthsystem.tools declared as User