Uses of Class
edu.wisc.game.sql.User
| Package | Description |
|---|---|
| edu.wisc.game.rest |
The RESTful web API
|
| edu.wisc.game.sql |
Persistent data structures
|
| edu.wisc.game.web |
Back-end classes for some auxiliary JSP pages
|
-
Uses of User in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return User Modifier and Type Method Description UserUserResponse. getUser() -
Uses of User in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return User Modifier and Type Method Description static UserUser. findByName(javax.persistence.EntityManager em, String nickname)Can be used instead of (User)em.find(User.class, un);UserPlayerInfo. getUser()Methods in edu.wisc.game.sql with parameters of type User Modifier and Type Method Description voidPlayerInfo. setUser(User _user) -
Uses of User in edu.wisc.game.web
Methods in edu.wisc.game.web with parameters of type User Modifier and Type Method Description voidSessionData. storeUserInfo(User user, boolean _passwordMatched)Saves the user name (received from the [validated] login form, or recovered via a persistent cookie) into the session's memory.