|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaymentDetailDao
Method Summary | |
---|---|
Iterator |
getAchPaymentsWithUnsentEmail()
This will return all the ACH payments that need an email sent |
List<DailyReport> |
getDailyReportData()
This returns the data required for the daily report |
PaymentDetail |
getDetailForEpic(String custPaymentDocNbr,
String fdocTypeCode)
|
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 |
Method Detail |
---|
PaymentDetail getDetailForEpic(String custPaymentDocNbr, String fdocTypeCode)
List<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 for
DisbursementNumberRange
records foundList<DailyReport> getDailyReportData()
Iterator getUnprocessedCancelledDetails(String organization, List<String> subUnits)
organization
- subUnit
-
Iterator getAchPaymentsWithUnsentEmail()
Iterator getUnprocessedPaidDetails(String organization, List<String> subUnits)
organization
- subUnit
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |