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

java.lang.Object
  extended by sk.stuba.fiit.foo07.genex.export.Export
      extended by sk.stuba.fiit.foo07.genex.export.ExportMoodle

public class ExportMoodle
extends Export

Author:
sochotnicky

Constructor Summary
ExportMoodle()
           
 
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 sk.stuba.fiit.foo07.genex.export.Export
getOutputFilename, setOutputFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportMoodle

public ExportMoodle()
Method Detail

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.