sk.stuba.fiit.foo07.genex.export
Class ExportMoodle
java.lang.Object
sk.stuba.fiit.foo07.genex.export.Export
sk.stuba.fiit.foo07.genex.export.ExportMoodle
public class ExportMoodle
- extends Export
- Author:
- sochotnicky
Method Summary |
void |
exportQuestions(java.util.ArrayList<Question> questions,
java.sql.Connection con)
|
void |
exportTest(java.lang.Integer testId,
java.sql.Connection con)
|
void |
exportTests(java.util.ArrayList<java.lang.Integer> testIds,
java.sql.Connection con)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportMoodle
public ExportMoodle()
exportQuestions
public void exportQuestions(java.util.ArrayList<Question> questions,
java.sql.Connection con)
throws java.io.IOException,
ExportException
- Overrides:
exportQuestions
in class Export
- Throws:
java.io.IOException
ExportException
exportTest
public void exportTest(java.lang.Integer testId,
java.sql.Connection con)
throws java.io.IOException,
ExportException
- Overrides:
exportTest
in class Export
- Throws:
java.io.IOException
ExportException
exportTests
public void exportTests(java.util.ArrayList<java.lang.Integer> testIds,
java.sql.Connection con)
throws java.io.IOException,
ExportException
- Overrides:
exportTests
in class Export
- Throws:
java.io.IOException
ExportException
Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.