Uses of Interface
edu.uoc.pfc.lcamps.webapp.catwings.bd.dao.PassatgerDAO

Packages that use PassatgerDAO
edu.uoc.pfc.lcamps.webapp.catwings.bd.dao.impl   
edu.uoc.pfc.lcamps.webapp.catwings.service.impl   
 

Uses of PassatgerDAO in edu.uoc.pfc.lcamps.webapp.catwings.bd.dao.impl
 

Classes in edu.uoc.pfc.lcamps.webapp.catwings.bd.dao.impl that implement PassatgerDAO
 class PassatgerDAOImpl
          Classe que implementa la interfĂ­cie del DAO del passatger
 

Uses of PassatgerDAO in edu.uoc.pfc.lcamps.webapp.catwings.service.impl
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl that return PassatgerDAO
 PassatgerDAO PassatgerServiceImpl.getPassatgerDAO()
           
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl with parameters of type PassatgerDAO
 void PassatgerServiceImpl.setPassatgerDAO(PassatgerDAO passatgerDAO)