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(List<ExtractionUnit> extractionUnits)
This will return an iterator of all the cancelled payment details that haven't already been processed
|
Iterator |
getUnprocessedPaidDetails(List<ExtractionUnit> extractionUnits)
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(List<ExtractionUnit> extractionUnits)
extractionUnits - a List of ExtractionUnit objects to represent each of the unit/sub-unit combinations to get PaymentDetails forIterator getAchPaymentsWithUnsentEmail()
Iterator getUnprocessedPaidDetails(List<ExtractionUnit> extractionUnits)
extractionUnits - a List of ExtractionUnit objects to represent each of the unit/sub-unit combinations to get PaymentDetails forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.