Uses of Class
org.kuali.kfs.pdp.businessobject.PaymentAccountHistory

Packages that use PaymentAccountHistory
org.kuali.kfs.pdp.businessobject   
org.kuali.kfs.pdp.service.impl   
 

Uses of PaymentAccountHistory in org.kuali.kfs.pdp.businessobject
 

Methods in org.kuali.kfs.pdp.businessobject that return types with arguments of type PaymentAccountHistory
 List<PaymentAccountHistory> PaymentAccountDetail.getAccountHistory()
          This method gets the accountHistory list.
 

Methods in org.kuali.kfs.pdp.businessobject with parameters of type PaymentAccountHistory
 void PaymentAccountDetail.addAccountHistory(PaymentAccountHistory pah)
          This method add a new PaymentAccountHistory.
 void PaymentAccountDetail.deleteAccountDetail(PaymentAccountHistory pah)
          This method deletes a PaymentAccountHistory.
 

Method parameters in org.kuali.kfs.pdp.businessobject with type arguments of type PaymentAccountHistory
 void PaymentAccountDetail.setAccountHistory(List<PaymentAccountHistory> ah)
          This method sets the accountHistory list
 

Uses of PaymentAccountHistory in org.kuali.kfs.pdp.service.impl
 

Methods in org.kuali.kfs.pdp.service.impl that return PaymentAccountHistory
protected  PaymentAccountHistory PaymentFileValidationServiceImpl.newAccountHistory(String attName, String newValue, String oldValue, org.kuali.rice.kns.bo.KualiCodeBase changeCode)
          Helper method to construct a new payment account history record
 

Method parameters in org.kuali.kfs.pdp.service.impl with type arguments of type PaymentAccountHistory
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.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.