Uses of Class
sk.stuba.fiit.foo07.genex.beans.Keyword

Packages that use Keyword
sk.stuba.fiit.foo07.genex.dao DAO stands for Data Access Object, and as the name suggests this package contains interfaces and classes for accessing database layer Almost every class from package beans has DAO here. 
sk.stuba.fiit.foo07.genex.gui GUI package contains classes representing Graphical User Interface 
 

Uses of Keyword in sk.stuba.fiit.foo07.genex.dao
 

Methods in sk.stuba.fiit.foo07.genex.dao that return Keyword
 Keyword KeywordDaoDerby.getKeywordByID(java.lang.Integer keywordID)
           
 Keyword KeywordDao.getKeywordByID(java.lang.Integer keywordID)
           
 

Methods in sk.stuba.fiit.foo07.genex.dao that return types with arguments of type Keyword
 java.util.ArrayList<Keyword> KeywordDaoDerby.getAllKeywords()
           
 java.util.ArrayList<Keyword> KeywordDao.getAllKeywords()
           
 java.util.ArrayList<Keyword> KeywordDaoDerby.getKeywordsByQuestionID(java.lang.Integer questionID)
           
 java.util.ArrayList<Keyword> KeywordDao.getKeywordsByQuestionID(java.lang.Integer questionID)
           
 

Methods in sk.stuba.fiit.foo07.genex.dao with parameters of type Keyword
 void KeywordDaoDerby.addKeyword(java.lang.Integer questionID, Keyword toAdd)
           
 void KeywordDao.addKeyword(java.lang.Integer questionID, Keyword toAdd)
           
 void KeywordDaoDerby.deleteKeyword(Keyword toDelete)
           
 void KeywordDao.deleteKeyword(Keyword toDelete)
           
 void KeywordDaoDerby.updateKeyword(Keyword toUpdate)
           
 void KeywordDao.updateKeyword(Keyword toUpdate)
           
 

Method parameters in sk.stuba.fiit.foo07.genex.dao with type arguments of type Keyword
 void KeywordDaoDerby.addKeywords(java.lang.Integer questionID, java.util.ArrayList<Keyword> toAdd)
           
 void KeywordDao.addKeywords(java.lang.Integer questionID, java.util.ArrayList<Keyword> toAdd)
           
 void KeywordDaoDerby.deleteKeywords(java.util.ArrayList<Keyword> toDelete)
           
 void KeywordDao.deleteKeywords(java.util.ArrayList<Keyword> toDelete)
           
 

Uses of Keyword in sk.stuba.fiit.foo07.genex.gui
 

Methods in sk.stuba.fiit.foo07.genex.gui that return Keyword
 Keyword[] NewKeywordDialog.showDialog()
           
 



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