|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserDao | |
|---|---|
| com.randomcoder.article | Article management classes. |
| com.randomcoder.security.userdetails | Acegi UserDetails implementation and support classes. |
| com.randomcoder.user | User-management classes. |
| Uses of UserDao in com.randomcoder.article |
|---|
| Methods in com.randomcoder.article with parameters of type UserDao | |
|---|---|
void |
ArticleBusinessImpl.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
| Uses of UserDao in com.randomcoder.security.userdetails |
|---|
| Methods in com.randomcoder.security.userdetails with parameters of type UserDao | |
|---|---|
void |
UserDetailsServiceImpl.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
| Uses of UserDao in com.randomcoder.user |
|---|
| Methods in com.randomcoder.user with parameters of type UserDao | |
|---|---|
void |
UserProfileController.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
void |
UserListController.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
void |
UserBusinessImpl.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
void |
UserAddValidator.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
void |
ChangePasswordController.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
void |
AccountCreateValidator.setUserDao(UserDao userDao)
Sets the UserDao implementation to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||