sk.stuba.fiit.foo07.genex.dao
Interface QuestionPointsDao

All Known Implementing Classes:
QuestionPointsDaoDerby

public interface QuestionPointsDao


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)
           
 

Method Detail

getQuestionPointsByTestID

java.util.ArrayList<QuestionPoints> getQuestionPointsByTestID(java.lang.Integer testID)
                                                              throws java.sql.SQLException
Throws:
java.sql.SQLException

addQuestionsPoints

void addQuestionsPoints(java.lang.Integer testID,
                        java.util.ArrayList<QuestionPoints> qps)
                        throws QuestionPointsExistsException,
                               java.sql.SQLException
Throws:
QuestionPointsExistsException
java.sql.SQLException

updateQuestionPoints

void updateQuestionPoints(java.lang.Integer testID,
                          java.util.ArrayList<QuestionPoints> qps)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.