org.kuali.kfs.module.endow.dataaccess
Interface PooledFundControlTransactionsDao

All Known Implementing Classes:
PooledFundControlTransactionsDaoOjb

public interface PooledFundControlTransactionsDao


Method Summary
 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
 

Method Detail

getAllPooledFundControlTransaction

List<PooledFundControl> getAllPooledFundControlTransaction()
Gets all pooled fund control transaction

Returns:
List

getTransactionArchiveSecurityWithSecurityId

List<TransactionArchiveSecurity> getTransactionArchiveSecurityWithSecurityId(PooledFundControl pooledFundControl,
                                                                             List<String> documentTypeNames,
                                                                             Date currentDate)
Gets all transaction archive security with security id and document names

Parameters:
securityId -
documentTypeNames -
Returns:

getTransactionArchiveWithSecurityAndDocNames

List<TransactionArchive> getTransactionArchiveWithSecurityAndDocNames(PooledFundControl pooledFundControl,
                                                                      List<String> documentTypeNames,
                                                                      Date currentDate)
Gets all transaction archive with security id and document names

Parameters:
securityId -
documentTypeNames -
Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.