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, setDbPlatform
public PaymentGroupDaoOjb()
public List<Integer> getDisbursementNumbersByDisbursementType(Integer pid, String disbursementType)
PaymentGroupDao
getDisbursementNumbersByDisbursementType
in interface PaymentGroupDao
PaymentGroupDao.getDisbursementNumbersByDisbursementType(java.lang.Integer, java.lang.String)
public List<Integer> getDisbursementNumbersByDisbursementTypeAndBankCode(Integer pid, String disbursementType, String bankCode)
PaymentGroupDao
getDisbursementNumbersByDisbursementTypeAndBankCode
in interface PaymentGroupDao
bankCode
- 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 PaymentGroupDao
pid
- payment process to query payment groups ofdisbursementType
- the type of disbursements to querypublic List<PaymentGroup> getAchPaymentsNeedingAdviceNotification()
PaymentGroupDao
getAchPaymentsNeedingAdviceNotification
in interface PaymentGroupDao
PaymentGroupDao.getAchPaymentsNeedingAdviceNotification()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.