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

Packages that use PictureInPictureQuestionException
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. 
 

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

Methods in sk.stuba.fiit.foo07.genex.dao that throw PictureInPictureQuestionException
 void PictureDaoDerby.deletePicture(Picture toDelete)
           
 void PictureDao.deletePicture(Picture toDelete)
           
 void PictureDaoDerby.deletePictures(java.util.ArrayList<Picture> toDelete)
           
 void PictureDao.deletePictures(java.util.ArrayList<Picture> toDelete)
           
 



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