public class NegativeInvoiceApprovalLimitServiceImpl extends Object implements NegativeInvoiceApprovalLimitService
| Constructor and Description | 
|---|
| NegativeInvoiceApprovalLimitServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<NegativeInvoiceApprovalLimit> | findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)Retrieve a collection of NegativeInvoiceApprovalLimit where the NegativeInvoiceApprovalLimitAmount is greater
 than the limit passed in. | 
| Collection<NegativeInvoiceApprovalLimit> | findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)Retrieve a collection of NegativeInvoiceApprovalLimit where the NegativeInvoiceApprovalLimitAmount is less than
 the limit passed in. | 
| Collection<NegativeInvoiceApprovalLimit> | findByChart(String chartCode)Find limits by chart. | 
| Collection<NegativeInvoiceApprovalLimit> | findByChartAndAccount(String chartCode,
                                          String accountNumber)Find limits by chart and account. | 
| Collection<NegativeInvoiceApprovalLimit> | findByChartAndOrganization(String chartCode,
                                                    String organizationCode)Find limits by chart and organization. | 
| void | setNegativeInvoiceApprovalLimitDao(NegativeInvoiceApprovalLimitDao dao) | 
public NegativeInvoiceApprovalLimitServiceImpl()
public void setNegativeInvoiceApprovalLimitDao(NegativeInvoiceApprovalLimitDao dao)
public Collection<NegativeInvoiceApprovalLimit> findByChart(String chartCode)
NegativeInvoiceApprovalLimitServicefindByChart in interface NegativeInvoiceApprovalLimitServiceNegativeInvoiceApprovalLimitService.findByChart(String)public Collection<NegativeInvoiceApprovalLimit> findByChartAndAccount(String chartCode, String accountNumber)
NegativeInvoiceApprovalLimitServicefindByChartAndAccount in interface NegativeInvoiceApprovalLimitServiceNegativeInvoiceApprovalLimitService.findByChartAndAccount(String,
      String)public Collection<NegativeInvoiceApprovalLimit> findByChartAndOrganization(String chartCode, String organizationCode)
NegativeInvoiceApprovalLimitServicefindByChartAndOrganization in interface NegativeInvoiceApprovalLimitServiceNegativeInvoiceApprovalLimitService.findByChartAndOrganization(String,
      String)public Collection<NegativeInvoiceApprovalLimit> findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
NegativeInvoiceApprovalLimitServicefindAboveLimit in interface NegativeInvoiceApprovalLimitServicelimit - - lower limitNegativeInvoiceApprovalLimitService.findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal)public Collection<NegativeInvoiceApprovalLimit> findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
NegativeInvoiceApprovalLimitServicefindBelowLimit in interface NegativeInvoiceApprovalLimitServicelimit - - upper limitNegativeInvoiceApprovalLimitService.findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.