|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reunion | |
---|---|
edu.uoc.vmerinom.tfc.domain | |
edu.uoc.vmerinom.tfc.service |
Uses of Reunion in edu.uoc.vmerinom.tfc.domain |
---|
Methods in edu.uoc.vmerinom.tfc.domain that return Reunion | |
---|---|
Reunion |
Asistente.getReunion()
|
Methods in edu.uoc.vmerinom.tfc.domain with parameters of type Reunion | |
---|---|
void |
Asistente.setReunion(Reunion reunion)
|
Constructors in edu.uoc.vmerinom.tfc.domain with parameters of type Reunion | |
---|---|
Asistente(Reunion reunion,
Usuario usuario,
java.util.Date creado,
java.util.Date modificado)
|
Uses of Reunion in edu.uoc.vmerinom.tfc.service |
---|
Methods in edu.uoc.vmerinom.tfc.service that return types with arguments of type Reunion | |
---|---|
java.util.List<Reunion> |
ReunionesService.obtenerReuniones()
Devuelve un listado de reuniones ordenados de forma descendente por fecha de reunión. |
java.util.List<Reunion> |
ReunionesService.obtenerReunionesActivas()
Devuelve un listado de reuniones cuya fecha de baja esté vacía o sea superior a la fecha de hoy. |
Methods in edu.uoc.vmerinom.tfc.service with parameters of type Reunion | |
---|---|
void |
ReunionesService.actualizarEstadoReunion(Reunion reunion)
Actualiza el estado de la reunión con los datos actuales de base de datos. |
void |
ReunionesService.insertarModificarReunion(Reunion reunion,
java.util.List<Usuario> nuevos,
java.util.List<Asistente> eliminados)
Inserta o modifica los datos de la reunión que recibe por parámetros. |
java.util.List<Grupo> |
ReunionesService.obtenerGruposRepresentados(Reunion reunion)
Devuelve un listado de los grupos (ordenados por nombre) que están representandos por los asistentes en la reunión que recibe por parámetros. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |