org.kuali.kfs.module.purap.document.dataaccess.impl
Class ThresholdDaoOjb
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.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
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 |
ThresholdDaoOjb
public ThresholdDaoOjb()
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.