org.kuali.hr.time.earncode.dao
Class EarnCodeDaoSpringOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
org.kuali.hr.time.earncode.dao.EarnCodeDaoSpringOjbImpl
- All Implemented Interfaces:
- EarnCodeDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class EarnCodeDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements EarnCodeDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.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 |
EarnCodeDaoSpringOjbImpl
public EarnCodeDaoSpringOjbImpl()
saveOrUpdate
public void saveOrUpdate(EarnCode earnCode)
saveOrUpdate
public void saveOrUpdate(List<EarnCode> earnCodeList)
getEarnCodeById
public EarnCode getEarnCodeById(String earnCodeId)
- Description copied from interface:
EarnCodeDao
- Get an earn code by "row id" explicitly
- Specified by:
getEarnCodeById
in interface EarnCodeDao
getEarnCode
public EarnCode getEarnCode(String earnCode,
Date asOfDate)
- Description copied from interface:
EarnCodeDao
- Provides access to earn code by name, using effdt, timestamp and active as qualifiers
- Specified by:
getEarnCode
in interface EarnCodeDao
getOvertimeEarnCodes
public List<EarnCode> getOvertimeEarnCodes(Date asOfDate)
- Specified by:
getOvertimeEarnCodes
in interface EarnCodeDao
getEarnCodeCount
public int getEarnCodeCount(String earnCode)
- Specified by:
getEarnCodeCount
in interface EarnCodeDao
getNewerEarnCodeCount
public int getNewerEarnCodeCount(String earnCode,
Date effdt)
- Specified by:
getNewerEarnCodeCount
in interface EarnCodeDao
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.