|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UserDAO | |
| com.pow2.user | |
| com.pow2.user.dao | |
| Uses of UserDAO in com.pow2.user |
| Fields in com.pow2.user declared as UserDAO | |
protected UserDAO |
User.dao
the single instance of the UserDAO object |
| Uses of UserDAO in com.pow2.user.dao |
| Classes in com.pow2.user.dao that implement UserDAO | |
class |
DBUserDAO
User Data access object. |
class |
LDAPUserDAO
|
| Methods in com.pow2.user.dao that return UserDAO | |
UserDAO |
UserDAOFactory.getUserDAO()
Return an UserDAO object whose subclass is specified by the defaultProvider member attribute. |
UserDAO |
UserDAOFactory.getUserDAO(int provider)
Return an UserDAO object whose subclass is specified by the input provider parameter. |
| Methods in com.pow2.user.dao with parameters of type UserDAO | |
protected static User |
UserDAOUtil.getUser(UserDAO dao,
String login,
String passwd)
Update the input User object with the user informations retrieved from the data provider. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||