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

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

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

Classes in edu.uoc.pfc.lcamps.webapp.catwings.service.impl that implement PassatgerService
 class PassatgerServiceImpl
          Classe que implementa la interfĂ­cie que gestiona el passatger
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl that return PassatgerService
 PassatgerService ReservaServiceImpl.getPassatgerService()
           
 

Methods in edu.uoc.pfc.lcamps.webapp.catwings.service.impl with parameters of type PassatgerService
 void ReservaServiceImpl.setPassatgerService(PassatgerService passatgerService)
           
 

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

Methods in edu.uoc.pfc.lcamps.webapp.catwings.spring that return PassatgerService
 PassatgerService CatWingsContext.getPassatgerService()