@Transactional public class ThresholdServiceImpl extends Object implements ThresholdService
Constructor and Description |
---|
ThresholdServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public ThresholdServiceImpl()
public void setThresholdDao(ThresholdDao dao)
public Collection<ReceivingThreshold> findByChart(String chartCode)
findByChart
in interface ThresholdService
public Collection<ReceivingThreshold> findByChartAndFund(String chartCode, String fund)
findByChartAndFund
in interface ThresholdService
public Collection<ReceivingThreshold> findByChartAndSubFund(String chartCode, String subFund)
findByChartAndSubFund
in interface ThresholdService
public Collection<ReceivingThreshold> findByChartAndCommodity(String chartCode, String commodity)
findByChartAndCommodity
in interface ThresholdService
public Collection<ReceivingThreshold> findByChartAndObjectCode(String chartCode, String objectCode)
findByChartAndObjectCode
in interface ThresholdService
public Collection<ReceivingThreshold> findByChartAndOrg(String chartCode, String org)
findByChartAndOrg
in interface ThresholdService
public Collection<ReceivingThreshold> findByChartAndVendor(String chartCode, String vendorHeaderGeneratedIdentifier, String vendorDetailAssignedIdentifier)
findByChartAndVendor
in interface ThresholdService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.