Package | Description |
---|---|
org.uoc.examlist.controller | |
org.uoc.examlist.data | |
org.uoc.examlist.view |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ExamenController.updateExamen(DetalleExamen detalleExamen,
org.springframework.ui.Model model)
Método encargado de actualizar los detalles
de un examen
|
Modifier and Type | Method and Description |
---|---|
ExamLugar |
ExamenDao.updateExamLugar(DetalleExamen detalleExamen)
Método encargado de actualizar los datos relativos a un
examen y su lugar de realización
|
ExamLugar |
ExamenDaoImpl.updateExamLugar(DetalleExamen detalleExamen) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DetalleExamen> |
BuscadorExamenes.getListaExamenes() |
Modifier and Type | Method and Description |
---|---|
void |
BuscadorExamenes.setListaExamenes(java.util.List<DetalleExamen> listaExamenes) |