Uses of Class
ejava.examples.webtier.bo.Grade
-
Packages that use Grade Package Description ejava.examples.webtier.bl ejava.examples.webtier.bo -
-
Uses of Grade in ejava.examples.webtier.bl
Methods in ejava.examples.webtier.bl with parameters of type Grade Modifier and Type Method Description Student
Registrar. completeCourse(Student student, Grade grade)
Student
RegistrarImpl. completeCourse(Student student, Grade grade)
-
Uses of Grade in ejava.examples.webtier.bo
Fields in ejava.examples.webtier.bo with type parameters of type Grade Modifier and Type Field Description private List<Grade>
Student. grades
Methods in ejava.examples.webtier.bo that return types with arguments of type Grade Modifier and Type Method Description List<Grade>
Student. getGrades()
Method parameters in ejava.examples.webtier.bo with type arguments of type Grade Modifier and Type Method Description void
Student. setGrades(List<Grade> grades)
Constructor parameters in ejava.examples.webtier.bo with type arguments of type Grade Constructor Description Student(long id, String firstName, String lastName, List<Grade> grades)
-