Package | Description |
---|---|
edu.uoc.grp.dao | |
edu.uoc.grp.mapper | |
edu.uoc.grp.service |
Modifier and Type | Method and Description |
---|---|
Vaixell |
DaoVaixell.cercarVaixell(java.lang.Integer idVaixell)
Mètode que serveix per a cercar un vaixell a partir del seu identificador.
|
Vaixell |
DaoVaixell.cercarVaixell(java.lang.String nomVaixell)
Mètode que serveix per a cercar un vaixell a partir del seu nom.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vaixell> |
DaoVaixell.obtenirLlistatVaixells()
Mètode que serveix per a obtenir un llistat dels vaixells.
|
Modifier and Type | Method and Description |
---|---|
Vaixell |
VaixellMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
Vaixell |
ServeiInformacio.cercarVaixell(java.lang.Integer idVaixell)
Mètode que serveix per a cercar un vaixell a partir del seu identificador.
|
Vaixell |
ServeiPlanificacio.cercarVaixell(java.lang.String nomVaixell)
Mètode que serveix per a cercar un vaixell a partir del seu nom.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vaixell> |
ServeiPlanificacio.obtenirLlistatVaixells()
Mètode que serveix per a obtenir un llistat d'objectes de tipus vaixell.
|