Package | Description |
---|---|
com.gisgraphy.dao | |
com.gisgraphy.dao.hibernate | |
com.gisgraphy.service | |
com.gisgraphy.service.impl | |
com.gisgraphy.webapp.action |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.saveUser(User user)
Saves a user's information.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDao.getUsers()
Gets a list of users ordered by the uppercase version of their username.
|
Modifier and Type | Method and Description |
---|---|
User |
UserDao.saveUser(User user)
Saves a user's information.
|
Modifier and Type | Method and Description |
---|---|
User |
UserDaoHibernate.save(User user)
Overridden simply to call the saveUser method.
|
User |
UserDaoHibernate.saveUser(User user)
Saves a user's information.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDaoHibernate.getUsers()
Gets a list of users ordered by the uppercase version of their username.
|
Modifier and Type | Method and Description |
---|---|
User |
UserDaoHibernate.save(User user)
Overridden simply to call the saveUser method.
|
User |
UserDaoHibernate.saveUser(User user)
Saves a user's information.
|
Modifier and Type | Method and Description |
---|---|
User |
UserManager.getUser(String userId)
Retrieves a user by userId.
|
User |
UserService.getUser(String userId)
Retrieves a user by userId.
|
User |
UserManager.getUserByUsername(String username)
Finds a user by their username.
|
User |
UserService.getUserByUsername(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
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserManager.getUsers(User user)
Retrieves a list of users, filtering with parameters on a user object
|
List<User> |
UserService.getUsers(User user)
Retrieves a list of users, filtering with parameters on a user object
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserManager.getUsers(User user)
Retrieves a list of users, filtering with parameters on a user object
|
List<User> |
UserService.getUsers(User user)
Retrieves a list of users, filtering with parameters on a user object
|
User |
UserManager.saveUser(User user)
Saves a user's information
|
User |
UserService.saveUser(User user)
Saves a user's information
|
Modifier and Type | Method and Description |
---|---|
User |
UserManagerImpl.getUser(String userId)
Retrieves a user by userId.
|
User |
UserManagerImpl.getUserByUsername(String username)
Finds a user by their username.
|
User |
UserManagerImpl.saveUser(User user)
Saves a user's information
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserManagerImpl.getUsers(User user)
Retrieves a list of users, filtering with parameters on a user object
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserManagerImpl.getUsers(User user)
Retrieves a list of users, filtering with parameters on a user object
|
User |
UserManagerImpl.saveUser(User user)
Saves a user's information
|
Modifier and Type | Method and Description |
---|---|
User |
SignupAction.getUser()
Return an instance of the user - to display when validation errors occur
|
User |
UserAction.getUser() |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserAction.getUsers()
Holder for users to display on list screen
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseAction.sendUserMessage(User user,
String msg,
String url)
Convenience method to send e-mail to users
|
void |
SignupAction.setUser(User user) |
void |
UserAction.setUser(User user) |
Copyright © 2015. All rights reserved.