public interface Registrar
| Modifier and Type | Method and Description |
|---|---|
Student |
addStudent(Student student) |
Student |
completeCourse(Student student,
Grade grade) |
Student |
dropStudent(Student student) |
List<Student> |
getGraduatingStudents(int index,
int count) |
List<Student> |
getNewStudents(int index,
int count) |
Student |
getStudent(long id) |
List<Student> |
getStudents(int index,
int count) |
List<Student> |
getStudents(String queryName,
Map<String,Object> params,
int index,
int count) |
List<Student> getStudents(int index, int count) throws RegistrarException
RegistrarExceptionList<Student> getNewStudents(int index, int count) throws RegistrarException
RegistrarExceptionList<Student> getGraduatingStudents(int index, int count) throws RegistrarException
RegistrarExceptionList<Student> getStudents(String queryName, Map<String,Object> params, int index, int count) throws RegistrarException
RegistrarExceptionStudent addStudent(Student student) throws RegistrarException
RegistrarExceptionStudent getStudent(long id) throws RegistrarException
RegistrarExceptionStudent completeCourse(Student student, Grade grade) throws RegistrarException
RegistrarExceptionStudent dropStudent(Student student) throws RegistrarException
RegistrarExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.