|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PaymentDetail in org.kuali.kfs.fp.batch.service.impl |
---|
Methods in org.kuali.kfs.fp.batch.service.impl that return PaymentDetail | |
---|---|
protected PaymentDetail |
DisbursementVoucherExtractServiceImpl.buildPaymentDetail(DisbursementVoucherDocument document,
Batch batch,
Date processRunDate)
This method builds a payment detail object from the disbursement voucher document provided and links that detail file to the batch and process run date given. |
Uses of PaymentDetail in org.kuali.kfs.module.purap.service.impl |
---|
Methods in org.kuali.kfs.module.purap.service.impl that return PaymentDetail | |
---|---|
protected PaymentDetail |
PdpExtractServiceImpl.populatePaymentDetail(PaymentRequestDocument paymentRequestDocument,
Batch batch)
Create a PDP Payment Detail record from a Payment Request document |
protected PaymentDetail |
PdpExtractServiceImpl.populatePaymentDetail(VendorCreditMemoDocument creditMemoDocument,
Batch batch)
Create a PDP payment detail record from a Credit Memo document |
Methods in org.kuali.kfs.module.purap.service.impl with parameters of type PaymentDetail | |
---|---|
protected void |
PdpExtractServiceImpl.addAccounts(AccountsPayableDocument accountsPayableDocument,
PaymentDetail paymentDetail,
String documentType)
Add accounts to a PDP Payment Detail |
protected void |
PdpExtractServiceImpl.addNotes(AccountsPayableDocument accountsPayableDocument,
PaymentDetail paymentDetail)
Add Notes to a PDP Payment Detail |
Uses of PaymentDetail in org.kuali.kfs.pdp.businessobject |
---|
Subclasses of PaymentDetail in org.kuali.kfs.pdp.businessobject | |
---|---|
class |
BankChangeHistory
Report object for the bank change lookup |
class |
PurchasingPaymentDetail
|
Methods in org.kuali.kfs.pdp.businessobject that return PaymentDetail | |
---|---|
PaymentDetail |
PaymentNoteText.getPaymentDetail()
|
PaymentDetail |
PaymentAccountDetail.getPaymentDetail()
|
Methods in org.kuali.kfs.pdp.businessobject that return types with arguments of type PaymentDetail | |
---|---|
List<PaymentDetail> |
PaymentGroup.getPaymentDetails()
|
List<PaymentDetail> |
PaymentFileLoad.getThresholdPaymentDetails()
Gets the thresholdPaymentDetails attribute. |
Methods in org.kuali.kfs.pdp.businessobject with parameters of type PaymentDetail | |
---|---|
void |
PaymentGroup.addPaymentDetails(PaymentDetail pgh)
This method adds a paymentDetail |
void |
PaymentGroup.deletePaymentDetails(PaymentDetail pgh)
|
void |
PaymentNoteText.setPaymentDetail(PaymentDetail pd)
|
void |
PaymentAccountDetail.setPaymentDetail(PaymentDetail pd)
|
Method parameters in org.kuali.kfs.pdp.businessobject with type arguments of type PaymentDetail | |
---|---|
void |
PaymentGroup.setPaymentDetails(List<PaymentDetail> paymentDetail)
This method sets the payment details list |
void |
PaymentFileLoad.setThresholdPaymentDetails(List<PaymentDetail> thresholdPaymentDetails)
Sets the thresholdPaymentDetails attribute value. |
Uses of PaymentDetail in org.kuali.kfs.pdp.dataaccess |
---|
Methods in org.kuali.kfs.pdp.dataaccess that return PaymentDetail | |
---|---|
PaymentDetail |
PaymentDetailDao.getDetailForEpic(String custPaymentDocNbr,
String fdocTypeCode)
|
Uses of PaymentDetail in org.kuali.kfs.pdp.dataaccess.impl |
---|
Methods in org.kuali.kfs.pdp.dataaccess.impl that return PaymentDetail | |
---|---|
PaymentDetail |
PaymentDetailDaoOjb.getDetailForEpic(String custPaymentDocNbr,
String fdocTypeCode)
|
Uses of PaymentDetail in org.kuali.kfs.pdp.service |
---|
Methods in org.kuali.kfs.pdp.service that return types with arguments of type PaymentDetail | |
---|---|
Iterator<PaymentDetail> |
PaymentDetailService.getByDisbursementNumber(Integer disbursementNumber,
Integer processId,
String disbursementType,
String bankCode)
Returns all PaymentDetail records with the given disbursement number and a group with the given process id, disbursement type, and bank code |
Methods in org.kuali.kfs.pdp.service with parameters of type PaymentDetail | |
---|---|
void |
PdpEmailService.sendAchAdviceEmail(PaymentGroup paymentGroup,
PaymentDetail paymentDetail,
CustomerProfile customer)
Sends advice notification email to the payee receiving an ACH payment |
Uses of PaymentDetail in org.kuali.kfs.pdp.service.impl |
---|
Methods in org.kuali.kfs.pdp.service.impl that return types with arguments of type PaymentDetail | |
---|---|
Iterator<PaymentDetail> |
PaymentDetailServiceImpl.getByDisbursementNumber(Integer disbursementNumber,
Integer processId,
String disbursementType,
String bankCode)
Returns all PaymentDetail records with the given disbursement number and a group with the given process id, disbursement type, and bank code |
Methods in org.kuali.kfs.pdp.service.impl with parameters of type PaymentDetail | |
---|---|
protected void |
PaymentFileValidationServiceImpl.processDetailSoftEdits(PaymentFileLoad paymentFile,
CustomerProfile customer,
PaymentDetail paymentDetail,
List<String> warnings)
Set default fields on detail line and check amount against customer threshold. |
void |
PdpEmailServiceImpl.sendAchAdviceEmail(PaymentGroup paymentGroup,
PaymentDetail paymentDetail,
CustomerProfile customer)
|
protected void |
PaymentFileValidationServiceImpl.updateDetailAmounts(PaymentDetail paymentDetail)
Sets null amount fields to 0 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |