public class MockCoursesSectionDao extends Object implements ICoursesSectionDao
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
MockCoursesSectionDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Course> |
getClassSchedule(javax.portlet.PortletRequest request,
String termCode,
TermList termList) |
Course |
getCoursesBySection(javax.portlet.PortletRequest request,
String termCode,
String catalogNbr,
String subjectCode,
String courseId,
String classNbr,
TermList termList) |
CoursesByTerm |
getCoursesByTerm(javax.portlet.PortletRequest request,
String termCode,
TermList termList)
Get courses for a term for the current user
|
List<Course> |
getFinalExams(javax.portlet.PortletRequest request,
String termCode,
TermList termList) |
TermList |
getTermList(javax.portlet.PortletRequest request)
Get a term list for the current user
|
void |
setMockData(org.springframework.core.io.Resource mockData) |
public void setMockData(org.springframework.core.io.Resource mockData)
public TermList getTermList(javax.portlet.PortletRequest request)
ICoursesSectionDaogetTermList in interface ICoursesSectionDaopublic CoursesByTerm getCoursesByTerm(javax.portlet.PortletRequest request, String termCode, TermList termList)
ICoursesSectionDaogetCoursesByTerm in interface ICoursesSectionDaopublic Course getCoursesBySection(javax.portlet.PortletRequest request, String termCode, String catalogNbr, String subjectCode, String courseId, String classNbr, TermList termList)
getCoursesBySection in interface ICoursesSectionDaopublic List<Course> getFinalExams(javax.portlet.PortletRequest request, String termCode, TermList termList)
getFinalExams in interface ICoursesSectionDaopublic List<Course> getClassSchedule(javax.portlet.PortletRequest request, String termCode, TermList termList)
getClassSchedule in interface ICoursesSectionDaoCopyright © 2023 Jasig. All rights reserved.