Uses of Class
sk.stuba.fiit.foo07.genex.exceptions.ExportException

Packages that use ExportException
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 ExportException in sk.stuba.fiit.foo07.genex.export
 

Methods in sk.stuba.fiit.foo07.genex.export that throw ExportException
 void Export.exportQuestions(java.util.ArrayList<Question> questions, java.sql.Connection con)
           
 void ExportMoodle.exportQuestions(java.util.ArrayList<Question> questions, java.sql.Connection con)
           
 void Export.exportTest(java.lang.Integer testId, java.sql.Connection con)
           
 void ExportMoodle.exportTest(java.lang.Integer testId, java.sql.Connection con)
           
 void Export.exportTests(java.util.ArrayList<java.lang.Integer> testId, java.sql.Connection con)
           
 void ExportMoodle.exportTests(java.util.ArrayList<java.lang.Integer> testIds, java.sql.Connection con)
           
 



Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.