Uses of Class
cz.zcu.kiv.db.model.osoby.Clenstvi

Packages that use Clenstvi
cz.zcu.kiv.db.dao   
cz.zcu.kiv.db.dao.jdbc   
cz.zcu.kiv.db.dao.jdbc.model   
cz.zcu.kiv.db.model.osoby   
 

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

Methods in cz.zcu.kiv.db.dao that return Clenstvi
 Clenstvi OsobaDao.getClenstvi(int id)
           
 

Methods in cz.zcu.kiv.db.dao that return types with arguments of type Clenstvi
 java.util.List<Clenstvi> OsobaDao.getClenstvi()
           
 java.util.List<Clenstvi> OsobaDao.getClenstvi(boolean vcetneNeaktivnich)
           
 java.util.List<Clenstvi> OsobaDao.getClenstviDleOsoby(Osoba osoba)
           
 java.util.List<Clenstvi> OsobaDao.getClenstviDleOsoby(Osoba osoba, boolean vcetneNeaktivnich)
           
 

Methods in cz.zcu.kiv.db.dao with parameters of type Clenstvi
 void OsobaDao.deaktivujClenstvi(Clenstvi clenstvi)
           
 java.util.List<Osoba> OsobaDao.getOsobyDleClenstvi(Clenstvi clenstvi)
           
 java.util.List<Osoba> OsobaDao.getOsobyDleClenstvi(Clenstvi clenstvi, boolean vcetneNeaktivnich)
           
 void OsobaDao.odeberClenstviOsobe(Clenstvi clenstvi, Osoba osoba)
           
 void OsobaDao.pridejClenstviOsobe(Clenstvi clenstvi, Osoba osoba)
           
 void OsobaDao.smazClenstvi(Clenstvi clenstvi)
           
 void OsobaDao.ulozClenstvi(Clenstvi clenstvi)
           
 

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

Methods in cz.zcu.kiv.db.dao.jdbc that return Clenstvi
 Clenstvi OsobaDaoImpl.getClenstvi(int id)
           
 

Methods in cz.zcu.kiv.db.dao.jdbc that return types with arguments of type Clenstvi
 java.util.List<Clenstvi> OsobaDaoImpl.getClenstvi()
           
 java.util.List<Clenstvi> OsobaDaoImpl.getClenstvi(boolean vcetneNeaktivnich)
           
 java.util.List<Clenstvi> OsobaDaoImpl.getClenstviDleOsoby(Osoba osoba)
           
 java.util.List<Clenstvi> OsobaDaoImpl.getClenstviDleOsoby(Osoba osoba, boolean vcetneNeaktivnich)
           
 

Methods in cz.zcu.kiv.db.dao.jdbc with parameters of type Clenstvi
 void OsobaDaoImpl.deaktivujClenstvi(Clenstvi clenstvi)
          Nastavi sloupec "aktivni" u daneho zaznamu na hodnotu 0
 java.util.List<Osoba> OsobaDaoImpl.getOsobyDleClenstvi(Clenstvi clenstvi)
           
 java.util.List<Osoba> OsobaDaoImpl.getOsobyDleClenstvi(Clenstvi clenstvi, boolean vcetneNeaktivnich)
           
 void OsobaDaoImpl.odeberClenstviOsobe(Clenstvi clenstvi, Osoba osoba)
          Odebere osobe clenstvi
 void OsobaDaoImpl.pridejClenstviOsobe(Clenstvi clenstvi, Osoba osoba)
          Prida osobe clenstvi
 void OsobaDaoImpl.smazClenstvi(Clenstvi clenstvi)
          Smaze zaznam z databaze.
 void OsobaDaoImpl.ulozClenstvi(Clenstvi clenstvi)
           
 

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

Subclasses of Clenstvi in cz.zcu.kiv.db.dao.jdbc.model
 class JdbcClenstvi
           
 

Methods in cz.zcu.kiv.db.dao.jdbc.model that return types with arguments of type Clenstvi
 java.util.List<Clenstvi> JdbcOsoba.getClenstvi()
           
 

Uses of Clenstvi in cz.zcu.kiv.db.model.osoby
 

Methods in cz.zcu.kiv.db.model.osoby that return types with arguments of type Clenstvi
 java.util.List<Clenstvi> Osoba.getClenstvi()
           
 

Method parameters in cz.zcu.kiv.db.model.osoby with type arguments of type Clenstvi
 void Osoba.setClenstvi(java.util.List<Clenstvi> val)