Uses of Interface
edu.uoc.pfc.lcamps.webapp.catwings.service.AeroportService

Packages that use AeroportService
edu.uoc.pfc.lcamps.webapp.catwings.service.impl   
edu.uoc.pfc.lcamps.webapp.catwings.spring   
 

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

Classes in edu.uoc.pfc.lcamps.webapp.catwings.service.impl that implement AeroportService
 class AeroportServiceImpl
          Classe que implementa la interfĂ­cie que gestiona l'Aeroport
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl that return AeroportService
 AeroportService VolServiceImpl.getAeroportService()
           
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl with parameters of type AeroportService
 void VolServiceImpl.setAeroportService(AeroportService aeroportService)
           
 

Uses of AeroportService in edu.uoc.pfc.lcamps.webapp.catwings.spring
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.spring that return AeroportService
 AeroportService CatWingsContext.getAeroportService()