Uses of Class
ejava.examples.webtier.bl.RegistrarException
-
Packages that use RegistrarException Package Description ejava.examples.webtier.bl -
-
Uses of RegistrarException in ejava.examples.webtier.bl
Methods in ejava.examples.webtier.bl that throw RegistrarException Modifier and Type Method Description StudentRegistrar. addStudent(Student student)StudentRegistrarImpl. addStudent(Student student)StudentRegistrar. completeCourse(Student student, Grade grade)StudentRegistrarImpl. completeCourse(Student student, Grade grade)StudentRegistrar. dropStudent(Student student)StudentRegistrarImpl. dropStudent(Student student)List<Student>Registrar. getGraduatingStudents(int index, int count)List<Student>RegistrarImpl. getGraduatingStudents(int index, int count)List<Student>Registrar. getNewStudents(int index, int count)List<Student>RegistrarImpl. getNewStudents(int index, int count)StudentRegistrar. getStudent(long id)StudentRegistrarImpl. getStudent(long id)List<Student>Registrar. getStudents(int index, int count)List<Student>Registrar. getStudents(String queryName, Map<String,Object> params, int index, int count)List<Student>RegistrarImpl. getStudents(int index, int count)List<Student>RegistrarImpl. getStudents(String queryName, Map<String,Object> params, int index, int count)
-