Uses of Class
cz.zcu.kiv.db.model.studium.PredmetVOboru

Packages that use PredmetVOboru
cz.zcu.kiv.db.dao   
cz.zcu.kiv.db.dao.jdbc   
cz.zcu.kiv.db.dao.jdbc.model   
cz.zcu.kiv.db.model.studium   
 

Uses of PredmetVOboru in cz.zcu.kiv.db.dao
 

Methods in cz.zcu.kiv.db.dao that return types with arguments of type PredmetVOboru
 java.util.List<PredmetVOboru> StudiumDao.getPredmetVOboruDleOboru(Obor obor)
           
 java.util.List<PredmetVOboru> StudiumDao.getPredmetVOboruDleOboru(Obor obor, boolean vcetneNeaktivnich)
           
 java.util.List<PredmetVOboru> StudiumDao.getPredmetVOboruDlePredmetu(Predmet predmet)
           
 java.util.List<PredmetVOboru> StudiumDao.getPredmetVOboruDlePredmetu(Predmet predmet, boolean vcetneNeaktivnich)
           
 

Methods in cz.zcu.kiv.db.dao with parameters of type PredmetVOboru
 void StudiumDao.odeberPredmetZOboru(PredmetVOboru predmetVOboru)
           
 void StudiumDao.pridejPredmetDoOboru(PredmetVOboru predmetVOboru)
           
 

Uses of PredmetVOboru in cz.zcu.kiv.db.dao.jdbc
 

Methods in cz.zcu.kiv.db.dao.jdbc that return types with arguments of type PredmetVOboru
 java.util.List<PredmetVOboru> StudiumDaoImpl.getPredmetVOboruDleOboru(Obor obor)
           
 java.util.List<PredmetVOboru> StudiumDaoImpl.getPredmetVOboruDleOboru(Obor obor, boolean vcetneNeaktivnich)
           
 java.util.List<PredmetVOboru> StudiumDaoImpl.getPredmetVOboruDlePredmetu(Predmet predmet)
           
 java.util.List<PredmetVOboru> StudiumDaoImpl.getPredmetVOboruDlePredmetu(Predmet predmet, boolean vcetneNeaktivnich)
           
 

Methods in cz.zcu.kiv.db.dao.jdbc with parameters of type PredmetVOboru
 void StudiumDaoImpl.odeberPredmetZOboru(PredmetVOboru predmetVOboru)
           
 void StudiumDaoImpl.pridejPredmetDoOboru(PredmetVOboru predmetVOboru)
           
 

Uses of PredmetVOboru in cz.zcu.kiv.db.dao.jdbc.model
 

Methods in cz.zcu.kiv.db.dao.jdbc.model that return types with arguments of type PredmetVOboru
 java.util.List<PredmetVOboru> JdbcPredmet.getPredmetVOborech()
           
 java.util.List<PredmetVOboru> JdbcObor.getPredmetyVOboru()
           
 

Uses of PredmetVOboru in cz.zcu.kiv.db.model.studium
 

Methods in cz.zcu.kiv.db.model.studium that return types with arguments of type PredmetVOboru
 java.util.List<PredmetVOboru> Predmet.getPredmetVOborech()
           
 java.util.List<PredmetVOboru> Obor.getPredmetyVOboru()
           
 

Method parameters in cz.zcu.kiv.db.model.studium with type arguments of type PredmetVOboru
 void Predmet.setPredmetVOborech(java.util.List<PredmetVOboru> val)
           
 void Obor.setPredmetyVOboru(java.util.List<PredmetVOboru> val)