Package | Description |
---|---|
edu.uoc.helpDesk.bussinesslogic | |
edu.uoc.helpDesk.entities |
Modifier and Type | Method and Description |
---|---|
Engineer |
HelpDeskEngineerBean.login(java.lang.String login,
java.lang.String password) |
Engineer |
HelpDeskEngineer.login(java.lang.String login,
java.lang.String password)
Comprueba que existe un ingeniero con el login y password pasados por
parĂ¡metro.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Engineer> |
HelpDeskEngineerBean.findAllEngineers() |
java.util.List<Engineer> |
HelpDeskEngineer.findAllEngineers()
Devuelve un listado con todos los ingenieros.
|
Modifier and Type | Method and Description |
---|---|
Engineer |
Incident.getEngineerId()
Obtiene el ingeniero encargado de solucionar la incidencia.
|
Modifier and Type | Method and Description |
---|---|
void |
Incident.setEngineerId(Engineer engineerId)
Asigna el ingeniero.
|