sk.stuba.fiit.foo07.genex.export
Class Export

java.lang.Object
  extended by sk.stuba.fiit.foo07.genex.export.Export
Direct Known Subclasses:
ExportLatex, ExportMoodle

public abstract class Export
extends java.lang.Object

Author:
Radu

Constructor Summary
Export()
           
 
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> testId, java.sql.Connection con)
           
 java.lang.String getOutputFilename()
           
 void setOutputFilename(java.lang.String outputFilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export()
Method Detail

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.