org.kuali.kfs.module.endow.dataaccess.impl
Class PooledFundControlTransactionsDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by 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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PooledFundControlTransactionsDaoOjb()
           
 
Method Summary
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
 List<PooledFundControl> getAllPooledFundControlTransaction()
          Gets all pooled fund control transaction
 List<TransactionArchiveSecurity> getTransactionArchiveSecurityWithSecurityId(PooledFundControl pooledFundControl, List<String> documentTypeNames, Date currentDate)
          Gets all transaction archive security with security id and document names
 List<TransactionArchive> getTransactionArchiveWithSecurityAndDocNames(PooledFundControl pooledFundControl, List<String> documentTypeNames, Date currentDate)
          Gets all transaction archive with security id and document names
 
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

PooledFundControlTransactionsDaoOjb

public PooledFundControlTransactionsDaoOjb()
Method Detail

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.