Uses of Class
org.kuali.kfs.module.ar.document.web.struts.PaymentApplicationInvoiceApply

Packages that use PaymentApplicationInvoiceApply
org.kuali.kfs.module.ar.document.web.struts   
 

Uses of PaymentApplicationInvoiceApply in org.kuali.kfs.module.ar.document.web.struts
 

Fields in org.kuali.kfs.module.ar.document.web.struts declared as PaymentApplicationInvoiceApply
protected  PaymentApplicationInvoiceApply PaymentApplicationDocumentForm.selectedInvoiceApplication
           
 

Fields in org.kuali.kfs.module.ar.document.web.struts with type parameters of type PaymentApplicationInvoiceApply
protected  List<PaymentApplicationInvoiceApply> PaymentApplicationDocumentForm.invoiceApplications
           
 

Methods in org.kuali.kfs.module.ar.document.web.struts that return PaymentApplicationInvoiceApply
 PaymentApplicationInvoiceApply PaymentApplicationDocumentForm.getInvoiceApplication(int index)
          This method retrieves a specific customer invoice from the list, by array index
 PaymentApplicationInvoiceApply PaymentApplicationDocumentForm.getInvoiceApplication(String documentNumber)
           
 PaymentApplicationInvoiceApply PaymentApplicationDocumentForm.getSelectedInvoiceApplication()
           
 

Methods in org.kuali.kfs.module.ar.document.web.struts that return types with arguments of type PaymentApplicationInvoiceApply
 List<PaymentApplicationInvoiceApply> PaymentApplicationDocumentForm.getInvoiceApplications()
           
 Map<String,PaymentApplicationInvoiceApply> PaymentApplicationDocumentForm.getInvoiceApplicationsByDocumentNumber()
           
 List<PaymentApplicationInvoiceApply> PaymentApplicationDocumentForm.getNonSelectedInvoiceApplications()
           
 

Methods in org.kuali.kfs.module.ar.document.web.struts with parameters of type PaymentApplicationInvoiceApply
 void PaymentApplicationDocumentForm.addInvoiceApplication(PaymentApplicationInvoiceApply invoiceApplicationToAdd)
           
 



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