|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AeroportDAO
Interfície que ens servirà per la gestió del DAO de l'aeroport
Method Summary | |
---|---|
void |
deleteAeroport(edu.uoc.pfc.lcamps.persistenciaFW.admin.session.SessionFW sessio,
AeroportVO obj)
Esborrem aeroport |
int |
insertAeroport(edu.uoc.pfc.lcamps.persistenciaFW.admin.session.SessionFW sessio,
AeroportVO obj)
Insertem l'aeroport |
AeroportVO |
selectAeroport(java.lang.String codiiata)
A partir del codi iata retorna l'aeroport |
void |
updateAeroport(edu.uoc.pfc.lcamps.persistenciaFW.admin.session.SessionFW sessio,
AeroportVO obj)
Actualitzem aeroport |
Method Detail |
---|
AeroportVO selectAeroport(java.lang.String codiiata) throws edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
codiiata
-
edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
int insertAeroport(edu.uoc.pfc.lcamps.persistenciaFW.admin.session.SessionFW sessio, AeroportVO obj) throws edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
sessio
- obj
-
edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
void updateAeroport(edu.uoc.pfc.lcamps.persistenciaFW.admin.session.SessionFW sessio, AeroportVO obj) throws edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
codiiata
- nom
- ciutat
-
edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
void deleteAeroport(edu.uoc.pfc.lcamps.persistenciaFW.admin.session.SessionFW sessio, AeroportVO obj) throws edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
sessio
- obj
-
edu.uoc.pfc.lcamps.persistenciaFW.exception.DBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |