Uses of Class
registrationsystem.model.EnrolledIn

Packages that use EnrolledIn
registrationsystem.model   
 

Uses of EnrolledIn in registrationsystem.model
 

Methods in registrationsystem.model that return EnrolledIn
 EnrolledIn Course.getEnrolledIn(java.lang.String studentName)
          Accessor for the enrollment for a specific student
 

Methods in registrationsystem.model with parameters of type EnrolledIn
 void Course.addEnrolledIn(java.lang.String studentName, EnrolledIn newEnrolledIn)
          Add a new enrollment to the course
 void Student.addEnrolledIn(java.lang.String courseId, EnrolledIn newEnrolledIn)
          Add a new enrollment for a course the student is in