org.kuali.kfs.module.cab.dataaccess.impl
Class PurchasingAccountsPayableReportDaoOjb

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

public class PurchasingAccountsPayableReportDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements PurchasingAccountsPayableReportDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PurchasingAccountsPayableReportDaoOjb()
           
 
Method Summary
protected  List<String> buildAttributeList(boolean isExtended)
          Build attribute list for select clause.
 Iterator findGeneralLedgers(Map fieldValues)
          Get GeneralLedgerEntries from the given input values.
 Collection findPurchasingAccountsPayableDocuments(Map fieldValues)
          Get PurchasingAccountsPayableDocument collection from given query fields.
protected  Collection getActivityStatusCode(Map fieldValues)
          Get activity_statu_code
protected  Collection getDocumentType(Map fieldValues)
          Get Document type code selection
protected  org.apache.ojb.broker.query.ReportQueryByCriteria getGeneralLedgerReportQuery(Map fieldValues)
          Generate Query object for GeneralLedgerEntry search.
 
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

PurchasingAccountsPayableReportDaoOjb

public PurchasingAccountsPayableReportDaoOjb()
Method Detail

findPurchasingAccountsPayableDocuments

public Collection findPurchasingAccountsPayableDocuments(Map fieldValues)
Description copied from interface: PurchasingAccountsPayableReportDao
Get PurchasingAccountsPayableDocument collection from given query fields.

Specified by:
findPurchasingAccountsPayableDocuments in interface PurchasingAccountsPayableReportDao
Returns:
See Also:
PurchasingAccountsPayableReportDao.findPurchasingAccountsPayableDocuments(java.util.Map)

findGeneralLedgers

public Iterator findGeneralLedgers(Map fieldValues)
Description copied from interface: PurchasingAccountsPayableReportDao
Get GeneralLedgerEntries from the given input values.

Specified by:
findGeneralLedgers in interface PurchasingAccountsPayableReportDao
Returns:
See Also:
PurchasingAccountsPayableReportDao.findGeneralLedgers(java.util.Map)

getGeneralLedgerReportQuery

protected org.apache.ojb.broker.query.ReportQueryByCriteria getGeneralLedgerReportQuery(Map fieldValues)
Generate Query object for GeneralLedgerEntry search.

Parameters:
fieldValues -
Returns:

getActivityStatusCode

protected Collection getActivityStatusCode(Map fieldValues)
Get activity_statu_code

Parameters:
fieldValues -
Returns:

getDocumentType

protected Collection getDocumentType(Map fieldValues)
Get Document type code selection

Parameters:
fieldValues -
Returns:

buildAttributeList

protected List<String> buildAttributeList(boolean isExtended)
Build attribute list for select clause.

Parameters:
isExtended -
Returns:


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