public class MockEffortCertificationReportDefinitionDaoOjb extends Object implements EffortCertificationReportDefinitionDao
Constructor and Description |
---|
MockEffortCertificationReportDefinitionDaoOjb()
Constructs a MockEffortCertificationReportDefinitionDaoOjb.java.
|
Modifier and Type | Method and Description |
---|---|
List<EffortCertificationReportDefinition> |
getAll()
returns the list of report definitions to be used in unit tests
|
List<EffortCertificationReport> |
getAllByYearAndPositionCode(Integer fiscalYear,
String positionObjectCode) |
List<EffortCertificationReportDefinition> |
getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
returns the list of report definitions to be used in unit tests
|
void |
setReportDefinitionList(List<EffortCertificationReportDefinition> reportDefinitions)
Sets the report defintions to be used by unit tests
|
public MockEffortCertificationReportDefinitionDaoOjb()
public List<EffortCertificationReportDefinition> getAll()
getAll
in interface EffortCertificationReportDefinitionDao
public List<EffortCertificationReportDefinition> getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
getAllOtherActiveByType
in interface EffortCertificationReportDefinitionDao
public void setReportDefinitionList(List<EffortCertificationReportDefinition> reportDefinitions)
reportDefinitions
- public List<EffortCertificationReport> getAllByYearAndPositionCode(Integer fiscalYear, String positionObjectCode)
getAllByYearAndPositionCode
in interface EffortCertificationReportDefinitionDao
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.