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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.sbugs.dao.DAO
      extended byorg.sbugs.dao.attributes.PriorityDAO

public class PriorityDAO
extends org.sbugs.dao.DAO


Field Summary
private static PriorityDAO instance
           
 
Constructor Summary
protected PriorityDAO()
           
 
Method Summary
static PriorityDAO getInstance()
           
 java.util.List loadAllPriorities(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 PriorityDAO instance
Constructor Detail

PriorityDAO

protected PriorityDAO()
Method Detail

getInstance

public static PriorityDAO getInstance()

loadAllPriorities

public java.util.List loadAllPriorities(java.sql.Connection connection)
                                 throws java.sql.SQLException