Uses of Class
org.jboss.cdi.tck.tests.event.implicit.Student

Packages that use Student
org.jboss.cdi.tck.tests.event.implicit   
 

Uses of Student in org.jboss.cdi.tck.tests.event.implicit
 

Methods in org.jboss.cdi.tck.tests.event.implicit that return Student
 Student AwardEvent.getStudent()
           
 Student StudentRegisteredEvent.getStudent()
           
 

Methods in org.jboss.cdi.tck.tests.event.implicit with parameters of type Student
 void Awards.grantHonorsStatus(Student student)
           
 void Registration.registerForCourse(Course course, Student user)
           
 void Registration.registerStudent(Student student)
           
 

Constructors in org.jboss.cdi.tck.tests.event.implicit with parameters of type Student
AwardEvent(Student student)
           
StudentRegisteredEvent(Student student)
           
 



Copyright © 2008-2013 Seam Framework. All Rights Reserved.