Uses of Class
model.EnrolledIn

Packages that use EnrolledIn
model   
 

Uses of EnrolledIn in model
 

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

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