public interface PaymentDetailDao
Modifier and Type | Method and Description |
---|---|
Iterator |
getAchPaymentsWithUnsentEmail()
This will return all the ACH payments that need an email sent
|
List<DailyReport> |
getDailyReportData(Date currentSqlDate)
This returns the data required for the daily report
|
PaymentDetail |
getDetailForEpic(String custPaymentDocNbr,
String fdocTypeCode,
String orgCode,
String subUnitCode) |
List<DisbursementNumberRange> |
getDisbursementNumberRanges(String campus)
Retrieves list of
DisbursementNumberRange records for the given processing campus which are active and have
range start date before or equal to the current date. |
Iterator |
getUnprocessedCancelledDetails(String organization,
List<String> subUnits)
This will return an iterator of all the cancelled payment details that haven't already been processed
|
Iterator |
getUnprocessedPaidDetails(String organization,
List<String> subUnits)
This will return an iterator of all the paid payment details that haven't already been processed
|
PaymentDetail getDetailForEpic(String custPaymentDocNbr, String fdocTypeCode, String orgCode, String subUnitCode)
custPaymentDocNbr
- fdocTypeCode
- orgCode
- the value of the system parameter PURAP_PDP_ORG_CODEsubUnitCode
- the value of the system parameter PURAP_PDP_SUB_UNIT_CODEList<DisbursementNumberRange> getDisbursementNumberRanges(String campus)
DisbursementNumberRange
records for the given processing campus which are active and have
range start date before or equal to the current date.campus
- processing campus to retrieve ranges forDisbursementNumberRange
records foundList<DailyReport> getDailyReportData(Date currentSqlDate)
currentSqlDate
- the current Sql dateIterator getUnprocessedCancelledDetails(String organization, List<String> subUnits)
organization
- subUnit
- Iterator getAchPaymentsWithUnsentEmail()
Iterator getUnprocessedPaidDetails(String organization, List<String> subUnits)
organization
- subUnit
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.