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 |
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