org.kuali.kfs.module.purap.document.service.impl
Class ThresholdServiceImpl
java.lang.Object
org.kuali.kfs.module.purap.document.service.impl.ThresholdServiceImpl
- All Implemented Interfaces:
- ThresholdService
@Transactional
public class ThresholdServiceImpl
- extends Object
- implements ThresholdService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdServiceImpl
public ThresholdServiceImpl()
setThresholdDao
public void setThresholdDao(ThresholdDao dao)
findByChart
public Collection<ReceivingThreshold> findByChart(String chartCode)
- Specified by:
findByChart
in interface ThresholdService
findByChartAndFund
public Collection<ReceivingThreshold> findByChartAndFund(String chartCode,
String fund)
- Specified by:
findByChartAndFund
in interface ThresholdService
findByChartAndSubFund
public Collection<ReceivingThreshold> findByChartAndSubFund(String chartCode,
String subFund)
- Specified by:
findByChartAndSubFund
in interface ThresholdService
findByChartAndCommodity
public Collection<ReceivingThreshold> findByChartAndCommodity(String chartCode,
String commodity)
- Specified by:
findByChartAndCommodity
in interface ThresholdService
findByChartAndObjectCode
public Collection<ReceivingThreshold> findByChartAndObjectCode(String chartCode,
String objectCode)
- Specified by:
findByChartAndObjectCode
in interface ThresholdService
findByChartAndOrg
public Collection<ReceivingThreshold> findByChartAndOrg(String chartCode,
String org)
- Specified by:
findByChartAndOrg
in interface ThresholdService
findByChartAndVendor
public Collection<ReceivingThreshold> findByChartAndVendor(String chartCode,
String vendorHeaderGeneratedIdentifier,
String vendorDetailAssignedIdentifier)
- Specified by:
findByChartAndVendor
in interface ThresholdService
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.