|
|||||||||
| Home >> All >> org >> sbugs >> dao >> [ user overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.sbugs.dao.user
Class UserDAO

java.lang.Objectorg.sbugs.dao.DAO
org.sbugs.dao.user.UserDAO
- public class UserDAO
- extends org.sbugs.dao.DAO
| Field Summary | |
protected static UserDAO |
instance
|
| Constructor Summary | |
protected |
UserDAO()
|
| Method Summary | |
static UserDAO |
getInstance()
|
org.sbugs.model.user.User |
loadUser(java.lang.String username,
java.sql.Connection connection)
|
| Methods inherited from class org.sbugs.dao.DAO |
closeConnection, closeStatement, getOptionalInteger, setOptionalInteger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
instance
protected static UserDAO instance
| Constructor Detail |
UserDAO
protected UserDAO()
| Method Detail |
getInstance
public static UserDAO getInstance()
loadUser
public org.sbugs.model.user.User loadUser(java.lang.String username, java.sql.Connection connection) throws java.sql.SQLException
|
|||||||||
| Home >> All >> org >> sbugs >> dao >> [ user overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC