org.kuali.kfs.module.cab.dataaccess.impl
Class PurchasingAccountsPayableReportDaoOjb
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.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
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 |
PurchasingAccountsPayableReportDaoOjb
public PurchasingAccountsPayableReportDaoOjb()
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.