public class PaymentGroupDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements PaymentGroupDao
| Constructor and Description |
|---|
PaymentGroupDaoOjb() |
| 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
|
getDbPlatform, setDbPlatformpublic PaymentGroupDaoOjb()
public List<Integer> getDisbursementNumbersByDisbursementType(Integer pid, String disbursementType)
PaymentGroupDaogetDisbursementNumbersByDisbursementType in interface PaymentGroupDaoPaymentGroupDao.getDisbursementNumbersByDisbursementType(java.lang.Integer, java.lang.String)public List<Integer> getDisbursementNumbersByDisbursementTypeAndBankCode(Integer pid, String disbursementType, String bankCode)
PaymentGroupDaogetDisbursementNumbersByDisbursementTypeAndBankCode in interface PaymentGroupDaobankCode - the bank code to find disbursement numbers fororg.kuali.ole.pdp.dataaccess.PaymentGroupDao#getDisbursementNumbersByDisbursementType(java.lang.Integer, java.lang.String, java.lang.String)public List<String> getDistinctBankCodesForProcessAndType(Integer pid, String disbursementType)
getDistinctBankCodesForProcessAndType in interface PaymentGroupDaopid - payment process to query payment groups ofdisbursementType - the type of disbursements to querypublic List<PaymentGroup> getAchPaymentsNeedingAdviceNotification()
PaymentGroupDaogetAchPaymentsNeedingAdviceNotification in interface PaymentGroupDaoPaymentGroupDao.getAchPaymentsNeedingAdviceNotification()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.