Modifier and Type | Method and Description |
---|---|
protected void |
ExtractPaymentServiceImpl.writeExtractCheckFile(PaymentStatus extractedStatus,
PaymentProcess p,
String filename,
Integer processId) |
Modifier and Type | Method and Description |
---|---|
PaymentProcess |
PaymentGroupHistory.getPaymentProcess()
Gets the paymentProcess attribute.
|
PaymentProcess |
FormatProcess.getPaymentProcess() |
PaymentProcess |
PaymentGroupHistory.getProcess() |
PaymentProcess |
ProcessSummary.getProcess() |
PaymentProcess |
PaymentGroup.getProcess() |
Modifier and Type | Method and Description |
---|---|
void |
PaymentGroupHistory.setPaymentProcess(PaymentProcess paymentProcess)
Sets the paymentProcess attribute value.
|
void |
FormatProcess.setPaymentProcess(PaymentProcess paymentProcess) |
void |
PaymentGroupHistory.setProcess(PaymentProcess ppl) |
void |
ProcessSummary.setProcess(PaymentProcess process) |
void |
PaymentGroup.setProcess(PaymentProcess p) |
Modifier and Type | Method and Description |
---|---|
List<PaymentProcess> |
ProcessDao.getAllExtractsToRun() |
Modifier and Type | Method and Description |
---|---|
Iterator |
FormatPaymentDao.unmarkPaymentsForFormat(PaymentProcess proc)
This method unmark payments that were marked for format.
|
Modifier and Type | Method and Description |
---|---|
PaymentProcess |
ProcessDaoOjb.get(Integer procId) |
Modifier and Type | Method and Description |
---|---|
List<PaymentProcess> |
ProcessDaoOjb.getAllExtractsToRun() |
Modifier and Type | Method and Description |
---|---|
Iterator |
FormatPaymentDaoOjb.unmarkPaymentsForFormat(PaymentProcess proc) |
Modifier and Type | Method and Description |
---|---|
Iterator |
PaymentGroupService.getByProcess(PaymentProcess p)
Get all payment groups by Payment Process object
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FormatServiceImpl.assignDisbursementNumbersAndCombineChecks(PaymentProcess paymentProcess,
FormatProcessSummary postFormatProcessSummary)
This method assigns disbursement numbers and tries to combine payment groups with disbursement type check if possible.
|
Iterator |
PaymentGroupServiceImpl.getByProcess(PaymentProcess p) |
protected boolean |
FormatServiceImpl.processPaymentGroup(PaymentGroup paymentGroup,
PaymentProcess paymentProcess)
This method processes the payment group data.
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.