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

Quick Search    Search Deep

org.sbugs.logic.attributes
Class AttributeLogic  view AttributeLogic download AttributeLogic.java

java.lang.Object
  extended byorg.sbugs.logic.Logic
      extended byorg.sbugs.logic.attributes.AttributeLogic

public class AttributeLogic
extends org.sbugs.logic.Logic


Field Summary
private static AttributeLogic instance
           
private  java.util.List priorityList
           
private  java.util.List severityList
           
private  java.util.List stateList
           
 
Constructor Summary
protected AttributeLogic()
           
 
Method Summary
 org.sbugs.model.attributes.Attribute findAttributeByName(java.lang.String name, java.util.List attributeList)
           
 java.util.List getAllPriorityList()
           
 java.util.List getAllSeverityList()
           
 java.util.List getAllStateList()
           
static AttributeLogic getInstance()
           
 
Methods inherited from class org.sbugs.logic.Logic
getConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static AttributeLogic instance

priorityList

private java.util.List priorityList

severityList

private java.util.List severityList

stateList

private java.util.List stateList
Constructor Detail

AttributeLogic

protected AttributeLogic()
Method Detail

getInstance

public static AttributeLogic getInstance()

getAllPriorityList

public java.util.List getAllPriorityList()
                                  throws java.sql.SQLException

getAllSeverityList

public java.util.List getAllSeverityList()
                                  throws java.sql.SQLException

getAllStateList

public java.util.List getAllStateList()
                               throws java.sql.SQLException

findAttributeByName

public org.sbugs.model.attributes.Attribute findAttributeByName(java.lang.String name,
                                                                java.util.List attributeList)