|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.ticketapplication.controller | |
com.ticketapplication.dao | |
com.ticketapplication.security |
Uses of User in com.ticketapplication.controller |
---|
Fields in com.ticketapplication.controller declared as User | |
---|---|
private User |
TicketApplicationController.user
|
Fields in com.ticketapplication.controller with type parameters of type User | |
---|---|
private java.util.List<User> |
TicketApplicationController.allUsers
|
Methods in com.ticketapplication.controller that return User | |
---|---|
User |
TicketApplicationController.getUser()
|
Methods in com.ticketapplication.controller that return types with arguments of type User | |
---|---|
java.util.List<User> |
TicketApplicationController.getAllUsers()
|
java.util.List<User> |
TicketApplicationController.readAllUsers()
read all user instances out of DB |
Methods in com.ticketapplication.controller with parameters of type User | |
---|---|
void |
TicketApplicationController.setUser(User user)
|
Method parameters in com.ticketapplication.controller with type arguments of type User | |
---|---|
void |
TicketApplicationController.setAllUsers(java.util.List<User> allUsers)
|
Uses of User in com.ticketapplication.dao |
---|
Methods in com.ticketapplication.dao that return User | |
---|---|
User |
UserDAO.readUserById(int id)
|
Methods in com.ticketapplication.dao that return types with arguments of type User | |
---|---|
java.util.List<User> |
UserDAO.readAllUsers()
|
Methods in com.ticketapplication.dao with parameters of type User | |
---|---|
boolean |
UserDAO.deleteUser(User user)
|
boolean |
UserDAO.saveOrUpdate(User user)
|
Uses of User in com.ticketapplication.security |
---|
Fields in com.ticketapplication.security declared as User | |
---|---|
private User |
AuthenticationController.user
|
Methods in com.ticketapplication.security that return User | |
---|---|
User |
AuthenticationController.getUser()
|
Methods in com.ticketapplication.security with parameters of type User | |
---|---|
void |
AuthenticationController.setUser(User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |