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