|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.stuba.fiit.foo07.genex.dao.BasicDao
sk.stuba.fiit.foo07.genex.dao.QuestionPointsDaoDerby
public class QuestionPointsDaoDerby
| Field Summary |
|---|
| Fields inherited from class sk.stuba.fiit.foo07.genex.dao.BasicDao |
|---|
con |
| Constructor Summary | |
|---|---|
QuestionPointsDaoDerby(java.sql.Connection con)
|
|
| Method Summary | |
|---|---|
void |
addQuestionsPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
|
java.util.ArrayList<QuestionPoints> |
getQuestionPointsByTestID(java.lang.Integer testID)
|
void |
updateQuestionPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuestionPointsDaoDerby(java.sql.Connection con)
| Method Detail |
|---|
public void addQuestionsPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
throws QuestionPointsExistsException,
java.sql.SQLException
addQuestionsPoints in interface QuestionPointsDaoQuestionPointsExistsException
java.sql.SQLException
public java.util.ArrayList<QuestionPoints> getQuestionPointsByTestID(java.lang.Integer testID)
throws java.sql.SQLException
getQuestionPointsByTestID in interface QuestionPointsDaojava.sql.SQLException
public void updateQuestionPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
throws java.sql.SQLException
updateQuestionPoints in interface QuestionPointsDaojava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||