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

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

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

Methods in org.kuali.kfs.pdp.businessobject that return types with arguments of type PaymentGroupHistory
 List<PaymentGroupHistory> PaymentGroup.getPaymentGroupHistory()
           
 

Methods in org.kuali.kfs.pdp.businessobject with parameters of type PaymentGroupHistory
 void PaymentGroup.addPaymentGroupHistory(PaymentGroupHistory pd)
          This method adds a paymentGroupHistory
 void PaymentGroup.deletePaymentGroupHistory(PaymentGroupHistory pd)
          This method deletes a paymentGroupHistory
 

Method parameters in org.kuali.kfs.pdp.businessobject with type arguments of type PaymentGroupHistory
 void PaymentGroup.setPaymentGroupHistory(List<PaymentGroupHistory> paymentGroupHistory)
          This method sets the payment group history list
 

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

Methods in org.kuali.kfs.pdp.service.impl with parameters of type PaymentGroupHistory
protected  void PaymentMaintenanceServiceImpl.changeStatus(PaymentGroup paymentGroup, String newPaymentStatus, String changeStatus, String note, org.kuali.rice.kim.bo.Person user, PaymentGroupHistory paymentGroupHistory)
          This method changes the state of a paymentGroup.
 



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