org.jasig.portlet.courses.model.xml.personal
Class CourseWrapper

java.lang.Object
  extended by org.jasig.portlet.courses.model.xml.personal.CourseWrapper
Direct Known Subclasses:
Course

public abstract class CourseWrapper
extends Object

Adds base functionality to the Course object

Author:
Eric Dalquist

Constructor Summary
CourseWrapper()
           
 
Method Summary
abstract  List<CourseUpdate> getCourseUpdates()
           
 int getNewUpdateCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseWrapper

public CourseWrapper()
Method Detail

getNewUpdateCount

public int getNewUpdateCount()

getCourseUpdates

public abstract List<CourseUpdate> getCourseUpdates()


Copyright © 2012 Jasig. All Rights Reserved.