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

All Known Implementing Classes:
AeroportServiceImpl

public interface AeroportService

InterfĂ­cie que ens serveix per gestionar les diferents operacions sobre l'Aeroport

Author:
Llorenç Camps

Method Summary
 AeroportVO getAeroport(java.lang.String codiIata)
          A partir del codi Iata obtenim la info de l'aeroport
 

Method Detail

getAeroport

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

Parameters:
codiIata -
Returns:
AeroportVO
Throws:
edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException