Modifier and Type | Field and Description |
---|---|
private static java.util.List<Course> |
StudentCenter.courseList |
private java.util.List<Course> |
Student.myCourseCart |
private java.util.List<Course> |
Student.myEnrolledCourses |
Modifier and Type | Method and Description |
---|---|
private static Course |
StudentCenter.getCourseFromCourseList(java.lang.String courseCode)
Look up Course from classCode
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Course> |
Student.getEnrolledCourses() |
Modifier and Type | Method and Description |
---|---|
void |
Student.addToCart(Course course)
Adds the course to the list of courses the student is interested in.
|
void |
Student.enrollCourse(Course course)
After the registration list is processed, adds successfully enrolled
courses to Student's list
|