org.kuali.kfs.module.cab.batch.dataaccess.impl
Class ExtractDaoOjb

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.cab.batch.dataaccess.impl.ExtractDaoOjb
All Implemented Interfaces:
ExtractDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class ExtractDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements ExtractDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ExtractDaoOjb()
           
 
Method Summary
 Collection<CreditMemoAccountRevision> findCreditMemoAccountRevisions(BatchParameters batchParameters)
          This method implementation should find valid Credit Memo account line changes as per the batch parameters
 Collection<Entry> findMatchingGLEntries(BatchParameters batchParameters)
          This method implementation should find all GL Entries matching the parameters listed in the batch parameters
 Collection<PaymentRequestAccountRevision> findPaymentRequestAccountRevisions(BatchParameters batchParameters)
          This method implementation should find valid Payment Request account line changes as per the batch parameters
 Collection<PurchaseOrderAccount> findPreTaggablePOAccounts(BatchParameters batchParameters)
          This method implementation should retrieve all eligible pretaggable PO account lines from Purchasing module
 
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

ExtractDaoOjb

public ExtractDaoOjb()
Method Detail

findMatchingGLEntries

public Collection<Entry> findMatchingGLEntries(BatchParameters batchParameters)
Description copied from interface: ExtractDao
This method implementation should find all GL Entries matching the parameters listed in the batch parameters

Specified by:
findMatchingGLEntries in interface ExtractDao
Parameters:
batchParameters - Batch Parameters
Returns:
GL Entries
See Also:
ExtractDao.findMatchingGLEntries(org.kuali.kfs.module.cab.businessobject.BatchParameters)

findPreTaggablePOAccounts

public Collection<PurchaseOrderAccount> findPreTaggablePOAccounts(BatchParameters batchParameters)
Description copied from interface: ExtractDao
This method implementation should retrieve all eligible pretaggable PO account lines from Purchasing module

Specified by:
findPreTaggablePOAccounts in interface ExtractDao
Parameters:
batchParameters - Batch Parameters
Returns:
List of pre-taggable purchase order account lines
See Also:
ExtractDao.findPreTaggablePOAccounts(org.kuali.kfs.module.cab.businessobject.BatchParameters)

findCreditMemoAccountRevisions

public Collection<CreditMemoAccountRevision> findCreditMemoAccountRevisions(BatchParameters batchParameters)
Description copied from interface: ExtractDao
This method implementation should find valid Credit Memo account line changes as per the batch parameters

Specified by:
findCreditMemoAccountRevisions in interface ExtractDao
Parameters:
batchParameters - Batch Parameters
Returns:
List of Credit memo account history records
See Also:
org.kuali.kfs.module.cab.batch.dataaccess.ExtractDao#findCreditMemoAccountHistory(org.kuali.kfs.module.cab.businessobject.BatchParameters)

findPaymentRequestAccountRevisions

public Collection<PaymentRequestAccountRevision> findPaymentRequestAccountRevisions(BatchParameters batchParameters)
Description copied from interface: ExtractDao
This method implementation should find valid Payment Request account line changes as per the batch parameters

Specified by:
findPaymentRequestAccountRevisions in interface ExtractDao
Parameters:
batchParameters - Batch Parameters
Returns:
List of Payment Request account history records
See Also:
org.kuali.kfs.module.cab.batch.dataaccess.ExtractDao#findPaymentRequestAccountHistory(org.kuali.kfs.module.cab.businessobject.BatchParameters)


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