sk.stuba.fiit.foo07.genex.dao
Interface TestDao
- All Known Implementing Classes:
- TestDaoDerby
public interface TestDao
- Author:
- _mizu_
getTestByID
Test getTestByID(java.lang.Integer testID)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getTestsByCategoryID
java.util.ArrayList<Test> getTestsByCategoryID(java.lang.Integer categoryID)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
addTest
void addTest(java.lang.Integer testCategoryID,
Test toAdd)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
addTests
void addTests(java.lang.Integer testCategoryID,
java.util.ArrayList<Test> toAdd)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
updateTest
void updateTest(Test toUpdate)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
deleteTest
void deleteTest(Test toDelete)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
deleteTests
void deleteTests(java.util.ArrayList<Test> toDelete)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.