public class MockDegreeProgressDaoImpl extends Object implements IDegreeProgressDao, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
MockDegreeProgressDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
WhatIfRequest |
createWhatIfRequest(javax.portlet.PortletRequest request)
Returns a
WhatIfRequest pre-populated with things only the
concrete IDegreeProgressDao should know about. |
DegreeProgressReport |
getProgressReport(javax.portlet.PortletRequest request) |
Boolean |
getWebEnabled(javax.portlet.PortletRequest request) |
DegreeProgressReport |
getWhatIfReport(WhatIfRequest whatIfRequest) |
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 DegreeProgressReport getProgressReport(javax.portlet.PortletRequest request)
getProgressReport in interface IDegreeProgressDaopublic Boolean getWebEnabled(javax.portlet.PortletRequest request)
getWebEnabled in interface IDegreeProgressDaopublic WhatIfRequest createWhatIfRequest(javax.portlet.PortletRequest request)
IDegreeProgressDaoWhatIfRequest pre-populated with things only the
concrete IDegreeProgressDao should know about.createWhatIfRequest in interface IDegreeProgressDaopublic DegreeProgressReport getWhatIfReport(WhatIfRequest whatIfRequest)
getWhatIfReport in interface IDegreeProgressDaoCopyright © 2016 Jasig. All Rights Reserved.