- refresh(Actividad) - Static method in class orm.ActividadDAO
-
- refresh(Anotacion) - Static method in class orm.AnotacionDAO
-
- refresh(Apoderado) - Static method in class orm.ApoderadoDAO
-
- refresh(Asignatura) - Static method in class orm.AsignaturaDAO
-
- refresh(Asistencia) - Static method in class orm.AsistenciaDAO
-
- refresh(Colegio) - Static method in class orm.ColegioDAO
-
- refresh(Curso) - Static method in class orm.CursoDAO
-
- refresh(Estudiante) - Static method in class orm.EstudianteDAO
-
- refresh(Nota) - Static method in class orm.NotaDAO
-
- refresh(Profesor) - Static method in class orm.ProfesorDAO
-
- remove(Actividad) - Method in class orm.ActividadSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Anotacion) - Method in class orm.AnotacionSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Apoderado) - Method in class orm.ApoderadoSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Asignatura) - Method in class orm.AsignaturaSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Asistencia) - Method in class orm.AsistenciaSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Curso) - Method in class orm.CursoSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Estudiante) - Method in class orm.EstudianteSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Nota) - Method in class orm.NotaSetCollection
-
Remove the specified persistent object from ORMSet
- remove(Profesor) - Method in class orm.ProfesorSetCollection
-
Remove the specified persistent object from ORMSet
- Reporte - Class in logica.reportes
-
Clase generadora de reportes, inicia, configura y genera el reporte requerido
los guarda en xml, json, docx, xlsx y html
- Reporte(File) - Constructor for class logica.reportes.Reporte
-
- ReporteApoderado - Class in logica.reportes
-
Clase que almacena los datos de notas, planificaciones y anotaciones de los alumnos de un apoderado
- ReporteApoderado(Apoderado) - Constructor for class logica.reportes.ReporteApoderado
-
- reporteApoderadoMasEstudiantes(File, String, String, String) - Method in class logica.reportes.Reporte
-
Genera el reporte de los apoderados con multiples estudiantes
- ReporteApoderadosMasEstudiantes - Class in logica.reportes
-
Clase que almacena a los apoderados con mas de un estudiante.
- ReporteApoderadosMasEstudiantes() - Constructor for class logica.reportes.ReporteApoderadosMasEstudiantes
-
- reporteAsistenciaBajo(File, String, String, String, int) - Method in class logica.reportes.Reporte
-
Genera el reporte de estudiantes con un porcentaje de asistencia bajo
- ReporteAsistenciaBajo - Class in logica.reportes
-
Clase que almacena los datos de los estudiantes con una asistencia bajo un %X
- ReporteAsistenciaBajo(int) - Constructor for class logica.reportes.ReporteAsistenciaBajo
-
- reporteAsistenciaYNotas(File, String, String, String, Estudiante) - Method in class logica.reportes.Reporte
-
Genera el reporte de asistencia y notas de un estudiante
- ReporteAsistenciaYNotas - Class in logica.reportes
-
Clase que almancena la lista de asistencia y la lista de notas por asignatura de un alumno
- ReporteAsistenciaYNotas(Estudiante) - Constructor for class logica.reportes.ReporteAsistenciaYNotas
-
- reporteGeneralApoderado(File, String, String, String) - Method in class logica.reportes.Reporte
-
Genera el reporte general apoderado.
- reporteNotasProfesor(File, String, String, String, Profesor) - Method in class logica.reportes.Reporte
-
Genera el reporte de notas de los alumnos en la asignatura que imparte un profesor
- ReporteNotasProfesor - Class in logica.reportes
-
Clase que almacena las notas por cada estudiante al cual un profesor le da clases.
- ReporteNotasProfesor(Profesor) - Constructor for class logica.reportes.ReporteNotasProfesor
-
- reportePlanificaciones(File, String, String, String, Apoderado) - Method in class logica.reportes.Reporte
-
Genera el reporte de planificaciones de los alumnos de un apoderado
- ReportePlanificaciones - Class in logica.reportes
-
Clase que almancena las planificaciones de los pupilos de un apoderado
- ReportePlanificaciones(Apoderado) - Constructor for class logica.reportes.ReportePlanificaciones
-
- reporteReprobado(File, String, String, String) - Method in class logica.reportes.Reporte
-
Genera el reporte que muestra los alumnos que estan reprobando en el colegio
- ReporteReprobando - Class in logica.reportes
-
- ReporteReprobando() - Constructor for class logica.reportes.ReporteReprobando
-