Package | Description |
---|---|
edu.uoc.grp.dao | |
edu.uoc.grp.mapper | |
edu.uoc.grp.service |
Modifier and Type | Method and Description |
---|---|
Moll |
DaoMoll.cercarMoll(java.lang.Integer idMoll)
Mètode que serveix per a obtenir un moll a partir del seu identificador.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Moll> |
DaoMoll.obtenirMollsDisponibles()
Mètode que serveix per a obtenir un llistat dels molls que no estiguin assignats a cap vaixell.
|
Modifier and Type | Method and Description |
---|---|
Moll |
MollMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
Moll |
ServeiInformacio.cercarMoll(java.lang.Integer idMoll)
Mètode que serveix per a cercar un moll a partir del seu identificador.
|