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
RegistrarException
List<Student> getNewStudents(int index, int count) throws RegistrarException
RegistrarException
List<Student> getGraduatingStudents(int index, int count) throws RegistrarException
RegistrarException
List<Student> getStudents(String queryName, Map<String,Object> params, int index, int count) throws RegistrarException
RegistrarException
Student addStudent(Student student) throws RegistrarException
RegistrarException
Student getStudent(long id) throws RegistrarException
RegistrarException
Student completeCourse(Student student, Grade grade) throws RegistrarException
RegistrarException
Student dropStudent(Student student) throws RegistrarException
RegistrarException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.