|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.ec.dataaccess.impl.EffortCertificationReportDefinitionDaoOjb
public class EffortCertificationReportDefinitionDaoOjb
EffortCertificationReportDefinitionDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
EffortCertificationReportDefinitionDaoOjb()
|
Method Summary | |
---|---|
List<EffortCertificationReportDefinition> |
getAll()
Retrieves all EffortCertificationReportDefinition records |
List<EffortCertificationReport> |
getAllByYearAndPositionCode(Integer fiscalYear,
String positionObjectCode)
Retrieves all EffortCertificationReportDefinition records that have a begin or end period fiscal year equal to the given fiscal year, and report on pay given by the position object group code. |
List<EffortCertificationReportDefinition> |
getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
Finds all effort certification report definitions that have the same report type code and are active (excluding the current record) |
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EffortCertificationReportDefinitionDaoOjb()
Method Detail |
---|
public List<EffortCertificationReportDefinition> getAll()
EffortCertificationReportDefinitionDao
getAll
in interface EffortCertificationReportDefinitionDao
EffortCertificationReportDefinitionDao.getAll()
public List<EffortCertificationReportDefinition> getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
EffortCertificationReportDefinitionDao
getAllOtherActiveByType
in interface EffortCertificationReportDefinitionDao
org.kuali.kfs.module.ec.dataaccess.EffortCertificationReportDefinitionDao#getOverlappingReportDefinitions(org.kuali.kfs.module.ec.businessobject.EffortCertificationReportDefinition)
public List<EffortCertificationReport> getAllByYearAndPositionCode(Integer fiscalYear, String positionObjectCode)
EffortCertificationReportDefinitionDao
getAllByYearAndPositionCode
in interface EffortCertificationReportDefinitionDao
fiscalYear
- - fiscal year for being or end periodpositionObjectCode
- - position object group code for report definition
EffortCertificationReportDefinitionDao.getAllByYearAndPositionCode(java.lang.Integer, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |