public interface PaymentGroupDao
| Modifier and Type | Method and Description | 
|---|---|
| List<PaymentGroup> | getAchPaymentsNeedingAdviceNotification()Gets list of ach payments in which an advice notification has not been sent | 
| List<Integer> | getDisbursementNumbersByDisbursementType(Integer pid,
                                                                                String disbursementType)Get all the disbursement numbers for a specific process of a certain type | 
| List<Integer> | getDisbursementNumbersByDisbursementTypeAndBankCode(Integer pid,
                                                                                                      String disbursementType,
                                                                                                      String bankCode)Get all the disbursement numbers for a specific process of a certain type for a certain bank | 
| List<String> | getDistinctBankCodesForProcessAndType(Integer pid,
                                                                          String disbursementType)Given a process id and a disbursement type, finds a distinct list of bank codes used by payment groups within that payment process | 
List<Integer> getDisbursementNumbersByDisbursementType(Integer pid, String disbursementType)
pid - disbursementType - List<Integer> getDisbursementNumbersByDisbursementTypeAndBankCode(Integer pid, String disbursementType, String bankCode)
pid - disbursementType - bankCode - the bank code to find disbursement numbers forList<PaymentGroup> getAchPaymentsNeedingAdviceNotification()
List<String> getDistinctBankCodesForProcessAndType(Integer pid, String disbursementType)
pid - payment process to query payment groups ofdisbursementType - the type of disbursements to queryCopyright © 2004–2015 The Kuali Foundation. All rights reserved.