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 StudentRegisteredEvent.getStudent()
           
 Student AwardEvent.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-2012 Seam Framework. All Rights Reserved.