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

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

public abstract class TermsAndCoursesWrapper
extends Object


Constructor Summary
TermsAndCoursesWrapper()
           
 
Method Summary
 CoursesByTerm getCoursesByTerm(String termCode)
           
abstract  List<CoursesByTerm> getCoursesByTerms()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermsAndCoursesWrapper

public TermsAndCoursesWrapper()
Method Detail

getCoursesByTerm

public CoursesByTerm getCoursesByTerm(String termCode)

getCoursesByTerms

public abstract List<CoursesByTerm> getCoursesByTerms()


Copyright © 2012 Jasig. All Rights Reserved.