|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaymentAccountDetail | |
---|---|
org.kuali.kfs.pdp.businessobject | |
org.kuali.kfs.pdp.service.impl |
Uses of PaymentAccountDetail in org.kuali.kfs.pdp.businessobject |
---|
Methods in org.kuali.kfs.pdp.businessobject that return PaymentAccountDetail | |
---|---|
PaymentAccountDetail |
PaymentAccountHistory.getPaymentAccountDetail()
|
Methods in org.kuali.kfs.pdp.businessobject that return types with arguments of type PaymentAccountDetail | |
---|---|
List<PaymentAccountDetail> |
PaymentDetail.getAccountDetail()
|
Methods in org.kuali.kfs.pdp.businessobject with parameters of type PaymentAccountDetail | |
---|---|
void |
PaymentDetail.addAccountDetail(PaymentAccountDetail pad)
|
void |
PaymentDetail.deleteAccountDetail(PaymentAccountDetail pad)
|
void |
PaymentAccountHistory.setPaymentAccountDetail(PaymentAccountDetail pad)
|
Method parameters in org.kuali.kfs.pdp.businessobject with type arguments of type PaymentAccountDetail | |
---|---|
void |
PaymentDetail.setAccountDetail(List<PaymentAccountDetail> ad)
|
Uses of PaymentAccountDetail in org.kuali.kfs.pdp.service.impl |
---|
Methods in org.kuali.kfs.pdp.service.impl with parameters of type PaymentAccountDetail | |
---|---|
protected void |
PaymentFileValidationServiceImpl.processAccountSoftEdits(PaymentFileLoad paymentFile,
CustomerProfile customer,
PaymentAccountDetail paymentAccountDetail,
List<String> warnings)
Set default fields on account line and perform account field existence checks |
protected void |
PaymentFileValidationServiceImpl.replaceAccountingString(org.kuali.rice.kns.bo.KualiCodeBase objChangeCd,
List<PaymentAccountHistory> changeRecords,
CustomerProfile customer,
PaymentAccountDetail paymentAccountDetail)
Replaces the entire accounting string with defaults from the customer profile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |