org.kuali.kfs.module.purap.document.service.impl
Class ThresholdServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.purap.document.service.impl.ThresholdServiceImpl
All Implemented Interfaces:
ThresholdService

@Transactional
public class ThresholdServiceImpl
extends Object
implements ThresholdService


Constructor Summary
ThresholdServiceImpl()
           
 
Method Summary
 Collection<ReceivingThreshold> findByChart(String chartCode)
           
 Collection<ReceivingThreshold> findByChartAndCommodity(String chartCode, String commodity)
           
 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)
           
 void setThresholdDao(ThresholdDao dao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThresholdServiceImpl

public ThresholdServiceImpl()
Method Detail

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.