org.kuali.kfs.module.purap.document.dataaccess.impl
Class ThresholdDaoOjb

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

public class ThresholdDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements ThresholdDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ThresholdDaoOjb()
           
 
Method Summary
 Collection<ReceivingThreshold> findByChart(String chartCode)
           
 Collection<ReceivingThreshold> findByChartAndCommodity(String chartCode, String commodityCode)
           
 Collection<ReceivingThreshold> findByChartAndFund(String chartCode, String fund)
           
 Collection<ReceivingThreshold> findByChartAndObjectCode(String chartCode, String objectCode)
           
 Collection<ReceivingThreshold> findByChartAndOrg(String chartCode, String org)
           
 Collection<ReceivingThreshold> findByChartAndSubFund(String chartCode, String subFund)
           
 Collection<ReceivingThreshold> findByChartAndVendor(String chartCode, String vendorHeaderGeneratedIdentifier, String vendorDetailAssignedIdentifier)
           
protected  Collection<ReceivingThreshold> getThresholdEnum(Map criteriaFields)
           
protected  ReceivingThreshold returnAMockObject()
          Will return a mock object
 
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

ThresholdDaoOjb

public ThresholdDaoOjb()
Method Detail

findByChart

public Collection<ReceivingThreshold> findByChart(String chartCode)
Specified by:
findByChart in interface ThresholdDao

findByChartAndFund

public Collection<ReceivingThreshold> findByChartAndFund(String chartCode,
                                                         String fund)
Specified by:
findByChartAndFund in interface ThresholdDao

findByChartAndSubFund

public Collection<ReceivingThreshold> findByChartAndSubFund(String chartCode,
                                                            String subFund)
Specified by:
findByChartAndSubFund in interface ThresholdDao

findByChartAndCommodity

public Collection<ReceivingThreshold> findByChartAndCommodity(String chartCode,
                                                              String commodityCode)
Specified by:
findByChartAndCommodity in interface ThresholdDao

findByChartAndObjectCode

public Collection<ReceivingThreshold> findByChartAndObjectCode(String chartCode,
                                                               String objectCode)
Specified by:
findByChartAndObjectCode in interface ThresholdDao

findByChartAndOrg

public Collection<ReceivingThreshold> findByChartAndOrg(String chartCode,
                                                        String org)
Specified by:
findByChartAndOrg in interface ThresholdDao

findByChartAndVendor

public Collection<ReceivingThreshold> findByChartAndVendor(String chartCode,
                                                           String vendorHeaderGeneratedIdentifier,
                                                           String vendorDetailAssignedIdentifier)
Specified by:
findByChartAndVendor in interface ThresholdDao

getThresholdEnum

protected Collection<ReceivingThreshold> getThresholdEnum(Map criteriaFields)

returnAMockObject

protected ReceivingThreshold returnAMockObject()
Will return a mock object



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