org.kuali.kfs.module.ar.dataaccess
Interface InvoiceRecurrenceDao

All Known Implementing Classes:
InvoiceRecurrenceDaoOjb

public interface InvoiceRecurrenceDao


Method Summary
 Iterator<InvoiceRecurrence> getAllActiveInvoiceRecurrences()
           
 Iterator<InvoiceRecurrence> getAllInvoiceRecurrences()
           
 InvoiceRecurrence getByPrimaryId(String invoiceNumber)
          Retrieves a InvoiceRecurrence object by primary key.
 

Method Detail

getByPrimaryId

InvoiceRecurrence getByPrimaryId(String invoiceNumber)
Retrieves a InvoiceRecurrence object by primary key.

Parameters:
documentNumber - - primary key
Returns:
InvoiceRecurrence

getAllActiveInvoiceRecurrences

Iterator<InvoiceRecurrence> getAllActiveInvoiceRecurrences()

getAllInvoiceRecurrences

Iterator<InvoiceRecurrence> getAllInvoiceRecurrences()


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