org.jasig.portlet.courses.model.xml.personal
Class CoursesByTermWrapper
java.lang.Object
org.jasig.portlet.courses.model.xml.personal.CoursesByTermWrapper
- Direct Known Subclasses:
- CoursesByTerm
public abstract class CoursesByTermWrapper
- extends Object
Adds base functionality to the CourseSummary object
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoursesByTermWrapper
public CoursesByTermWrapper()
getNewUpdateCount
public int getNewUpdateCount()
getCourse
public Course getCourse(String courseCode)
getCourses
public abstract List<Course> getCourses()
Copyright © 2012 Jasig. All Rights Reserved.