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

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

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

Classes in edu.uoc.pfc.lcamps.webapp.catwings.bd.dao.impl that implement AeroportDAO
 class AeroportDAOImpl
          Classe que implementa la interfĂ­cie del DAO de l'aeroport
 

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

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl that return AeroportDAO
 AeroportDAO AeroportServiceImpl.getAeroportDAO()
           
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl with parameters of type AeroportDAO
 void AeroportServiceImpl.setAeroportDAO(AeroportDAO aeroportDAO)