org.kuali.kfs.module.endow.dataaccess.impl
Class PooledFundControlTransactionsDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.endow.dataaccess.impl.PooledFundControlTransactionsDaoOjb
- All Implemented Interfaces:
- PooledFundControlTransactionsDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class PooledFundControlTransactionsDaoOjb
- extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
- implements PooledFundControlTransactionsDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
PooledFundControlTransactionsDaoOjb
public PooledFundControlTransactionsDaoOjb()
getAllPooledFundControlTransaction
public List<PooledFundControl> getAllPooledFundControlTransaction()
- Description copied from interface:
PooledFundControlTransactionsDao
- Gets all pooled fund control transaction
- Specified by:
getAllPooledFundControlTransaction
in interface PooledFundControlTransactionsDao
- Returns:
- List
- See Also:
PooledFundControlTransactionsDao.getAllPooledFundControlTransaction()
getTransactionArchiveSecurityWithSecurityId
public List<TransactionArchiveSecurity> getTransactionArchiveSecurityWithSecurityId(PooledFundControl pooledFundControl,
List<String> documentTypeNames,
Date currentDate)
- Description copied from interface:
PooledFundControlTransactionsDao
- Gets all transaction archive security with security id and document names
- Specified by:
getTransactionArchiveSecurityWithSecurityId
in interface PooledFundControlTransactionsDao
- Returns:
- See Also:
org.kuali.kfs.module.endow.dataaccess.PooledFundControlTransactionsDao#getTransactionArchiveSecurityWithSecurityId(java.lang.String, java.util.List)
getTransactionArchiveWithSecurityAndDocNames
public List<TransactionArchive> getTransactionArchiveWithSecurityAndDocNames(PooledFundControl pooledFundControl,
List<String> documentTypeNames,
Date currentDate)
- Description copied from interface:
PooledFundControlTransactionsDao
- Gets all transaction archive with security id and document names
- Specified by:
getTransactionArchiveWithSecurityAndDocNames
in interface PooledFundControlTransactionsDao
- Returns:
- See Also:
org.kuali.kfs.module.endow.dataaccess.PooledFundControlTransactionsDao#getTransactionArchiveWithSecurityAndDocNames(java.lang.String, java.util.List)
existsTransactionArchiveSecurityWithDocNames
protected boolean existsTransactionArchiveSecurityWithDocNames(String kemid,
List<String> documentTypeNames,
TransactionArchiveSecurity transactionArchiveSecurity,
Date currentDate)
- Checks to see if the TransactionArchiveSecurity exists in TransactionArchive with the given condition
- Parameters:
documentTypeNames
- transactionArchiveSecurity
-
- Returns:
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.