Package | Description |
---|---|
org.kuali.ole.pdp.businessobject | |
org.kuali.ole.pdp.service.impl |
Modifier and Type | Method and Description |
---|---|
List<PaymentAccountHistory> |
PaymentAccountDetail.getAccountHistory()
This method gets the accountHistory list.
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentAccountDetail.addAccountHistory(PaymentAccountHistory pah)
This method add a new PaymentAccountHistory.
|
void |
PaymentAccountDetail.deleteAccountDetail(PaymentAccountHistory pah)
This method deletes a PaymentAccountHistory.
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentAccountDetail.setAccountHistory(List<PaymentAccountHistory> ah)
This method sets the accountHistory list
|
Modifier and Type | Method and Description |
---|---|
protected PaymentAccountHistory |
PaymentFileValidationServiceImpl.newAccountHistory(String attName,
String newValue,
String oldValue,
org.kuali.rice.krad.bo.KualiCodeBase changeCode)
Helper method to construct a new payment account history record
|
Modifier and Type | Method and Description |
---|---|
protected void |
PaymentFileValidationServiceImpl.replaceAccountingString(org.kuali.rice.krad.bo.KualiCodeBase objChangeCd,
List<PaymentAccountHistory> changeRecords,
CustomerProfile customer,
PaymentAccountDetail paymentAccountDetail)
Replaces the entire accounting string with defaults from the customer profile.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.