Uses of Class
ejava.examples.webtier.bo.Student
-
Packages that use Student Package Description ejava.examples.webtier.bl ejava.examples.webtier.dao ejava.examples.webtier.jpa -
-
Uses of Student in ejava.examples.webtier.bl
Methods in ejava.examples.webtier.bl that return Student 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)StudentRegistrar. getStudent(long id)StudentRegistrarImpl. getStudent(long id)Methods in ejava.examples.webtier.bl that return types with arguments of type Student Modifier and Type Method Description 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)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)Methods in ejava.examples.webtier.bl with parameters of type Student 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) -
Uses of Student in ejava.examples.webtier.dao
Methods in ejava.examples.webtier.dao that return Student Modifier and Type Method Description StudentStudentDAO. create(Student student)StudentStudentDAO. get(long id)StudentStudentDAO. remove(Student student)StudentStudentDAO. update(Student student)Methods in ejava.examples.webtier.dao that return types with arguments of type Student Modifier and Type Method Description List<Student>StudentDAO. find(int index, int count)List<Student>StudentDAO. find(String queryName, int index, int count)List<Student>StudentDAO. find(String queryName, Map<String,Object> params, int index, int count)Methods in ejava.examples.webtier.dao with parameters of type Student Modifier and Type Method Description StudentStudentDAO. create(Student student)StudentStudentDAO. remove(Student student)StudentStudentDAO. update(Student student) -
Uses of Student in ejava.examples.webtier.jpa
Methods in ejava.examples.webtier.jpa that return Student Modifier and Type Method Description StudentStudentJPADAO. create(Student student)StudentStudentJPADAO. get(long id)StudentStudentJPADAO. remove(Student student)StudentStudentJPADAO. update(Student student)Methods in ejava.examples.webtier.jpa that return types with arguments of type Student Modifier and Type Method Description List<Student>StudentJPADAO. find(int index, int count)List<Student>StudentJPADAO. find(String name, int index, int count)List<Student>StudentJPADAO. find(String name, Map<String,Object> args, int index, int count)Methods in ejava.examples.webtier.jpa with parameters of type Student Modifier and Type Method Description StudentStudentJPADAO. create(Student student)StudentStudentJPADAO. remove(Student student)StudentStudentJPADAO. update(Student student)
-