org.kuali.hr.earncodesec.dao
Class EarnCodeSecurityDaoSpringOjbImpl
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.earncodesec.dao.EarnCodeSecurityDaoSpringOjbImpl
- All Implemented Interfaces:
- EarnCodeSecurityDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class EarnCodeSecurityDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements EarnCodeSecurityDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Method Summary |
List<EarnCodeSecurity> |
getEarnCodeSecurities(String department,
String hrSalGroup,
String location,
Date asOfDate)
|
EarnCodeSecurity |
getEarnCodeSecurity(String hrEarnCodeSecId)
|
int |
getEarnCodeSecurityCount(String dept,
String salGroup,
String earnCode,
String employee,
String approver,
String location,
String active,
Date effdt,
String hrDeptEarnCodeId)
|
int |
getNewerEarnCodeSecurityCount(String earnCode,
Date effdt)
|
void |
saveOrUpdate(EarnCodeSecurity earnCodeSec)
|
void |
saveOrUpdate(List<EarnCodeSecurity> ernCdSecList)
|
List<EarnCodeSecurity> |
searchEarnCodeSecurities(String dept,
String salGroup,
String earnCode,
String location,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
|
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 |
EarnCodeSecurityDaoSpringOjbImpl
public EarnCodeSecurityDaoSpringOjbImpl()
saveOrUpdate
public void saveOrUpdate(EarnCodeSecurity earnCodeSec)
- Specified by:
saveOrUpdate
in interface EarnCodeSecurityDao
saveOrUpdate
public void saveOrUpdate(List<EarnCodeSecurity> ernCdSecList)
- Specified by:
saveOrUpdate
in interface EarnCodeSecurityDao
getEarnCodeSecurities
public List<EarnCodeSecurity> getEarnCodeSecurities(String department,
String hrSalGroup,
String location,
Date asOfDate)
- Specified by:
getEarnCodeSecurities
in interface EarnCodeSecurityDao
getEarnCodeSecurity
public EarnCodeSecurity getEarnCodeSecurity(String hrEarnCodeSecId)
- Specified by:
getEarnCodeSecurity
in interface EarnCodeSecurityDao
searchEarnCodeSecurities
public List<EarnCodeSecurity> searchEarnCodeSecurities(String dept,
String salGroup,
String earnCode,
String location,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
- Specified by:
searchEarnCodeSecurities
in interface EarnCodeSecurityDao
getEarnCodeSecurityCount
public int getEarnCodeSecurityCount(String dept,
String salGroup,
String earnCode,
String employee,
String approver,
String location,
String active,
Date effdt,
String hrDeptEarnCodeId)
- Specified by:
getEarnCodeSecurityCount
in interface EarnCodeSecurityDao
getNewerEarnCodeSecurityCount
public int getNewerEarnCodeSecurityCount(String earnCode,
Date effdt)
- Specified by:
getNewerEarnCodeSecurityCount
in interface EarnCodeSecurityDao
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.