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

java.lang.Objectorg.sbugs.dao.DAO
org.sbugs.dao.attributes.SeverityDAO
- public class SeverityDAO
- extends org.sbugs.dao.DAO
| Field Summary | |
private static SeverityDAO |
instance
|
| Constructor Summary | |
protected |
SeverityDAO()
|
| Method Summary | |
static SeverityDAO |
getInstance()
|
java.util.List |
loadAllSeverities(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
private static SeverityDAO instance
| Constructor Detail |
SeverityDAO
protected SeverityDAO()
| Method Detail |
getInstance
public static SeverityDAO getInstance()
loadAllSeverities
public java.util.List loadAllSeverities(java.sql.Connection connection) throws java.sql.SQLException
|
|||||||||
| Home >> All >> org >> sbugs >> dao >> [ attributes overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC