|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserDao
User Data Access Object (Dao) interface.
| Method Summary | |
|---|---|
User |
getUser(Long userId)
Gets users information based on user id. |
List |
getUsers(User user)
Gets a list of users based on parameters passed in. |
org.acegisecurity.userdetails.UserDetails |
loadUserByUsername(String username)
Gets users information based on login name. |
void |
removeUser(Long userId)
Removes a user from the database by id |
void |
saveUser(User user)
Saves a user's information |
| Methods inherited from interface org.appfuse.dao.Dao |
|---|
getObject, getObjects, removeObject, saveObject |
| Method Detail |
|---|
User getUser(Long userId)
userId - the user's id
org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username)
throws org.acegisecurity.userdetails.UsernameNotFoundException
username - the user's username
org.acegisecurity.userdetails.UsernameNotFoundExceptionList getUsers(User user)
void saveUser(User user)
user - the object to be savedvoid removeUser(Long userId)
userId - the user's id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||