org.jasig.portlet.courses.dao
Interface ICoursesDao

All Known Implementing Classes:
CachingCoursesDao, HttpClientCoursesDaoImpl, MergingCoursesDaoImpl, MockCoursesDaoImpl

public interface ICoursesDao

ICoursesDao represents a data access interface for retrieving course and grade data for a particular user.

Version:
$Revision$
Author:
Jen Bourey, jennifer.bourey@gmail.com

Method Summary
 CoursesByTerm getCoursesByTerm(javax.portlet.PortletRequest request, String termCode)
          Get courses for a term for the current user
 TermList getTermList(javax.portlet.PortletRequest request)
          Get a term list for the current user
 

Method Detail

getTermList

TermList getTermList(javax.portlet.PortletRequest request)
Get a term list for the current user

Parameters:
request -
Returns:

getCoursesByTerm

CoursesByTerm getCoursesByTerm(javax.portlet.PortletRequest request,
                               String termCode)
Get courses for a term for the current user

Parameters:
request -
Returns:


Copyright © 2012 Jasig. All Rights Reserved.