public interface NegativePaymentRequestApprovalLimitDao
Modifier and Type | Method and Description |
---|---|
Collection<NegativePaymentRequestApprovalLimit> |
findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is greater
than the limit passed in.
|
Collection<NegativePaymentRequestApprovalLimit> |
findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is less than
the limit passed in.
|
Collection<NegativePaymentRequestApprovalLimit> |
findByChart(String chartCode)
Find limits by chart.
|
Collection<NegativePaymentRequestApprovalLimit> |
findByChartAndAccount(String chartCode,
String accountNumber)
Find limits by chart and account.
|
Collection<NegativePaymentRequestApprovalLimit> |
findByChartAndOrganization(String chartCode,
String organizationCode)
Find limits by chart and organization.
|
Collection<NegativePaymentRequestApprovalLimit> findByChart(String chartCode)
chartCode
- - chart of accounts codeCollection<NegativePaymentRequestApprovalLimit> findByChartAndAccount(String chartCode, String accountNumber)
chartCode
- - chart of accounts codeaccountNumber
- Collection<NegativePaymentRequestApprovalLimit> findByChartAndOrganization(String chartCode, String organizationCode)
chartCode
- - chart of accounts codeorganizationCode
- - organization codeCollection<NegativePaymentRequestApprovalLimit> findAboveLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
limit
- - lower limitCollection<NegativePaymentRequestApprovalLimit> findBelowLimit(org.kuali.rice.core.api.util.type.KualiDecimal limit)
limit
- - upper limitCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.