public class MockCoursesDaoImpl extends Object implements ICoursesDao, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
MockCoursesDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
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
|
void |
setMockData(org.springframework.core.io.Resource mockData) |
public void setMockData(org.springframework.core.io.Resource mockData)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic TermList getTermList(javax.portlet.PortletRequest request)
ICoursesDaogetTermList in interface ICoursesDaopublic CoursesByTerm getCoursesByTerm(javax.portlet.PortletRequest request, String termCode)
ICoursesDaogetCoursesByTerm in interface ICoursesDaoCopyright © 2016 Jasig. All Rights Reserved.