| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NegativePaymentRequestApprovalLimitDao
Negative Payment Request Approval Limit DAO Interface.
| Method Summary | |
|---|---|
|  Collection<NegativePaymentRequestApprovalLimit> | findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)Retrieve a collection of NegativePaymentRequestApprovalLimit where the NegativePaymentRequestApprovalLimitAmount is greater than the limit passed in. | 
|  Collection<NegativePaymentRequestApprovalLimit> | findBelowLimit(org.kuali.rice.kns.util.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. | 
| Method Detail | 
|---|
Collection<NegativePaymentRequestApprovalLimit> findByChart(String chartCode)
chartCode - - chart of accounts code
Collection<NegativePaymentRequestApprovalLimit> findByChartAndAccount(String chartCode,
                                                                      String accountNumber)
chartCode - - chart of accounts codeaccountNumber - 
Collection<NegativePaymentRequestApprovalLimit> findByChartAndOrganization(String chartCode,
                                                                           String organizationCode)
chartCode - - chart of accounts codeorganizationCode - - organization code
Collection<NegativePaymentRequestApprovalLimit> findAboveLimit(org.kuali.rice.kns.util.KualiDecimal limit)
limit - - lower limit
Collection<NegativePaymentRequestApprovalLimit> findBelowLimit(org.kuali.rice.kns.util.KualiDecimal limit)
limit - - upper limit
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||