Package | Description |
---|---|
edu.uoc.grp.dao | |
edu.uoc.grp.mapper | |
edu.uoc.grp.service |
Modifier and Type | Method and Description |
---|---|
Area |
DaoArea.cercarArea(java.lang.Integer idArea)
Mètode que serveix per a obtenir una àrea a partir del seu identificador.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Area> |
DaoArea.obtenirAreesDisponibles()
Mètode que serveix per a obtenir un llistat de les arees que no estiguin assignades a cap vaixell.
|
Modifier and Type | Method and Description |
---|---|
Area |
AreaMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
Area |
ServeiInformacio.cercarArea(java.lang.Integer idArea)
Mètode que serveix per a cercar una àrea a partir del seu identificador.
|