org.jasig.portlet.courses.dao.xml
Class MockCoursesDaoImpl

java.lang.Object
  extended by org.jasig.portlet.courses.dao.xml.MockCoursesDaoImpl
All Implemented Interfaces:
ICoursesDao, org.springframework.beans.factory.InitializingBean

public class MockCoursesDaoImpl
extends Object
implements ICoursesDao, org.springframework.beans.factory.InitializingBean


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
MockCoursesDaoImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 CourseSummaryWrapper getSummary(javax.portlet.PortletRequest request)
           
 void setMockData(org.springframework.core.io.Resource mockData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

MockCoursesDaoImpl

public MockCoursesDaoImpl()
Method Detail

setMockData

public void setMockData(org.springframework.core.io.Resource mockData)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

getSummary

public CourseSummaryWrapper getSummary(javax.portlet.PortletRequest request)
Specified by:
getSummary in interface ICoursesDao


Copyright © 2012 Jasig. All Rights Reserved.