|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of User in net.ramapuram.thomas.dao |
|---|
| Methods in net.ramapuram.thomas.dao that return User | |
|---|---|
User |
UserDao.saveUser(User user)
Saves a user's information. |
| Methods in net.ramapuram.thomas.dao that return types with arguments of type User | |
|---|---|
java.util.List<User> |
UserDao.getUsers()
Gets a list of users ordered by the uppercase version of their username. |
| Methods in net.ramapuram.thomas.dao with parameters of type User | |
|---|---|
User |
UserDao.saveUser(User user)
Saves a user's information. |
| Uses of User in net.ramapuram.thomas.dao.hibernate |
|---|
| Methods in net.ramapuram.thomas.dao.hibernate that return User | |
|---|---|
User |
UserDaoHibernate.save(User user)
Overridden simply to call the saveUser method. |
User |
UserDaoHibernate.saveUser(User user)
Saves a user's information. |
| Methods in net.ramapuram.thomas.dao.hibernate that return types with arguments of type User | |
|---|---|
java.util.List<User> |
UserDaoHibernate.getUsers()
Gets a list of users ordered by the uppercase version of their username. |
| Methods in net.ramapuram.thomas.dao.hibernate with parameters of type User | |
|---|---|
User |
UserDaoHibernate.save(User user)
Overridden simply to call the saveUser method. |
User |
UserDaoHibernate.saveUser(User user)
Saves a user's information. |
| Uses of User in net.ramapuram.thomas.model.circulation |
|---|
| Methods in net.ramapuram.thomas.model.circulation that return User | |
|---|---|
User |
Issue.getIssuedTo()
|
| Methods in net.ramapuram.thomas.model.circulation with parameters of type User | |
|---|---|
void |
Issue.setIssuedTo(User issuedTo)
|
| Uses of User in net.ramapuram.thomas.model.opac |
|---|
| Methods in net.ramapuram.thomas.model.opac that return User | |
|---|---|
User |
Reservation.getUser()
|
User |
Comment.getUser()
|
| Methods in net.ramapuram.thomas.model.opac with parameters of type User | |
|---|---|
void |
Reservation.setUser(User user)
|
void |
Comment.setUser(User user)
|
| Uses of User in net.ramapuram.thomas.service |
|---|
| Methods in net.ramapuram.thomas.service that return User | |
|---|---|
User |
UserManager.getUser(java.lang.String userId)
Retrieves a user by userId. |
User |
UserService.getUser(java.lang.String userId)
Retrieves a user by userId. |
User |
UserManager.getUserByUsername(java.lang.String username)
Finds a user by their username. |
User |
UserService.getUserByUsername(java.lang.String username)
Finds a user by their username. |
User |
UserManager.saveUser(User user)
Saves a user's information. |
User |
UserService.saveUser(User user)
Saves a user's information |
| Methods in net.ramapuram.thomas.service that return types with arguments of type User | |
|---|---|
java.util.List<User> |
UserManager.getUsers()
Retrieves a list of all users. |
java.util.List<User> |
UserService.getUsers()
Retrieves a list of all users. |
java.util.List<User> |
UserManager.search(java.lang.String searchTerm)
Search a user for search terms. |
| Methods in net.ramapuram.thomas.service with parameters of type User | |
|---|---|
User |
UserManager.saveUser(User user)
Saves a user's information. |
User |
UserService.saveUser(User user)
Saves a user's information |
| Uses of User in net.ramapuram.thomas.service.impl |
|---|
| Methods in net.ramapuram.thomas.service.impl that return User | |
|---|---|
User |
UserManagerImpl.getUser(java.lang.String userId)
Retrieves a user by userId. |
User |
UserManagerImpl.getUserByUsername(java.lang.String username)
Finds a user by their username. |
User |
UserManagerImpl.saveUser(User user)
Saves a user's information. |
| Methods in net.ramapuram.thomas.service.impl that return types with arguments of type User | |
|---|---|
java.util.List<User> |
UserManagerImpl.getUsers()
Retrieves a list of all users. |
java.util.List<User> |
UserManagerImpl.search(java.lang.String searchTerm)
Search a user for search terms. |
| Methods in net.ramapuram.thomas.service.impl with parameters of type User | |
|---|---|
User |
UserManagerImpl.saveUser(User user)
Saves a user's information. |
| Uses of User in net.ramapuram.thomas.webapp.action |
|---|
| Methods in net.ramapuram.thomas.webapp.action that return User | |
|---|---|
User |
SignupAction.getUser()
Return an instance of the user - to display when validation errors occur |
User |
UserAction.getUser()
|
| Methods in net.ramapuram.thomas.webapp.action that return types with arguments of type User | |
|---|---|
java.util.List<User> |
UserAction.getUsers()
Holder for users to display on list screen |
| Methods in net.ramapuram.thomas.webapp.action with parameters of type User | |
|---|---|
protected void |
BaseAction.sendUserMessage(User user,
java.lang.String msg,
java.lang.String url)
Convenience method to send e-mail to users |
void |
SignupAction.setUser(User user)
|
void |
UserAction.setUser(User user)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||