public interface NegativeInvoiceApprovalLimitDao
| 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. 
 | 
Collection<NegativeInvoiceApprovalLimit> findByChart(String chartCode)
chartCode - - chart of accounts codeCollection<NegativeInvoiceApprovalLimit> findByChartAndAccount(String chartCode, String accountNumber)
chartCode - - chart of accounts codeaccountNumber - Collection<NegativeInvoiceApprovalLimit> findByChartAndOrganization(String chartCode, String organizationCode)
chartCode - - chart of accounts codeorganizationCode - - organization codeCollection<NegativeInvoiceApprovalLimit> findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
limit - - lower limitCollection<NegativeInvoiceApprovalLimit> findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
limit - - upper limitCopyright © 2004–2015 The Kuali Foundation. All rights reserved.