edu.uoc.pfc.lcamps.webapp.catwings.service.impl
Class AeroportServiceImpl

java.lang.Object
  extended by edu.uoc.pfc.lcamps.webapp.catwings.service.impl.AeroportServiceImpl
All Implemented Interfaces:
AeroportService

public class AeroportServiceImpl
extends java.lang.Object
implements AeroportService

Classe que implementa la interfĂ­cie que gestiona l'Aeroport

Author:
Llorenç Camps

Constructor Summary
AeroportServiceImpl()
           
 
Method Summary
 AeroportVO getAeroport(java.lang.String codiIata)
          A partir del codi Iata obtenim la info de l'aeroport
 AeroportDAO getAeroportDAO()
           
 void setAeroportDAO(AeroportDAO aeroportDAO)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AeroportServiceImpl

public AeroportServiceImpl()
Method Detail

setAeroportDAO

public void setAeroportDAO(AeroportDAO aeroportDAO)
Parameters:
aeroportDAO - the aeroportDAO to set

getAeroportDAO

public AeroportDAO getAeroportDAO()
Returns:
the aeroportDAO

getAeroport

public AeroportVO getAeroport(java.lang.String codiIata)
                       throws edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
Description copied from interface: AeroportService
A partir del codi Iata obtenim la info de l'aeroport

Specified by:
getAeroport in interface AeroportService
Returns:
AeroportVO
Throws:
edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException