edu.uoc.pfc.lcamps.webapp.catwings.service.impl
Class AeroportServiceImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AeroportServiceImpl
public AeroportServiceImpl()
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