Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sbugs.dao.attributes
Class SeverityDAO  view SeverityDAO download SeverityDAO.java

java.lang.Object
  extended byorg.sbugs.dao.DAO
      extended byorg.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