org.kuali.kfs.module.ar.document.dataaccess
Interface CustomerInvoiceDetailDao

All Known Implementing Classes:
CustomerInvoiceDetailDaoOjb

public interface CustomerInvoiceDetailDao


Method Summary
 Collection getCustomerInvoiceDetailsByAccountNumberByInvoiceDocumentNumbers(String accountNumber, List documentNumbers)
          This method retrieves all CustomerInvoiceDetail objects for the accountNumber if invoiceNumber is from the invoiceNumberList
 

Method Detail

getCustomerInvoiceDetailsByAccountNumberByInvoiceDocumentNumbers

Collection getCustomerInvoiceDetailsByAccountNumberByInvoiceDocumentNumbers(String accountNumber,
                                                                            List documentNumbers)
This method retrieves all CustomerInvoiceDetail objects for the accountNumber if invoiceNumber is from the invoiceNumberList

Returns:
CustomerInvoiceDetail objects


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