Package | Description |
---|---|
edu.uoc.grp.dao | |
edu.uoc.grp.mapper | |
edu.uoc.grp.model | |
edu.uoc.grp.service |
Modifier and Type | Method and Description |
---|---|
Empleat |
DaoUsuari.cercarEmpleat(java.lang.Integer idEmpleat)
Mètode que serveix per cercar a un empleat a partir del seu identificador.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Empleat> |
DaoUsuari.obtenirLlistatEmpleats()
Mètode que serveix per a obtenir un llistat dels empleats de l'empresa.
|
Modifier and Type | Method and Description |
---|---|
Empleat |
EmpleatMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Class and Description |
---|---|
class |
Tripulant
Classe Tripulant.
|
Modifier and Type | Method and Description |
---|---|
Empleat |
ServeiUsuari.cercarEmpleat(java.lang.Integer idEmpleat)
Mètode que serveix per a cercar un empleat a partir del seu identificador de empleat.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Empleat> |
ServeiUsuari.obtenirLlistatEmpleats()
Mètode que serveix per a obtenir un llistat d'objectes de tipus empleat.
|