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

Packages that use Picture
sk.stuba.fiit.foo07.genex.beans This package contains beans (simple data entities) representing data from database Every class has private data with getters/setters 
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 Picture in sk.stuba.fiit.foo07.genex.beans
 

Constructors in sk.stuba.fiit.foo07.genex.beans with parameters of type Picture
ExportPicture(Picture pic)
           
 

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

Fields in sk.stuba.fiit.foo07.genex.dao declared as Picture
protected  Picture PictureDaoDerby.pic
           
 

Fields in sk.stuba.fiit.foo07.genex.dao with type parameters of type Picture
protected  java.util.ArrayList<Picture> PictureDaoDerby.p_list
           
 

Methods in sk.stuba.fiit.foo07.genex.dao that return Picture
 Picture PictureDaoDerby.getPictureByID(java.lang.Integer pictureID)
           
 Picture PictureDao.getPictureByID(java.lang.Integer pictureID)
           
 

Methods in sk.stuba.fiit.foo07.genex.dao that return types with arguments of type Picture
 java.util.ArrayList<Picture> PictureDaoDerby.getAllPictures()
           
 java.util.ArrayList<Picture> PictureDao.getAllPictures()
           
 java.util.ArrayList<Picture> PictureDaoDerby.getPicturesByQuestionID(java.lang.Integer QuestionID)
           
 java.util.ArrayList<Picture> PictureDao.getPicturesByQuestionID(java.lang.Integer QuestionID)
           
 java.util.ArrayList<Picture> PictureDaoDerby.getPicturesByTestID(java.lang.Integer testID)
           
 java.util.ArrayList<Picture> PictureDao.getPicturesByTestID(java.lang.Integer testID)
           
 

Methods in sk.stuba.fiit.foo07.genex.dao with parameters of type Picture
 void PictureDaoDerby.addPicture(Picture toAdd)
           
 void PictureDao.addPicture(Picture toAdd)
           
 void PictureDaoDerby.deletePicture(Picture toDelete)
           
 void PictureDao.deletePicture(Picture toDelete)
           
 void PictureDaoDerby.updatePicture(Picture toUpdate)
           
 void PictureDao.updatePicture(Picture toUpdate)
           
 

Method parameters in sk.stuba.fiit.foo07.genex.dao with type arguments of type Picture
 void PictureDaoDerby.addPictures(java.util.ArrayList<Picture> toAdd)
           
 void PictureDao.addPictures(java.util.ArrayList<Picture> toAdd)
           
 void PictureDaoDerby.deletePictures(java.util.ArrayList<Picture> toDelete)
           
 void PictureDao.deletePictures(java.util.ArrayList<Picture> toDelete)
           
 

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

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



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