|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionPoints | |
|---|---|
| sk.stuba.fiit.foo07.genex.beans | This package contains beans (simple data entities) representing data from database Every class has private data with getters/setters |
| sk.stuba.fiit.foo07.genex.dao | DAO stands for Data Access Object, and as the name suggests this package contains interfaces and classes for accessing database layer Almost every class from package beans has DAO here. |
| sk.stuba.fiit.foo07.genex.export | Export package contains classes used for exporting database into other formats (Latex, Moodle XML, possibly others in future) |
| Uses of QuestionPoints in sk.stuba.fiit.foo07.genex.beans |
|---|
| Methods in sk.stuba.fiit.foo07.genex.beans that return types with arguments of type QuestionPoints | |
|---|---|
java.util.ArrayList<QuestionPoints> |
Test.getQuestionPoints()
|
| Method parameters in sk.stuba.fiit.foo07.genex.beans with type arguments of type QuestionPoints | |
|---|---|
void |
Test.setQuestionPoints(java.util.ArrayList<QuestionPoints> questionPoints)
|
| Constructor parameters in sk.stuba.fiit.foo07.genex.beans with type arguments of type QuestionPoints | |
|---|---|
Test(java.lang.String name,
java.lang.String subject,
java.sql.Timestamp generated,
java.lang.Integer testID,
java.lang.Integer userID,
java.lang.Integer categoryID,
java.util.ArrayList<QuestionPoints> questionPoints)
|
|
| Uses of QuestionPoints in sk.stuba.fiit.foo07.genex.dao |
|---|
| Methods in sk.stuba.fiit.foo07.genex.dao that return types with arguments of type QuestionPoints | |
|---|---|
java.util.ArrayList<QuestionPoints> |
QuestionPointsDao.getQuestionPointsByTestID(java.lang.Integer testID)
|
java.util.ArrayList<QuestionPoints> |
QuestionPointsDaoDerby.getQuestionPointsByTestID(java.lang.Integer testID)
|
| Method parameters in sk.stuba.fiit.foo07.genex.dao with type arguments of type QuestionPoints | |
|---|---|
void |
QuestionPointsDao.addQuestionsPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
|
void |
QuestionPointsDaoDerby.addQuestionsPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
|
void |
QuestionPointsDao.updateQuestionPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
|
void |
QuestionPointsDaoDerby.updateQuestionPoints(java.lang.Integer testID,
java.util.ArrayList<QuestionPoints> qps)
|
| Uses of QuestionPoints in sk.stuba.fiit.foo07.genex.export |
|---|
| Fields in sk.stuba.fiit.foo07.genex.export with type parameters of type QuestionPoints | |
|---|---|
java.util.ArrayList<QuestionPoints> |
ExportLatex.questPointsList
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||